/* here you can put your own css to customize and override the theme */
body { 
	direction: ltr;
	font: 400 13px 'Arial', Arial, sans-serif;
	background: #fff;
}

.header {
    position: absolute;
    top: auto;
    bottom: 0px;
    left: auto;
    right: auto;
    width: 100%;
    min-height: 60px;
    padding: 0px;
    background: none repeat scroll 0% 0% #fff;
    box-shadow: 0px 1px 4px rgba(228, 228, 228, 0.95);
    z-index: 9999;
}

.header.fixNav {
    position: fixed;
    top: 0px;
    bottom: auto;
    background: none repeat scroll 0% 0% #fff;
}

.facts-block .item strong {
    display: block;
    font-size: 35px;
    text-transform: none;
    margin-bottom: 4px;
    margin-top: 30px;
}

.pi-price strong {
    font-size: 25px;
    font-weight: 400;
    display: inline-block;
    color: #FFF;
    width: 128px;
    height: 128px;
    line-height: 1;
    border-radius: 50%;
    position: relative;
    padding: 28px 0px 0px;
    margin-bottom: 20px;
}

.pi-price strong em {
    font-size: 25px;
    font-style: normal;
    margin-top: 30px;
}

.slider-item-1 .large_bold_white,
.slider-item-2 .large_bold_white {
  font: 700 45px/53px "PT Sans Narrow", Arial, sans-serif;
  text-transform: uppercase;
}


.partners-block .row {
  padding: 0;
  margin: 0;
  
}

.partners-block {
  background: #fff;
}


  
.partners-block img {
	margin:1% 1% 1% 1%;
}


.partners-logo {
    width: 8.33333%;
	height:60px;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.tp-caption a:hover {
    color: #fff;
    text-shadow: none;
    transition: all 0.2s ease-out 0s;
	text-decoration: none;

}

.keywords{
  z-index:0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1%;
  font-size:.1px;

}

.message-block h2 {
    z-index: 2;
    color: #FFF;
    font-size: 35px;
    font-weight: 600;
    line-height: 42px;
    position: relative;
    padding: 0px;
    margin-bottom: 14px;
    letter-spacing: 1px;
}

.content h1, .content h2 {
    font: 400 30px "PT Sans Narrow",Arial,sans-serif;
    margin: 0px 0px 10px;
    text-transform: uppercase;
    text-align: center;
}

.pricing-head h3 {
    font: 400 37px/1.2 "PT Sans Narrow",Arial,sans-serif;
}

.pricing-footer .btn-default {
    background: none repeat scroll 0% 0% #AFB7BE;
    color: #FFF;
    display: block;
    font: 500 20px/18px "PT Sans Narrow",Arial,sans-serif;
    padding: 13px 10px;
    border: medium none;
}

.checkout-block h2 em {
    color: #fff;
    font: 300 16px "Open Sans",Arial,sans-serif;
    text-transform: none;
}

.div-right{
  float: right;

}

@media (max-width: 992px) {

	.slider-item-1 .large_bold_white,
	.slider-item-2 .large_bold_white {
	  font: 700 35px/35px "PT Sans Narrow", Arial, sans-serif;
	  text-transform: uppercase;
	}

	.pricing-head h3 {
		font: 400 30px/1.2 "PT Sans Narrow",Arial,sans-serif;
	}

	.pricing-footer .btn-default {
		background: none repeat scroll 0% 0% #AFB7BE;
		color: #FFF;
		display: block;
		font: 700 16px/16px "PT Sans Narrow",Arial,sans-serif;
		padding: 13px 10px;
		border: medium none;
	}

	.content h1, .content h2 {
		font: 400 25px "PT Sans Narrow",Arial,sans-serif;
		margin: 0px 0px 10px;
		text-transform: uppercase;
		text-align: center;
	}

	.facts-block h2 {
	  margin-bottom: 60px;
	font-size: 20px;
	}

	.facts-block .item {
	  font-size: 16px;
	  width: 138px;
	  height: 138px;
	  text-transform: none;
	}
	
	.facts-block .item strong {
		display: block;
		font-size: 25px;
		text-transform: none;
		margin-bottom: 4px;
		margin-top: 17px;
	}

	.team-block .item {
	  margin-bottom: 30px;
	}
	.team-block .img-responsive {
	  width: 100%;
	}
}
