
/*
* Wava Theme
* Created by : mixdesigns
* website : www.mixdesigns.net
*/

/* Table of Content
==================================================
        - General -
        - margin spaces -
        - Header and nav -
        - intro -
        - screenshots -
        - overview -
        - features -
        - share -
        - app-brief1 - app-brief2 -
        - subscription-form -
        - contact -
        - footer -
        -    THEME SWITCHER -
        - responsive -

*/


/* - General ------------------------------------------------------- */

/* PRE LOADER */
.preloader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 9999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}
.status {
    width: 105px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -50px;
}

/* top line LOADER */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #f5740f;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 100%;
    width: 100%;
    height:5px;
}

/* Global Styles */
body,html {
    height: 100%;
    width: 100%;
    max-width: 100%;
}
html {
    overflow: hidden;
}
.clearlist, .clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
    text-indent: -30px;
    margin-left: 20px;
}
.hero .logo {
    max-height:144px;
    max-width:144px;
}
.navbar .logo {
    max-height:144px;
    max-width:144px;
    margin-left:32px;
    width:80px;
}
::-moz-selection{ color: #fff; background:#29282b; }
::-webkit-selection{ color: #fff;    background:#29282b; }
::selection{ color: #fff;    background:#29282b; }

a{
    color: #505050;
    text-decoration: none;
}
.navbar-nav > a:hover{
    color: #07b;
}
	
a:hover{
    color: #29282b;
    cursor: pointer;
}
a:hover,a:focus{
    -moz-outline: none;
    outline: none;
    text-decoration: none;
}
.navbar-nav > a:hover{
    color: #07b;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #29282b;
    letter-spacing: 2px;
}
h1{
    font-size: 40px;
}
h2{
    font-size: 30px;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 16px;
}
h5{
    font-size: 14px;
}
h6{
    font-size: 12px;
}

.overflow-auto {
    overflow:auto;
}
.overflow-hidden {
    overflow:hidden;
}
.overflow-visible {
    overflow:visible;
}

.desktop-only {
        display: block;
}
.mobile-only {
        display: none;
}
.img-responsive{
    margin: 0 auto;
    width: auto;
}
.section{
    padding:150px 0px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.relative{
    position: relative;
}
.bold{
    font-weight: 400;
}
.bg-main {
    background-color: f1f1f1 !important;
    overflow:hidden;
}
.pace-done{
    overflow:auto !important;  
}

.hint{
    color: #999;
    font-size: 13px;
}
/* title Section */
.titleSection{
    clear: both;
    text-align: center;
}

.titleSection h2{
    margin-top: 0px;
}
.titleSection p{
    max-width: 400px;
    margin: 0 auto;
}

.contact_us_title{
    clear: both;
    margin-bottom: 40px;
    text-align: center;
}

.contact_us_title h2{
    margin-top: 0px;
}
.contact_us_title p{
    max-width: 400px;
    margin: 0 auto;
}

footer .stripe-color {
    background-color: #222;
    color: #EEE;
    padding-top: 40px;
}


footer div.divider {
    border-top: 1px solid #111;
    border-bottom: 1px solid #333;
    margin: 30px 0px;
}
/* line */
.coloredLine{
    margin:20px auto 0px;
    width: 40px;
    border-bottom: 1px solid #eee;
}
.w-fit {
    width:fit-content;
}
.display-inline {
    display: inline;
}
/* margin spaces */
.space10 {
    margin-bottom: 10px;
}
.space20 {
    margin-bottom: 20px;
}
.space30 {
    margin-bottom: 30px;
}
.space40 {
    margin-bottom: 40px;
}
.space50 {
    margin-bottom: 50px;
}
.space60 {
    margin-bottom: 60px;
}
.space70 {
    margin-bottom: 70px;
}
.space80 {
    margin-bottom: 80px;
}
.space90 {
    margin-bottom: 90px;
}
.space100 {
    margin-bottom: 100px;
}

.obj-fit-cover {
    object-fit:cover;
}
.text-white {
    color:#fff;
}
.pointer {
    cursor: pointer;
}
.max-w-100 {
    max-width:100%;
}
.w-auto {
    width: auto;
}
.display-table {
    display: table;
}
.display-table-cell {
    display: table-cell;
}
.vertical-align-middle {
    vertical-align: middle;
}
/* Header and nav --------------------------------------------------- */
.logo{
    display:inline-block;
}
.logo img{
    max-width: 100%;
}

/* intro ---------------------------------------------------------------- */

#intro{
    background: #f1f1f1;
    padding: 150px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#intro_prerelease{
    background: #f1f1f1;
    padding: 25px 0px;
/*     padding: 200px 0px; */
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.intro-mobile {
    position: absolute;
    left: 0px;
    bottom:-250px; /* negtivae value of section bottom padding */
    max-width: 50%;
}
.intro-mobile-2 {
    position: absolute;
    left: 0px;
    bottom:0; /* negtivae value of section bottom padding */
    max-width: 55%;
}
.downloads a{
    display: inline-block;
    /* margin-right: 10px; */
}
.downloads a:last-child{
    margin-right: 0px;
}
.hero-download-pitchgauge {
	width:400px;
}
.hero-download-login-signup-container {
	taxt-align:text-center;
}
.hero-download-login-signup-container .hero-download-login-signup-divider {
	display: none;
}
/* screenshots ---------------------------------------------------------------- */
.screenshot-image{
    background: #f1f1f1;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;      
}
.downloadNumber{
    background: #f44c67;
    color: #fff;
    display: inline-block;
    padding:10px 30px;
    font-size:24px;
}
.overlay {
    background: none repeat scroll 0 0 rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom:100px;
    position: relative;
}
.gradient{
    background: url("https://abrahampitcstg.wpengine.com/wp-content/themes/pitchgauge/images/gradient.png") repeat-x top center;
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 200px;
}

.allinone_carousel.sweet .elementTitle{
    color: #888 !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
}
.allinone_carousel.sweet .contentHolderUnit{
    -moz-box-shadow:1px -2px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:1px -2px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow:1px -2px 10px 0px rgba(0, 0, 0, 0.5);
}
.screenshotSlider{
    background: transparent;
}
/* overview ---------------------------------------------------------------- */
#overview{
    background: #f1f1f1;
    border-top: 1px solid #eee;
    text-align: center;
}
.bigIcon{
    color: #F44C67;
    font-size: 50px;
    margin-bottom: 20px;
     transition: all .2s ease-in-out !important; 
    -webkit-transition: all .2s ease-in-out !important;
}
.bigIcon:hover, .icon-grow:hover {
    transform: scale(1.1);
}

/* features ---------------------------------------------------------------- */
#features{
    background:#f9f9f9;
    border-top: 1px solid #eee;
    text-align: center;
}
.leftFeatures,.rightFeatures{
    margin-top: 50px;
}

/* share ---------------------------------------------------------------- */
#share{
    background:url("https://abrahampitcstg.wpengine.com/wp-content/themes/pitchgauge/images/stars.png") no-repeat top left #f5740f;
    text-align: center;
}
#share h2{
    font-size:50px;    
}
.shareIcons{
    font-size: 24px;
}
.jssocials-share-link{
    color: #fff;
    padding: 0.8em 1em;
    min-width: 110px;
}
.jssocials-share-link.jssocials-share-link-count{
    padding-top: 0.5em;
}

