/*------------------------------------------------------------------
[ELEMENTS]

Project:	PIXEL PERFECT
Version:	1.0

Pixel Perfect is a framework built on Bootstrap.
-------------------------------------------------------------------*/


/*================================================================
DEFAULTS
================================================================*/

body {
    background: #FFF;
}

blockquote {
    font-style: italic;


}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    margin: 0px;
    margin: 0px;
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6, p, a, span, address {
    color: inherit;
}

a, a:hover {
text-decoration: none;
}

strong{
font-weight: 700;
}

blockquote{
border: 0px;
}

figure {
    margin: 0;
}

figure img {
    display: inline;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease-out;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

/*================================================================
BOOTSTRAP OVERRIDES
================================================================*/

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: inherit;
    border: inherit;
    border-radius: 0px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

.navbar .navbar-nav > li > a {
    color: #333;
}


/*================================================================
HELPERS
================================================================*/



.container-xl{
width: 1440px;
margin-right: auto;
margin-left: auto;
}



.header-line{
border-bottom: 4px double #F0F0F0;
height: 2px;
margin-top: 3px;
}

.section-title{
margin-bottom: 15px;
}
/*---------------------------------------*/

h1 > .txt-bg, h2 > .txt-bg, h3 > .txt-bg, h4 > .txt-bg, h5 > .txt-bg, h6 > .txt-bg{
padding: 7px;
}

p > .txt-bg {
padding: 5px;
}

/*---------------------------------------*/

.icon-sm, .icon-sm i, .icon-sm span{
font-size: 14px;
}

.icon-md, .icon-sm i, .icon-sm span{
font-size: 20px;
}

.icon-lg, .icon-sm i, .icon-sm span{
font-size: 40px;
}

.icon-xl, .icon-sm i, .icon-sm span{
font-size: 40px;
}

.icon-right{
padding-right: 10px;
}

.icon-left{
padding-left: 10px;
}

.icon-img-md{
width: 80px;
}

/*---------------------------------------*/

.divide20 {
    width: 100%;
    height: 20px;
}

.divide25 {
    width: 100%;
    height: 25px;
}

.divide30 {
    width: 100%;
    height: 30px;
}

.divide40 {
    width: 100%;
    height: 40px;
}

.divide50 {
    width: 100%;
    height: 50px;
}

.divide75 {
    width: 100%;
    height: 75px;
}


.mar-top-50{
	margin-top: 50px;
}

.inner {
    padding-top: 90px;
    padding-bottom: 90px;
}

.inner-lg {
    padding-top: 160px;
    padding-bottom: 160px;
}

.inner-sm{
    padding-top: 45px;
    padding-bottom: 45px;
}

.thin {
    width: 85%;
    margin: auto;
}

.thin-md {
    width: 65%;
    margin: 0 auto;
}

/*---------------------------------------*/

.white-wrapper{
	background: #FFF;
	color: #333;
}

.light-wrapper-1{
	background: #fcfcfc;
	color: #333;
}

.light-wrapper-2 {
    background: #f3f3f3;
	color: #000;
}

.dark-wrapper-1{
background: #333;
color: #FFF;
}

.dark-wrapper-1 .btn-primary {
    background-color: #ffffff;
    color: #337ab7;
    border-color: #ffffff;
}

/*---------------------------------------*/

.txt-bg{
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}

.txt-bg-white{
background: #FFF;
color: #333;
}

.txt-bg-black{
background: #333;
color: #FFF;
}

/*---------------------------------------*/

.white-text, .white-text p, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6{
color: #FFF;
}
.white-text i{
color: #FFF;
}

.white-text .navbar-nav > li > a {
    color: #FFF;
}

.white-text .navbar-nav > li > a:hover {
    color: #fafafa;
}

.white-text .social-inline a{
    color: #FFF;
}

.white-text .social-inline a:hover{
    color: #FAFAFA;
}

.white-text .jumbotron-caption{
color: #FFF;
}

/*---------------------------------------*/

.social-inline{
	padding: 0;
	margin: 0;
}

.social-inline li{
display: inline;
padding: 0;
margin: 0;
}

/*---------------------------------------*/

.text-left, .text-left p, .text-left a, .text-left h1{
text-align: left;
}

.text-right, .text-right p, .text-right a, .text-right h1{
text-align: left;
}

.text-center, .text-center p, .text-left a, .text-left h1 {
    text-align: center;
}

.text-justify, .text-justify p, .text-justify a, .text-justify h1{
text-align: justify
}



/*---------------------------------------*/

ul.circled {
    padding: 0;
    list-style: none;
}

ul.circled li:before {
    content: '●';
    margin-right: 10px;
    font-weight: normal;
    vertical-align: top;
    display: inline-block;
    color: #4aa2d1;
    font-size: 11px;
}

/*---------------------------------------*/

.bg-holder {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
}

.section-bg{
	padding: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.parallax {
	background-attachment: fixed;
}

/*---------------------------------------*/

.row-same-height {
    display: table;
    width: 100%;
    table-layout: fixed;
}

/*---------------------------------------*/

.caption-top-center{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.caption-top-right{
	float: right;
	margin-top: 150px;
}

.caption-top-left{
	float: left;
	margin-top: 150px;
}

.caption-middle-center{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 315px;
}

.caption-middle-right{
	float: right;
	margin-top: 315px;
}

.caption-middle-left{
	float: left;
	margin-top: 315px;
}

.caption-bottom-center{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 415px;
}

.caption-bottom-right{
	float: right;
	margin-top: 415px;
}

.caption-bottom-left{
	float: left;
	margin-top: 415px;
}

.jumbotron-sm .caption-middle-center, .jumbotron-sm .caption-middle-right, .jumbotron-sm .caption-middle-left, .jumbotron-sm .caption-bottom-center, .jumbotron-sm .caption-bottom-right, .jumbotron-sm .caption-bottom-left{
	margin-top: 180px;
}

.jumbotron-sm .caption-top-right, .jumbotron-sm .caption-top-left, .jumbotron-sm .caption-top-center{
margin-top: 160px;
}

.jumbotron-reg .caption-top-right, .jumbotron-reg .caption-top-left, .jumbotron-reg .caption-top-center{
margin-top: 180px;
}

.jumbotron-reg .caption-middle-center, .jumbotron-reg.caption-middle-right, .jumbotron-reg .caption-middle-left{
	margin-top: 280px;
}

.jumbotron-reg .caption-bottom-center, .jumbotron-reg .caption-bottom-right, .jumbotron-reg .caption-bottom-left{
	margin-top: 380px;
}


/*---------------------------------------*/

.carousel-caption { 
position: absolute;
top: 20%;
left: 20%;
right: 20%;
width: 100%;
}

.carousel-caption h1{ 
text-align: left; 
}

.carousel-caption p{ 
width: 600px; 
}

.carousel-caption .btn{ 
float: left; 
}

/*---------------------------------------*/

.clear{
clear: both;
}

.clear-left{
clear: left;
}

.clear-right{
clear: right;
}

.float-right{
float: right;
}

.float-left{
float: left;
}

/*---------------------------------------*/

#caption-top-120{
margin-top: 120px;
}

/*---------------------------------------*/

.btn-pill{
    border-radius: 60px 60px 60px 60px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

/*---------------------------------------*/

.underline-sm{
border: 2px solid #CCC;
width: 15px;
margin-left: auto;
margin-right: auto;
}
/*================================================================
SECTIONS
================================================================*/

/*---------------------------------------*/

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 25px;
}

.navbar {
	height: 77px;
	margin-bottom: 0px;
	border-radius: 0;
}

.navbar-nav{
	margin-top: 13px;
}

.navbar-default {
  background-color: #FFF;
  border-color: transparent;
  border-bottom: 0;

}

.navbar-light .navbar-nav > li > a {
    color: #333;
}

.navbar-collapse{
background-color: inherit;
}

.navbar-toggle{
border-color: transparent;
border-radius: 0px;
}

.navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus{
background-color: transparent!important;
}

.navbar-transparent{
background-color: transparent;
}

.navbar-opaque{
background: url('../img/ui/navbar-opaque.png');
background-repeat: repeat;
}

.navbar-opaque-light{
background: url('../img/ui/opaque-light.png');
background-repeat: repeat;
}

.navbar-opaque .navbar-nav > li > a{
color: #FFF;
}

.navbar-opaque .social-inline > li > a{
color: #FFF;
}



/* navbar logo */
.navbar-brand .logo{
	margin-top: 5px;
	max-height: 35px;
	padding-right: 15px;
}

/* navbar social icons */
.navbar .social-inline{
	margin-top: 13px;
	padding-top: 9px;
	padding-bottom: 12px;
}

.navbar-right.social-inline{
margin-left: 15px;

}

.navbar .navbar-right.social-inline li:last-child{
	padding-right: 0px;
}

.navbar .social-inline li{
	padding-right: 7px;
}

.navbar .social-inline i {
	font-size: 18px;
}

/* navbar call to action */
.navbar-cta{
	margin-top: 8px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-cta a{
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;

}

.navbar-right > .btn{
	margin-left: 20px;
}

/* NAVBAR CENTERED */

 .navbar-brand-centered {
	position: absolute;
	left: 50%;
	display: block;
	width: 160px;
	text-align: center;
    }

.navbar>.container .navbar-brand-centered, 
.navbar>.container-fluid .navbar-brand-centered {
	margin-left: -80px;
}

.navbar-centered .navbar-nav > li > a:first-child {
padding-left: 0px;
}

.navbar-centered .navbar-collapse {
padding-left: 0px;
padding-right: 0px;
}

/* NAVBAR LARGE */

.navbar-lg {
	height: 100px;
}

.navbar-lg .navbar-nav {
	margin-top: 0px;
	padding-top: 26px;
	padding-bottom: 30px;
	line-height: 40px;
}

/* navbar logo */
.navbar-lg .navbar-brand {
	padding: 20px 15px;
	height: 60px;
}

.navbar-lg .navbar-brand .logo{
	margin-top: 0px;
	max-height: 60px;
	padding-right: 15px;
}

/* navbar social icons */
.navbar-lg .social-inline li{
	padding-right: 7px;
}

.navbar-lg .social-inline {
	margin-top: 0px;
	padding-top:30px;
	padding-bottom: 30px;
	line-height: 40px;
}

.navbar-lg .social-inline i {
	font-size: 20px;
}

/* navbar call to action */
.navbar-lg .navbar-cta{
	margin-top: 0px;
	padding-top: 26px;
	padding-bottom: 30px;
	line-height: 40px;
}

.navbar-lg .navbar-cta a{
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
}

/*NAV TABS CENTERED*/

.nav-tabs-center{
margin-left: auto;
margin-right: auto;
width: 60%;
}

.nav-tabs-center li{
text-align: center;
width: 16.666666666666667%;
}


/* JUMBOTRON */

.main {
	position: absolute;
	top: 0;
	z-index: -10;
	width: 100%;
}

.jumbotron{
	height: 730px;
	
	margin-bottom: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.jumbotron-reg{
	height: 530px;
}

.jumbotron-sm{
	height: 330px;
}


.jumbotron-img-1{
	background: url('../img/heros/jumbotron.jpg');
}

.jumbotron-caption h1, .jumbotron-caption h2, .jumbotron-caption h3, .jumbotron-caption h4, .jumbotron-caption h5, .jumbotron-caption h6{
	margin: 0;
}

.jumbotron-caption{
	width: 100%;
	height: 100%;
}

.jumbotron-caption p{
    
    width: 50%;
}

.jumbotron{
	margin-top: 0;
}

.jumbotron-parallax{
	background-attachment: fixed;
}

.jumbotron.carousel{
overflow: display;
}


/* SUB HEROS */

.sec-sub-heros{
	margin-top: 0px!important;
}

.sec-sub-heros .col-xs-12{
	padding: 5px 5px 0px 0px;
}

.sec-sub-heros .col-xs-12:first-child{
	padding-left: 5px;
}

.sec-sub-heros a{
	text-decoration: none;
}

.sub-hero-image{
	height: 240px;
	background-repeat: no-repeat;
	background-origin:content-box;
	background-size: cover;
	
}

#sub-hero-image-1{
	background-image: url("../img/heros/sub-hero-1.jpg");
}

#sub-hero-image-2{
	background-image: url("../img/heros/sub-hero-2.jpg");
}

#sub-hero-image-3{
	background-image: url("../img/heros/sub-hero-3.jpg");
}

#sub-hero-image-4{
	background-image: url("../img/heros/sub-hero-4.jpg");
}

