html {
  	position: relative;
  	min-height: 100%;
}
body {
  	margin-bottom: 200px; /* FOOTER HEIGHT */  	
}

.container-pad {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* override bootstrap */
.row {
  	max-width: 980px;
  	margin: 0 auto;
}

.navbar {
	margin-bottom: 0px;
}
.navbar-default {
   	border-bottom: none;
}

.navbar-brand {
	display: block;
	padding-top: 5px;
}
.navbar-brand img {
	height: 60px;
	width: auto;	
}

.navbar-default .navbar-toggle {
	border: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, 0.3);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	font-size: 17px;
}
.navbar-default .navbar-nav > li > a:hover {
	color: rgba(255, 255, 255, 1.0);
	text-decoration: none;
}
/* override bootstrap */


/* MEDIA QUERY */
/* laptop */
@media (min-width: 768px) {
.container-limit {
	max-width: 980px;
}

.text-col h2 {
	margin-top: 70px;
}

.feature-lg h2 {
	font-size: 35px; 
	margin: 130px 0px 30px 0px;
}
.feature-lg h4 {
	font-size: 25px; 
}

.faq-list {
	min-height: 300px;
	border-right: solid 1px #eeeeee;
	padding-top: 25px;
	padding-right: 10px;
}
}

/* smartphone */
@media (max-width: 767px) {
.navbar-nav {
    margin: 0px -15px;
    border-bottom: solid 1px #e7e7e7;
}
.navbar-default .navbar-nav > li > a {
	text-align: center;
}
	
.feature-lg h2 {
	font-size: 30px; 
	margin: 50px 0px 30px 0px;
	text-align: center;
}
.feature-lg h4 {
	font-size: 20px; 
}
}
/* MEDIA QUERY */


.text-col {
	padding: 20px 20px 20px 20px;
}
.text-col h2 {
	font-size: 35px;
	font-weight: 300;
}
.text-col p {
	font-size: 17px;
	font-weight: 300;
}