ul.social{
float: left;
padding: 0 23px 0 39px;
list-style: none;
/*width: 330px;
border-right: 1px solid #fdeee9;
border-left: 1px solid #fdeee9; */
}

ul.social li{
float: left;
font-size: 12px;
text-align: center;
}

ul.social li a{
color: #fdeee9;
text-decoration: none;
width: 90px;
height:24px;
float: left;
padding-top: 36px;
text-align: center;
-webkit-border-radius: 4px;
border-radius: 4px;
margin-bottom: 20px;
margin-right: 20px;
}

ul.social li a:hover{
color: #ffffff;
}
.pg-overview-icon {
    max-width:200px;
}
.shareIcons div a img {
    width:70px;
}
.shareIcons div a img:hover {
    -webkit-filter: invert(1);
    filter: invert(1);
}



/* app-brief1 ---------------------------------------------------------------- */

.left-mob-front{
    position: absolute;
    left: 12%;
    margin: 0px auto;
    top:-40px;
    z-index: 2;
}
.left-mob-back {
    position: absolute;
    left:0px;
    top:-20px;
    z-index: 1;
}
a.get_notified{
width: 440px;
height: 57px;
margin: 40px 0 0 0;
float: left;
background: url('https://abrahampitcstg.wpengine.com/wp-content/themes/pitchgauge/images/button.png') left top no-repeat;
font-size: 26px;
color: #ff5e00;
text-decoration: none;
font-weight: 200;
text-align: center;
line-height: 54px;
}

