body{
    background-color: #FFF;
	color: #000;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
}

.bg-gradient{background:url(../img/gradient.png) repeat-x;}

#main-img{padding-right:15px; padding-left:5px;}

.title-one{padding-top:20px; font-size: 1.8em; font-weight: bold;}
.what-it-is{background:url(../img/top-bg.jpg) no-repeat;}
h2{font-weight:bold;}

h4{font-size: 1.3em; font-weight: 600; margin-top: 11px;}

.what-it-is .txt{padding-top:30px; line-height:1.8em; font-weight: 600;}
.what-it-is-end{background:url(../img/bottom-bg.jpg) no-repeat bottom; min-height:216px;}

.orange{background:url(../img/bg-orange.png) top repeat-x #f7941e; color:#fff; line-height:1.8em; font-weight: 600; padding-bottom:40px;}
.bg-grey{background-color:#f1f1f1;}


ul{list-style-image: url('../img/li.png');padding:25px;}
ul.inverted{list-style-image: url('../img/li2.png');padding:25px;}
ul li{margin:1px; padding:1px;}
ul.inverted li{margin-bottom:15px; padding:1px;}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) { 
}

@media (max-width: 414px) { 
    .title-one{font-size:1.6em;}
}


@media (max-width: 769px) { 
    .container{padding-left:0px; padding-right:0px; margin:0!important; width:100%; overflow-x:hidden;}
    
    h4{font-size: 1.1em; margin-top: 10px;}
    
    .myfoot span{font-size:0.8em;}
    .myfoot .social img{width:30px;}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  

    
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}



}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }