@font-face {
  font-family: 'FontAwesome';
  src: url('/static/font/font-awesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('/static/font/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/static/font/font-awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/static/font/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/static/font/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}



body {
  /*position: relative;*/
}
section {
  padding: 20px 0px;
}
.footerSection{
    padding-bottom: 0px !important;
}

.modal form {
  margin-bottom: 0px;
}
footer {
    padding-bottom: 20px;
}
p.login-signup {
    margin-top: 20px;
}

.feature-columns {
    .make-row();

    > div {
        i.fa {
            margin-bottom: 0.2em;
        }
        .make-sm-column(4);
        .text-center;
        margin: 2em 0;
    }
}


.wrapper-content{
	height:100%;
	min-height: 788px;
}


.card{
	width: 350px;
    margin: 10px auto;
}

.card-name{
	
    margin: 10px auto;
}

.card-element-wrapper{
	background: #ffffff;
}

.bullet{
	display: list-item;                                                    
    list-style-type: disc;      
    list-style-position: inside;
}

.font-smaller{
	font-size:18px !important;
}

.api-subtitle > i:before {
    content: "\f121";
}

.facebook-subtitle > i:before {
    content: "\f09a";
}

.api-subtitle-image > i:before {
    content: "\f03e";
}

.api-subtitle-video > i:before {
    content: "\f03d";
}

.api-subtitle > i, .facebook-subtitle > i {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    font-family: 'FontAwesome';
    font-size: 25px;
    margin: 3px;
    border-radius: 100%;
    line-height: 36px;
    text-align: center;
    background: #ffffff;
    color: #85d5f8;
    border: 3px solid #ffffff;
    float: left;
    font-style: normal;
    
}

.api-subtitle-inv> i, .facebook-subtitle-inv > i{
	 border: 3px solid #85d5f8;
	 color: #ffffff;
	 background: #85d5f8;
	
}

.api-subtitle > span, .facebook-subtitle > span {
	    font-size: 23px;
	    height: 40px;
	    display: inline-block;
	    margin-top: 12px;
	    margin-left: 15px;
	}

@media (max-width: 767px) {
	  .api-subtitle > span, .facebook-subtitle > span {
	    
	    margin-top: 12px;
	    margin-left: 15px;
	    font-size: 20px;
	    display: inline-block;
	    float: left;
	    width: 250px;
	    margin-bottom: 10px;
	}
}

@media (max-width: 560px) {
	  .api-subtitle > span, .facebook-subtitle > span {
	    
	    margin-top: 12px;
	    margin-left: 15px;
	    font-size: 20px;
	    display: inline-block;
	    float: left;
	    width: 220px;
	    margin-bottom: 10px;
	}
}



.api-subtitle, .facebook-subtitle {
	float: left;
    clear: both;
}

.wrapper-sub-type{
	margin-left:62px;
	float: left;
    clear: both;
}

.wrapper-pricing-type{
	float: left;
    clear: both;
}

.fb-pricing-header{
	opacity: 0.7;
}

.planChoice{
	width: 350px; margin: 10px auto;
}