a.get_notified_b{
width: 440px;
height: 57px;
margin: 40px 0 0 0;
float: center;
background: url('https://abrahampitcstg.wpengine.com/wp-content/themes/pitchgauge/images/button.png') left top no-repeat;
font-size: 26px;
color: #ff5e00;
text-decoration: none;
font-weight: 200;
text-align: center;
line-height: 54px;
}

a.get_notified strong{
font-weight: 500;
}
.rightList li{
    padding-bottom: 10px;
    position: relative;
}
.rightList li i{
    position: absolute;
    top: 8px;
    left: 0px;
    font-size: 14px;
}
.rightList li span{
    padding-left: 30px;
}
#why-us{
    background: #F2F2F2;
}
.right-mob-front{
    position: absolute;
    right: 12%;
    margin: 0px auto;
    top:-40px;
    z-index: 2;
}
.right-mob-back {
    position: absolute;
    right:0px;
    top:-20px;
    z-index: 1;
}

/* subscription-form ---------------------------------------------------------------- */

#download {
    text-align: center;
    background:url("https://abrahampitcstg.wpengine.com/wp-content/themes/pitchgauge/images/pattern.png") repeat;
}
.downloadLogo{
    width: 100px;
    display: inline-block;
    position: relative;
    top: -5px;
}

#download hr{
    margin: 80px auto 70px;
}
.downloadtxt{
    margin-top: 70px;
    line-height: 60px;
}
.subscription-form .input-box {
    width: 320px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #FFF;
    border: 1px solid #FFF;
    margin: 0px;
}
.bigWord{
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}
.medWord{
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}
.swell {
	 transition: all .2s ease-in-out !important; 
    -webkit-transition: all .2s ease-in-out !important;
}
.swell:hover {
	transform: scale(1.1);
}
.subscription-form .subscription-success,
.subscription-form .subscription-error {
    display: none !important;
}

.subscription-form label{
    display: block;
}

/* ---------- =contact ---------- */
#contact{
	padding-bottom: 60px;
}

#contact textarea{
	height: 200px;
}


#contact {
    background: #F4F4F4;
    text-align: center;
}
#contact .form-control{
    background: transparent;
    border: 1px solid #ddd;
    height: 50px;
    margin-bottom: 20px;
    padding:10px 20px;
    width: 100% !important;
    color:#161616;
    outline: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 25px;
    box-shadow: none;
}
#contact textarea.form-control{
    height: 150px;
    max-height: 150px;
    resize: none;
    margin-bottom:20px;
    overflow: hidden;
}
#contact .form-control:focus{
    color: #000;
    font-weight: 900;
    border-color: #161616;
    box-shadow: none;
    outline: none;
}
#contact .success,#contactForm .error {
    display: none;
    text-align: center;
    margin-bottom: 20px;
    padding: 20px;
}

#contact .toll_free_number {
	font-size: 30px;
    font-family: "Helvetica Neue", HelveticaNeue, "TeX Gyre Heros",   TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo,   Helvetica, Arial, sans-serif;
}
#contact .toll_free_number .fa-phone{
	vertical-align: middle;
	-webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
}
#subscribe-to-newsletter {
	padding-bottom: 60px;	
}
/* Footer ---------------------------------------------------------- */

.socialList li{
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
}
.socialList li a{
    display: inline-block;
    color: #fff;
    margin: 0px 20px;
}
.socialList li a span{
    margin-left: 10px;
}
.socialList li a:hover{
    color: #F44C67;
}