.bg-white {
	background-color: #FFFFFF;
}
.bg-dark {
	background-color: #333333;
	color: #ffffff;
}
.bg-light {
	background-color: #f2f7fa;
}
.bg-grad {
  	/* MANTLE */
  	background: -webkit-linear-gradient(90deg, #514A9D 10%, #24C6DC 90%); /* Chrome 10+, Saf5.1+ */
  	background:    -moz-linear-gradient(90deg, #514A9D 10%, #24C6DC 90%); /* FF3.6+ */
  	background:     -ms-linear-gradient(90deg, #514A9D 10%, #24C6DC 90%); /* IE10 */
  	background:      -o-linear-gradient(90deg, #514A9D 10%, #24C6DC 90%); /* Opera 11.10+ */
  	background:         linear-gradient(90deg, #514A9D 10%, #24C6DC 90%); /* W3C */
}

#hero-1 {
	background-image: url("../images/m_product.png");
	background-size: 100% auto;
	background-position: 15px -180px;
	background-repeat: no-repeat;
	height: 450px;
}
#hero-2 {
	background-image: url("../images/m_detail.png");
	background-size: 100% auto;
	background-position: -15px -160px;
	background-repeat: no-repeat;
	height: 450px;
}

.feature-lg {
	color: #ffffff;
}
.feature-lg h2,
.feature-lg h4 {
	font-weight: 300;
}

.feature-sm-head {
	padding: 15px 0px 30px 0px;
}
.feature-sm-head h2,
.feature-sm-head h3 {
	font-weight: 300;
	text-align: center;
}

.feature-sm {
	padding: 20px 40px 20px 40px;
}
.feature-sm i,
.feature-sm span {
	font-size: 60px;
	display: block;
	text-align: center;
}
.feature-sm h2 {
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 300;
}
.feature-sm h3 {
	font-weight: 300;
	text-align: center;
}
.feature-sm p {
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}

.btn-default-trans {
	background-color: transparent;
	color: #ffffff;
}
.btn-default-trans:hover {
	background-color: rgba(255, 255, 255, 0.3);
	color: #ffffff;
}

.footer {
  
  	position: absolute;
  	
  	width: 100%;
  	height: 213px; /* FOOTER HEIGHT */
  	background-color: #2e2e2e;
  	color: #fff;
}




/* PRICING */
.row-price {
  	max-width: 800px;
  	margin: 0 auto;
}
.col-price {
	padding-left: 1px;
	padding-right: 1px;
	text-align: center;
	margin-bottom: 30px;
}
.col-price .recommended {
	height: 50px;
	line-height: 50px;
	background-color: #41ADC7;
	font-size: 1.2em;
	color: #ffffff;
}
.col-price .head {
	padding: 20px 0px 20px 0px;
	background-color: #666666;
	text-align: center;
	margin-top: 50px;
	border-bottom: solid 2px #ffffff;
	color: #ffffff;
}
.col-price .head .title {
	font-size: 1.2em;
}
.col-price .head .price {
	font-size: 3em;
}

.col-price .row {
	padding: 20px 0px 20px 0px;
	background-color: #eeeeee;
	border-bottom: solid 2px #ffffff;
}
.col-price .last-row {
	padding: 20px 0px 20px 0px;
	background-color: #eeeeee;
}

.col-app {
	text-align: center;
}
.col-app h2 {
	font-weight: 100;
}
.col-app h3 {
	font-weight: 100;
}
.col-app a {
	display: block;
}
.col-app a img {
	width: 299px;
	margin: 0 auto;
}


/* SUPPORT */
.faq-list {
}
.faq-list a {
	display: block;
	margin-bottom: 10px;
	font-weight: 100;
}

.faq-body h2,
.faq-body h3 {
	font-weight: 100;
}
.faq-body p {
	margin-top: 50px;
	font-weight: 100;
	font-size: 1.1em;
}
div.faq-img {
	margin-top: 25px;
	padding: 10px;
	background-color: #eeeeee;
} 

.bg-dark {
	background-color: #211F48;
	color: #ffffff;
}

.bg-dark1 {
	background-color: #313837;
	color: #ffffff;
}

.bg-dark2 {
	background-color: #d7d3d9;
	color: #5d6261;
}

.text-color{
	color: #36c3a9;
	font-size: 30px;
}

.getintouch{
	font-family: "Open Sans Condensed",sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
	text-align: center;
		color: #36c3a9;
}


.tcenter{
margin-left:auto;
margin-right:auto;
height:55px;
width:55px;

}



#wrap {
    color: black;
    font-size: 3.25em;
    font-weight: normal;
    height: 1.35em;
    margin: -0.1em -10%;
    position: relative;
}


#numnumnum{
    color: #2ea2cc;
    float: none;
    font-family: Georgia,"Times New Roman",Times,serif;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left:7%;
    width: 100%;
}



.ftext {
    background-color: #222625;
    background-image: none;
    border: 1px solid #5d5e5d;
    border-radius: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #6b6351;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    width: 100%;
}


.mright{
float:right;

}


.btn-sup {
    background-color: rgba(227, 221, 221, 0.3);
    border: 0 none;
    color: #000000;
    float: right;
   font-family: "Open Sans Condensed",sans-serif;
   border-radius: 1px;
   font-weight:700;
  
}

.button-text{
border-radius: 1px;
    font-size: 18px;
    line-height: 1.33333;
    padding: 5px 16px;
    width: 100%;

}

.button-color{
border-radius: 1px;
    font-size: 18px;
    line-height: 1.33333;
    padding: 5px 16px;
    width: 100%;
	 background: #00ABE3;

}

.mcheckout{
margin-top:30%;
line-height:1.5555;

}


.fmessage{
	height: 100px;
}

.main-container{
	height: auto;
	width: auto;
	
}

.space20{
 margin-top:20px;

}

.center{
text-align:center;

}


#footer {
    background-color: #3b5c6c none repeat scroll 0 0;
}

.company-details {
    color: #f5f5f5;
    padding-bottom: 67px;
    padding-top: 67px;
	
}

.company-details .icon-top {
    font-size: 30px;
    margin-bottom: 10px;
}
.red-text {
    color: #e96656;
}


::-moz-placeholder {
    color: #999 !important;
}
::-moz-selection {
    background: #fc6d6d none repeat scroll 0 0;
    color: #fff;
}



img {
    height: auto;
    max-width: 100%;
}

.green-text {
    color: #34d293;
}

.blue-text {
    color: #3ab0e2;
}


.copyright {
    background: #171717 none repeat scroll 0 0;
    padding-bottom: 64px;
    padding-top: 68px;
}

.social {
    margin: 0 0 1.5em !important;
	
}
ul {
    list-style: outside none disc;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul, ol {
    padding-left: 0 !important;
}

.social li a {
    color: #e1e1e1;
    font-size: 18px;
}

.social li {
    display: inline-block;
    margin: 5px;
}

.fright{
	float: right;
}

.ccont{
background-color: #2e2e2e;

}

@media (max-width: 320px) {
    .cont {
		float:left;
		width:100%;
		margin-top:30px;
	}
}

