@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600&subset=latin-ext');

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{


    font-family: 'Source Sans Pro', sans-serif;
    background: #ECE9E6; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #ECE9E6 , #FFFFFF); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #ECE9E6 , #FFFFFF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}


/* Use a wide full screen for small screens like tablets. */
@media (min-width: 768px) and (max-width:992px) {
    .container {
        width: initial;
        padding-left: 2em;
        padding-right: 2em;        
    }
}

/* --- Plans ---------------------------- */

.my_planHeader {
    text-align: center;
    color: white;
    padding-top:0.2em;
    padding-bottom:0.2em;
}
.my_planTitle {
    font-size:2em;
    font-weight: bold;
}
.my_planPrice {
    font-size:1.4em;
    font-weight: bold;    
}
.my_planDuration {
    margin-top: -0.6em;
}

@media (max-width: 768px) {
    .my_planTitle {
        font-size:small;
    }    
}

/* --- Features ------------------------- */

.my_feature {
    line-height:2.8em; 
    font-size: 1.1em;
}

@media (max-width: 768px) {
    .my_feature {
        text-align: center
    }
}

.my_featureRow {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    /*border: 0.1em solid rgb(163, 163, 163);*/
    border: 0.1em solid rgb(236, 234, 234);
}    

/* --- Plan 1 --------------------------- */
.my_plan1 {
    background: #eaf2fc;
}

.my_planHeader.my_plan1 a {
    background: #dfe5ec;
    /*border-bottom: thick solid #666666;*/ 
    color:#333;
    margin-bottom: 5px;
    margin-top: 5px;
}

.my_planHeader.my_plan1 {
    background: #4183D7;
    border-bottom: thick solid rgb(72, 109, 139);
}

/* --- Plan 2 --------------------------- */
.my_plan2 {
    background: #e7ecf2;

}

.my_planHeader.my_plan2 a {
    background: #dfe5ec;
    /*border-bottom: thick solid #666666;*/ 
    color:#333;
    margin-bottom: 5px;
    margin-top: 5px; 
}

.my_planHeader.my_plan2 {
    background: #34495e;
    border-bottom: thick solid rgb(94, 94, 94);
}

/* --- Plan 3 --------------------------- */
.my_plan3 {
    background: #d6e9e5;
}

.my_planHeader.my_plan3 a {
    background: #dfe5ec;
    /*border-bottom: thick solid #666666;*/ 
    color:#333;
    margin-bottom: 5px;
    margin-top: 5px;
}



.my_planHeader.my_plan3 {
    background: #049372;
    border-bottom: thick solid rgb(1, 124, 96);
}

/* --- Plan 4 --------------------------- */
.my_plan4 {
    background: #fcfcfc;
}

.my_planHeader.my_plan4 a {
    background: #dfe5ec;
    /*border-bottom: thick solid #666666;*/ 
    color:#333;
    margin-bottom: 5px;
    margin-top: 5px;
}

.my_planHeader.my_plan4 {
    background: #bdc3c7;
    border-bottom: thick solid rgb(182, 182, 182);
}

/* --- Plan 5 --------------------------- */
.my_plan5 {
    background: #fff2da;
}

.my_planHeader.my_plan5 a {
    background: #dfe5ec;
    /*border-bottom: thick solid #666666;*/ 
    color:#333;
    margin-bottom: 5px;
    margin-top: 5px;
}

.my_planHeader.my_plan5 {
    background: #FFA400;
    border-bottom: thick solid rgb(207, 136, 9);
}


.my_planFeature {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    min-height: 45px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}

.my_planFeature i.my_check {
    color: green;
}

.my_featureRow p{
    margin: 0;
}

.x-mark{
    color:#7f8c8d;
}

.control-label{
    width:100%;
    text-align: left !Important;
}

.titleTable{
    font-weight: bold;
    font-size: 3.125em;
    margin-bottom: 23px;
    color: #34495e;
    text-align: center;
}

/*NAVBAR*/

/*.navbar-inverse {
    background-color: #107ec9;
}*/

/* EXAMPLE 3

line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */

.navbar-brand {
    padding: 0px;
}

.navbar-brand>img {
    height: 100%;
    /*padding: 15px;*/
    padding: 13px;
    width: auto;
}


.example3 .navbar-brand {
    height: 100px;
}

/*.example3 .nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
}*/

.navbar-right{
    padding-top: 25px;
}

.example3 .navbar-toggle {
    padding: 10px;
    margin: 25px 15px 25px 0;
}

.navbar-inverse {
    background-color: #107ec9;
    border-color: #0e77be;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #0e7ac2;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
    font-size: 16px;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #0e7ac2;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #0e7ac2;
}

.navbar-brand span {
    position: absolute;
    z-index: 999;
    margin-top: -42px;
    margin-left: 48px;
    color: #ebf4fb;
}

/*FOOTER*/

#footer {
    min-height: 60px;
    background-color: #107ec9;
    color: #ffffff;
}

#footer a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

#footer > .container {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.container .credit {
    margin: 20px 0px;
    display: inline-block;
}

.container .credit li {
    display: inline-block;
}

.container .credit li a {
    padding: 0px 10px;
    border-left: 1px solid #999999;
}

.credit {
    margin: 0 !important;
}

.text-muted {
    color: #eee9e9;
    font-size: 16px;
}

.headerBg{
    position: relative;
    background: #000 url("/img/bg.jpg") center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    margin-top: -20px;
    padding: 15px;
}

.headerBg h1{
    font-weight: bold;
    font-size: 40px;
}

.blue{
    color: #107ec9;
}

.darkblue{
    color : #34495e;
}

.headText{
    line-height: 1.2;
    font-weight: 600;
    padding-bottom: 15px;
    text-shadow: 0px 1px 1px #fff;
    font-size: 17px;
}

@media only screen 
and (max-width : 1024px) {
    .hide-xs-sm-md{
        display: none;
    }
}