/*------------------------------------------------------------- 
                           THEME SWITCHER
--------------------------------------------------------------- */
#customizer {
    position: fixed;
    top: 100px;
    z-index: 999999;
    height: 100%;
}

.corner {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    -webkit-border-radius:0px 6px 6px 0px;
    -moz-border-radius:0px 6px 6px 0px;
    border-radius:0px 6px 6px 0px;
    position: absolute;
    top: 50px;
    right: -40px;
}

.s-close {
    left: -205px !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.s-open {
    left: 0 !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


#options {
    width: 205px;
    height:180px;
    background: #fff;
    padding: 0;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.heading {
    padding-bottom: 15px;
    margin-bottom: 20px;
}

#options h6 {
    color: #5c5c5c;
    margin-bottom: 10px;
    font-size: 13px;
}

.options-segment {
    margin-bottom: 20px;
}
.color-scheme {
    padding: 0;
}
.color-scheme li {
    float: left;
    list-style: none;
}
.color-scheme a {
    display: block;
    height: 30px;
    width: 30px;
    margin: 0 4.25px 10px;
}
.colors-sel {
    padding: 20px 25px 15px;
    margin-bottom: 0;
}
.options-head {
    background: #000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 900;
    line-height: 50px;
}

.version{
    position: fixed;
    left: 0px;
    top: 100px;
    font-size:30px;
    color: #A4C828;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 9999;
}

.newFS {
	font-size: 30px !important;
	line-height: 30px !important;
}
.version:hover,.version:focus{
    color: #B6DD2A;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    padding-left: 20px;
    padding-right: 20px;
}

.iframe-wrapper {
  position: relative;
  /* padding-bottom: 56.25%; */
  /* 16:9 */
  padding-top: 15px;
  height: 0;
  height: 390px;
  max-width: 700px;
}

/* Responsive iframe styles */

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Adding pseudo element to iframe parent */

.iframe-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

/* Adding hover effect to pseudo element */

.iframe-wrapper:hover:after {
  content: none;
}


.header-image {
	height:420px;
	width:100%;
}

/* responsive style ----------------------------------------------------------------- */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .downloadtxt{
        margin-top: 20px;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    #intro{
        text-align: center;
        padding: 100px 0px 100px 0px;
    }
    .section{
        padding: 100px 0px;
    }
    .overlay{
        padding-top: 100px;
        padding-bottom: 400px;
    }
    .intro-mobile {
        position: static;
        max-width: 300px;
    }
    .phones{
        position: relative;
        width: 100%;
        max-width: 600px;    
        height: 400px;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .left-mob-front{
        right: 0px;
        left: auto;
        max-width: 100%;
        top: 0px;
    }
    .left-mob-back{
        left: -30px;
        max-width: 100%;
        top: 0px;   
    }
    .right-mob-front{
        left: 0px;
        right: auto;
        max-width: 100%;
        top: 0px;
    }
    .right-mob-back {
        right: -30px;
        max-width: 100%;
        top: 0px;  
    }

    .leftFeatures{
        margin-top: 0px;
        margin-bottom: 50px;
    }
    #features .text-left,#features .text-right{
        text-align: center !important;
    }
    .mg-sm-100{
        margin-bottom: 100px;
    }

    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    
    .navbar .logo {
	    margin-left:0px;
	}
    
    
}

#why-us .container, #describe .container {
        min-height: 600px;
}


.z-index-1 {
    z-index: 1;
}


/* Small Devices, Tablets */
@media only screen and (max-width : 943px) {   
	.hand-img {
		height: 570px;
		width: auto;
		max-width: none;
	}
	
	}
/* Small Devices, Tablets */
@media only screen and (max-width : 868px) {   
	.hero-download-login-signup-container .hero-download-login-signup-divider {
		display: block;
	}
	.hero-download-pitchgauge {
		width: auto;
	}
	
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {   
    #why-us .container {
        min-height: 1200px;
}
    #describe .container {
        min-height: 950px;
}
    
    h1{
        font-size: 30px;
    }
    .subscription-form .input-box {
        margin: 0px auto 20px;
        width: 80%;
    }
    #intro{
        padding: 30% 0px 0px 0px;
    }
    .w-md-100 {
        width:100% !important;
    }
