	
body  {
	font-family: 'Open Sans', sans-serif;

	color: #2f3436;

}

body h1  {
	font-size: 30px;
	font-weight: 300;
	color: #000;
	line-height: 120%;
}

body h2  {
	color: #44B8E5;
	font-size: 20px;
	font-weight: 300;
	line-height: 120%;
}

body h3  {
	color: #000;
	font-size: 17px;
	font-weight: 300;
	line-height: 120%;
}

body h4  {
	color: #000;
	font-size: 14px;
	font-weight: 300;
		line-height: 120%;
}
body h5  {
	font-size: 13px;
	font-weight: 300;
	
}

.bigger-text {font-size: 40px;}
.line-height-bigger {line-height: 30px;}
.thin-text {font-weight: 300;}
p {font-weight: 300;
font-size: 14px;}

body a  {
	color: #44B8E5;
	font-weight: normal;
	text-decoration: none;
}
.bullets li {margin-bottom: 15px; font-weight: 300;

font-size: 14px;}
body a:active,
body a:hover {
	color: #000;
}

body a:visited {
	color: #000;
}.main_wrapper {
	clear: both;
	min-height: 600px;
	width: 980px;
	margin: 0px auto;
}


.first {

min-height: 300px!important;


}


.second {

min-height: 200px!important;

	
}
.third {

min-height: 400px!important;

	
}

.footer li {font-size: 12px!important;}
.footer {font-size: 12px!important;}
.footer h4{color: white!important;
font-size: 18px;}

.od-grey {background-color: #605e65;}
.od-grey-light {background-color: #c3c2c8;}
.od-blue {background-color: #66beea;}

.text-od-grey {color: #605e65;}
.text-od-grey-light {color: #c3c2c8;}
.text-od-blue {color: #66beea;}


.list-group-item {background-color: #66beea!important;
color: white; font-weight: 300;}
.card-header{background-color: #000!important; text-align: center;}

.white-text {color: white;}
.white-text a{color: white!important;}
.white-text a:hover{color: white!important;}
.text-black {color:black;}
.active { color:#605e65; 
	border-left: #605e65 15px solid;

	
padding-left:15px;
line-height:30px;
font-size:18px;}

.jumbotron{background-color: #000!important;
color: white!important;
}
.jumbotron li a{
color: white!important;
	line-height: 24px;
}

/*PRICING TABLE*/
.heading-title
{
	margin-bottom: 50px;
}

.pricingTable{
    border: 2px solid #e3e3e3;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
    transform: translateZ(0px);
}

.pricingTable:before,
.pricingTable:after{
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.pricingTable:before{
    border-right: 2px solid #66beea;
    border-left: 2px solid #66beea;
    transform: scaleY(0);
    transform-origin: 100% 0 0;
}

.pricingTable:after{
    border-bottom: 2px solid #66beea;
    border-top: 2px solid #66beea;
    transform: scaleX(0);
    transform-origin: 0 100% 0;
}

.pricingTable:hover:before{
    transform: scaleY(1);
}

.pricingTable:hover:after{
    transform: scaleX(1);
}

.pricingTable .pricingTable-header{
    background: #66beea;
    color: #fff;
    margin: -2px -2px 35px;
    padding: 40px 0;
}

.pricingTable .heading{
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.pricingTable .subtitle{
    font-size: 14px;
    display: block;
}

.pricingTable .price-value{
    font-size: 72px;
    font-weight: 600;
    margin-top: 10px;
    position: relative;
    display: inline-block;
}

.pricingTable .currency{
    font-size: 45px;
    font-weight: normal;
    position: absolute;
    top: 2px;
    left: -30px;
}

.pricingTable .month{
    font-size: 20px;
    position: absolute;
    bottom: 17px;
    right: -40px;
}

.pricingTable .pricing-content{
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.pricingTable .pricing-content li{
    font-size: 16px;
    color: #7a7e82;
    line-height: 40px;
}

.pricingTable .read{
    display: inline-block;
    border: 2px solid #7a7e82;
    border-right: none;
    font-size: 14px;
    font-weight: 700;
    color: #7a7e82;
    padding: 9px 30px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.pricingTable .read:hover{
    border-color: #66beea;
    color: #66beea;
}

.pricingTable .read i{
    font-size: 19px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 15px;
    transition: all 0.3s ease 0s;
}

.pricingTable .read:hover i{
    right: 5px;
}

.pricingTable .read:before,
.pricingTable .read:after{
    content: "";
    display: block;
    height: 30px;
    border-left: 2px solid #7a7e82;
    position: absolute;
    right: -11px;
    transition: all 0.3s ease 0s;
}

.pricingTable .read:before{
    bottom: -6px;
    transform: rotate(45deg);
}

.pricingTable .read:after{
    top: -6px;
    transform: rotate(-45deg);
}

.pricingTable .read:hover:before,
.pricingTable .read:hover:after{
    border-left-color: #66beea;
}

@media screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 25px; }
}

/* Credit to http://labs.bootstrapthemes.co/demo/Resource/PricingTableStyleDemo38/ */




/* display this row with flex and use wrap (= respect columns' widths) */

.row-flex {
  display: flex;
  flex-wrap: wrap;
}


/* vertical spacing between columns */

[class*="col-"] {
  margin-bottom: 30px;
border-right:none;
/*border-right:white thin solid;*/
}




.content {
  height: 100%;
  padding: 20px 20px 10px;
  color: #fff;
}



.box{
    padding:20px 0px;
}

.box-part{
    background:#000;
	color: white;
	font-weight: 300;
    border-radius:0;
    padding:20px 10px;
    margin:30px 0px;
}
.text{
    margin:20px 0px;
}