.sub-hero-text{
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 20px;
	padding-right: 20px;
}

.sub-hero-text h3{
	margin-top: 0;
	margin-bottom: 15px;
}

/* VALUE PROPS */

.value-props .col-xs-12{
	padding-top: 20px;
}

.value-prop-text{
	padding-right: 10px;
	padding-left: 10px;

}

.value-prop-text h3{
	margin-top: 20px;
	margin-bottom: 15px;
}

.value-prop-text p{
	margin-bottom: 20px;
}


/* ABOUT ARTICLE 1 */
.article-1 img{
	width: 60%;
	float: left;
	margin: 0 15px 15px 0;
}


/* FACTS VERTICLE */


.facts-wrapper-vertical-right{
    margin-left: 20px;
}

.facts-inner{
	clear: both;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.facts-inner:last-child{
    margin-bottom: 0px;
    border-bottom: none;
	padding-bottom: 0px;
}

.facts-icon{
    float: left;
    margin-top: 10px;
}

.facts-content {
    margin-left: 70px;
}


.facts-num, .facts-title {
    line-height: normal;
    margin: 0;
}

/* Headline */

.headline{
height: 570px;
padding: 0;
}

.headline-graphic img {
height: 480px;
}

.headline .inner{
padding-bottom: 0;
}

.headline-txt {
    overflow: hidden;
}

.headline-bg-1{
background-image: url('../img/heros/headline-bg-1.jpg');
}

.headline-sm {
    height: 470px;

}

.headline-graphic-sm img {
    height: 380px;
}

/* Process */

.process .border-right {
    border-right: 2px solid #e1e1e1;
}

.process .border-bottom {
    border-bottom: 2px solid #e1e1e1;
}

.process .content {
    padding: 50px 50px 50px 130px;
    position: relative;
}

.process .content .icon {
    position: absolute;
    left: 50px;
}


.process-item .icon img{
	width: 54px;
}

/* Testimonial */

.testimonials-bg-1 {
    background-image: url('../img/heros/testimonial-bg.jpg');
}


.testimonials .item blockquote {
    position: relative;
    margin: 0;
    padding: 10px 60px 0;
    border: 0px;
    background: none;
    line-height: 35px;
}


.testimonials .item blockquote:before {
    top: 0;
    left: 0;
    content: "\201C";
}

.testimonials .item blockquote:after {
    top: 0;
    right: 4px;
    content: "\201D";
}

.testimonials .item blockquote:before, .testimonials .item blockquote:after {
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 80px;
    line-height: 1;
	text-align: center;
}


/* Clients */


.client-logos {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.client-logos li img {
    max-width: 100%;
}

.client-logos li a  {
    opacity: 0.8;
}

.client-logos li a:hover {
    opacity: 1;
}

/* Services 1 */

.services-1 .col-wrapper {
    padding: 0 10px;
}

.services-1 .icon-wrapper {
    position: relative;
    height: 85px;
    margin-top: 30px;
	margin-bottom: 30px;
}

.services-1 .icon-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -15px;
    border-bottom: 1px solid rgba(0,0,0,0.16);
    width: 30px;
}

.feature-link{
display: block;
padding: 20px 20px 10px 20px;
margin-bottom: 20px;

background: #FFF;
color: #333;
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
}

.feature-link:hover{
background: #333;
color: #fff;
}

.feature-link .feature{
margin-bottom: 0px;
}

/* BILLBOARD */

.billboard{
	overflow: hidden;
}

.billboard .col-md-6{
	margin: 0;
	padding: 0;
	height: 520px;
}

.billboard-img-1 {
    background-image: url('../img/heros/billboard-img-1.jpg');
}

/* Info Cards */
.animate {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.info-card {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.info-card > img {
	width: 100px;
	margin-bottom: 60px;
}
.info-card .info-card-details,
.info-card .info-card-details .info-card-header  {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -100%;
	left: 0;
	padding: 0 15px;
}

.info-card .info-card-details {
	background-image: url('http://pixelriot.io/p/assets/img/ui/white-opaque-bg.png');
}

.info-card .info-card-details::-webkit-scrollbar {
	width: 8px;
}
.info-card .info-card-details::-webkit-scrollbar-button {
	width: 8px;
	height: 0px;
}
.info-card .info-card-details::-webkit-scrollbar-track {
	background: transparent;
}
.info-card .info-card-details::-webkit-scrollbar-thumb {
	background: rgb(160, 160, 160);
}
.info-card .info-card-details::-webkit-scrollbar-thumb:hover {
	background: rgb(130, 130, 130);
}           

.info-card .info-card-details .info-card-header {
	height: auto;		
	bottom: 100%;
	padding: 10px 5px;
}
.info-card:hover .info-card-details {
	bottom: 0px;
	overflow: auto;
	padding-bottom: 25px;
}
.info-card:hover .info-card-details .info-card-header {
	position: relative;
	bottom: 0px;
	padding-top: 45px;
	padding-bottom: 25px;
}

.info-card .info-card-details .info-card-header {
padding: 10px 0;
}
.info-card .info-card-details .info-card-detail .social {
	margin-top: 25px;

}

.info-cards .social-inline li{
padding-right: 10px;

}

.info-cards .social-inline li:last-child{
padding-right: 0px;
}


/*INFO TABS */
.info-tabs .media-object{
	height: 200px;
	margin-right: 40px;
}


.feature {
    padding: 0 0 0 60px;
    position: relative;
    margin-bottom: 40px;
}


.feature .icon {
    position: absolute;
    left: 0;
    font-size: 40px;
}

/* CTA Banner */

.cta-banner-img-1{
	background-image: url('../img/heros/cta-banner-img-1.jpg');
}

/* Web Design Tabs */

.tabs-bottom, .tabs-bottom .etabs {
    text-align: center;
}

.tabs-bottom.tabs .panel-container {
    width: 90%;
    margin: 0 auto 30px;
}

.tabs-bottom.tab-container .panel-container p {
    margin: 0;
    padding-bottom: 10px;
}

.tabs-bottom, .tabs-bottom .etabs {
    text-align: center;
}

.tabs-bottom .etabs {
    padding: 0;
    overflow: inherit;
    width: 80%;
    margin: 0 auto;
}

.tabs-bottom .tab {
    display: inline-block;
}

.tabs-bottom .tab .icon img {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.box {

    padding: 25px 30px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
    transition: all 200ms ease-in;
}

.tabs-bottom .tab .icon {
    margin: 0 auto 15px;
    position: relative;
    width: 130px;
    height: 130px;
    line-height: 80px;
}

.tabs-bottom .tab a {
    display: block;
}

/* Billboard Contact Form */

.dark-wrapper-1 .vanilla-form input{
background: #333;
border-color: #fff;
color: #FFF;
}

input:placeholder{
color: FFF;
}

.dark-wrapper-1 .vanilla-form label.custom-select span, .dark-wrapper-1 textarea {
	background-color: #333;
	border: 1px solid #fafafa;
}

.dark-wrapper-1 .vanilla-form label.custom-select span{

border-left: 0;
}

.dark-wrapper-1 .vanilla-form label.custom-select .caret{
color: #333;
border-left: 0;
}

.dark-wrapper-1 .vanilla-form label.custom-select select:active + span,
.dark-wrapper-1 .vanilla-form label.custom-select select:focus + span {
  background-color: #66bbfd;
  border: 1px solid #33a4fd;
  
}

.dark-wrapper-1 select{
background: #333;
border: 1px solid #fafafa;
}

.select-caret{
position: relative;
top: 30%;
color: #FFF;
}



.dark-wrapper-1 .vanilla-form input[type="radio"] + span {
    border: 1px solid #FFF;
	background: #FFF;
}

.dark-wrapper-1 .vanilla-form input[type="checkbox"] + span {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #FFF;
	background: #FFF;
}

.dark-wrapper-1 .vanilla-form ::-webkit-input-placeholder {
   color: #FFF;
}

.dark-wrapper-1 .vanilla-form :-moz-placeholder { /* Firefox 18- */
   color: #FFF;
}

.dark-wrapper-1.vanilla-form ::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF; 
}

.dark-wrapper-1 .vanilla-form :-ms-input-placeholder {  
   color: #FFF;  
}

.dark-wrapper-1 .back-button{
color: #FAFAFA;
font-size: 20px;
background: transparent;
}

/*---------------------------------------------------------------*/

figure .ins-link, figure .fli-link {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #333;
    color: #f7f7f7;
    line-height: 1;
    padding: 10px;
    font-weight: 300;
    opacity: 0;
}

figure .ins-link:hover, figure .fli-link:hover {

    background: #333;
    color: #f7f7f7;

	opacity: .7;

}

figure a, figure a img {
    display: block;
    position: relative;

}

.brochure-apparel-img{
width: 500px;
}

/* Footer */

.footer, footer{
margin-bottom: 0;
}

.contact-info address:last-child {
    margin-bottom: 0px;
}

.contact-info .feature:last-child{
margin-bottom: 0px;
}

.footer-services{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

/*-------------------------------
FEATURE BOX
--------------------------------*/


.feature-box {
    border: 2px solid #f3f3f3;
    margin-bottom: 30px;
    padding: 0 20px 15px 80px;
    position: relative;

}

.feature-box .icon {
background-image: url('../img/ui/box.png');
background-size: cover;
    height: 70px;
    left: -6px;
    padding: 20px;
    position: absolute;
    top: -6px;
    width: 60px;
overflow: visible;
}

.feature-box .icon .glyphicon {
    color: #fff;
    font-size: 20px;
}

.feature-box .description h1, .feature-box .description h2, .feature-box .description h3, .feature-box .description h4, .feature-box .description h5, .feature-box .description h6{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
	padding-top: 20px;
}

.feature-box .description p{
    padding-bottom: 10px;
	padding-top: 20px;
}



.feature-box figure{
	overflow: visible;
}

.description h3{
	font-size: 16px;
}