/*     #app-brief2 {
        padding-top: 0px;
    } 
 */
    .header-image {
		height:260px;
		width:100%;
	}
    .newFS {
		font-size: 25px !important;
		line-height: 30px !important;
	}
      
    #share h2{
    	font-size:40px;    
	}
	
	.left-mob-front {
    right: auto;
    left: auto;
    max-width: 100%;
    top: 0px;
}

	.right-mob-front {
    right: auto;
    left: auto;
    max-width: 100%;
    top: 0px;
    max-width: 100%;
}
	
	
}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.hand-img {
		height: auto;
    	width: 100%;
    }
	h1,h2,h3,h4,h5,h6 {
	    font-family: 'Roboto', sans-serif;
	    font-weight: 100;
	    margin-bottom: 20px;
	    line-height: 1.4;
	    color: #29282b;
	    letter-spacing: 2px;
	}
	h1{
	    font-size: 28px;
	}
	h2{
	    font-size: 23px;
	}
	h3{
	    font-size: 20px;
	}
	h4{
	    font-size: 14px;
	}
	h5{
	    font-size: 12px;
	}
	h6{
	    font-size: 8px;
	}


    .downloads a{
        margin: 5px;
    }

    .left-mob-front,.left-mob-back,.right-mob-front,.right-mob-back{
        max-width: 80%;
    }
    
    .video-responsive iframe{
    	padding-left: 0px;
    	padding-right: 0px;
	}
	
	.header-image {
		height:200px;
		width:100%;
	}
	
    .phone-with-roof-report {
    	max-width:320px;
    }
    .newFS {
		font-size: 20px !important;
		line-height: 25px !important;
	}
	.elementTitle {
		top:-20px !important;
	}

.iframe-wrapper {
  padding-top: 15px;
  height: 390px;
  max-width: 700px;
}

}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	
	h1,h2,h3,h4,h5,h6 {
	    font-family: 'Roboto', sans-serif;
	    font-weight: 100;
	    margin-bottom: 20px;
	    line-height: 1.4;
	    color: #29282b;
	    letter-spacing: 2px;
	}
	h1{
	    font-size: 25px;
	}
	h2{
	    font-size: 20px;
	}
	h3{
	    font-size: 16px;
	}
	h4{
	    font-size: 10px;
	}
	h5{
	    font-size: 8px;
	}
	h6{
	    font-size: 6px;
	}
	
	.header-image {
	    background-size: contain;
		height:130px;
		width:100%;
	}
	
    .phone-with-roof-report {
    	width:320px;
    }
}

.apple-devices-only{
    display:none;
}
.android-devices-only{
    display:none;
}

.apple-download-badge {
    width: 200px;
    height: 68px;
    max-width: 200px;
    max-height: 68px;    
    background-repeat: no-repeat;
    background-position: center;
}

.alert-success {
    z-index: 1000;
    margin-left: 10px;
    margin-right: 20px;
    width:100%;
    text-align:left;
    margin-bottom: 5px;
    /* animation taken care of at jquery  
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; */
}
.alert-danger {
    z-index: 1000;
    width:100%;
    text-align:left;    
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 5px;
   /* animation taken care of at jquery  
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; */
}
.close-error-alert-button {
    cursor: pointer;
    color: #721c24;
    border-style: none;
    border-width: 0;
    padding: 1px 7px 2px;
    background: none;
    font-size: 2em;
}

.close-success-alert-button {
    cursor: pointer;
    color: #155724;
    border-style: none;
    border-width: 0;
    padding: 1px 7px 2px;
    background: none;
    font-size: 2em;
}

.message_icon-right {
    float: right
}
.message_icon-right img {
    display: inline-block
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi){
}

/* 
=general
=landing
=blog
=about
=features
=contact
=pricing
=footer
*/

/* ---------- =general ---------- */

section{
	padding-top: 60px;
}
.gmnoprint img {
    max-width: none; 
}
article{
	margin-bottom: 40px;
	padding: 0px 0px 40px;
	border-bottom: 1px solid #DDD;
}

@media (max-width: 768px) {
  body {
    padding-left:0px !important;
    padding-right: 0px !important;
  }
}


/* buttons */
.btn-new{
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;       
    background: #F44C67;
    display: inline-block;
    padding: 15px 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: 1px;
    cursor: pointer;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    border: none;
}
.btn-new:hover,.btn-new:focus{
    background: #FC647B;
    color: #fff;
    text-decoration: none;
    outline: none;
}
.right{
	float:right;
}

.center{
	text-align: center;
}

p.sub{
	color: #888;
}

.stripe{
	padding: 40px 0px;
}

.stripe-top{
	background-color: #EEE;
	margin-top: -18px;
}

.stripe-color{
	background-color: #EEE;
}

.page-heading h1{
	position: relative;
	bottom: 20px;
	line-height: 24px;
}

#btn-showcase td{
	vertical-align: middle;
}

/* ---------- =landing ---------- */
.stripe-hero{
	margin-top: -60px;
	padding-top: 60px;
}

.stripe-hero .item{
	padding-left: 50px;
	padding-right: 10px;
}

#download-now .span4{
	text-align: center;
}


/* ---------- =blog ---------- */
#blog{
	padding-top: 30px;
}

	#blog img{
		margin: 10px 0px;
	}


/* ---------- =about ---------- */
#about img.thumbnail{
	margin: 10px 0px;
}

/* ---------- =features ---------- */



/* ---------- =pricing ---------- */
#pricing-table div{
	background-color: #EEE;
	text-align: center;
	padding: 20px 0px;
	min-height: 220px;
}

#pricing-table div.popular{
	position: relative;
	bottom: 10px;
	right: 2px;
	border: 2px solid #5BB75B;
	margin-right: -4px;
}

	#pricing-table div ul{
		margin-left: 0;
	}

	#pricing-table div li{
		list-style-type: none;
	}

table tr th.empty-corner{
	background-color: #FFF !important;
	border-top: none;
}

#pricing-table-long td{
	text-align: center;
	width: 20%;
}

#pricing-table-long .packages th{
	text-align: center;
}

/* ---------- =footer ---------- */
footer .stripe{
	background-color: #EEE;
}

footer .stripe-color{
	background-color: #222;
	color: #EEE;
	padding-top: 40px;
}

footer .stripe-color p, footer .stripe-color address{
	color: #888;
}

footer p.sub{
	color: #555;
}

footer div.last{
	padding-bottom: 20px;
}

footer div.divider{
	border-top: 1px solid #111;
	border-bottom: 1px solid #333;
	margin: 30px 0px;
}

#download-now h2{
	text-align: center;
}

#download-now .btn{
	margin-right: 12px;
}
#errors {
    border: 1px #ff0000 solid;
    font-size: 12px;
    font-family: calibri,'Trebuchet MS';
    font-weight: normal;
    background: #ffeeee;
    padding: 10px;
    color: #cc2222;
    margin-top: 5px;
    margin-bottom: 5px;
}
#messages {
    border: 1px #00ff00 solid;
    font-size: 12px;
    font-family: calibri,'Trebuchet MS';
    font-weight: normal;
    background: #eeffee;
    padding: 10px;
    color: #228822;
    margin-top: 5px;
    margin-bottom: 5px;
}
#warning {
    border-bottom: 0px <%= color1 %> solid;
    font-size: 12px;
    font-family: calibri,'Trebuchet MS';
    font-weight: normal;
    background-color: <%= color2 %>;
    padding: 5px;
    color: <%= color1 %>;
    margin-top: 5px;
    margin-bottom: 5px;
}
.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "/ ";
    padding: 0 5px;
    padding-top: 70px;
    padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}

.theme-showcase > p > .btn {
    margin: 5px 0;
}

.theme-showcase .navbar .container {
    width: auto;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	font-weight: normal;
    color: #555555;
    border:0;
    background: none;
}
.ui-widget-header {
	border:0;
    background: none;
}
.pg-logo-144 {
    max-width: 144px;
}