body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    position: relative;
    width: auto;
    height: auto;
    /*overflow-x: hidden;*/
}

.tm-white a {
	color: #fff;
}

/* start h1 group */
h1 {
    margin-top: 0;
    margin-bottom: 25px;
}

h1, h2, h3, h4 {
    font-weight: bold;
}
/* end h1 group */
/*p { line-height: 1.6em; }*/
/* img */
/* img {
    max-width: 100%;
    height: auto;
}
*/
/* img */

/* overlay */
.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    padding-top: 90px;
    padding-bottom: 90px;
}
/* over lay */

/* start page container */
/*
@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
*/
/* end page container */

/* start preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
   /*justify-content: center;*/
   -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-spinner-rotating-plane.sk-spinner {
    width: 30px;
    height: 30px;
    background-color: #28a7e9;
    margin: 0 auto;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
/* end preloader */

/* start navigation */

.navbar-default {
    background: #fff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    margin: 0!important;
}

.navbar-default .navbar-brand {
    color: #15830e;
    font-size: 30px;
    font-weight: bold;
    height: 70px;
    line-height: 35px;
    float: left;
    margin-left: 25%;
}

.navbar-default .nav li a:hover, .navbar-default .nav li a:focus, .navbar-default .nav li a.current {
    color: #15830e;
}

.navbar-default .navbar-toggle {
    border: none;
    padding-top: 20px;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #28a7e9;
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent
}

/* end navigation */

/* start home */
#home {
    background: url('../images/home-bg.jpg') no-repeat;

    min-height: 300px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding-top: 10px;
    text-align: center;
    width: auto;
    // float: center;
    margin-top: 25px;
    height: auto;
}

#home p {
    text-align: center;
    font-weight: 400;
    font-style: italic;
}

#home h1 {
    text-align: center;
    padding-top: 10px;
    // float: center;
    width: auto;
}

#home img {
    display: inline-block;
    padding-top: 30px;
}
/* end home */

/* start divider */


.github {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 25px;
    height: auto;
    width: auto;
    line-height: 20px;
}

#divider {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

#divider .fa {
    color: #28a7e9;
    font-size: 60px;
}

#divider h3 {
    font-size: 20px;
}
/* end divider */

/* start feature */
#feature {
    background: #f8f8f8;
    padding-top: 80px;
    padding-bottom: 80px;
    width: auto;
    height: auto;
}

#feature p {
    padding-top: 10px;
}

#feature span {
    float: left;
}

#feature .fa {
    background: #15830e;
    border-radius: 100%;
    color: #000;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
}
/* end feature */

/* start feature1 */
#feature1 {
    padding-top: 60px;
    padding-bottom: 60px;
}

#feature1 p {
    padding-top: 10px;
}

#feature1 span {
    float: left;
}

#feature1 .fa {
    background: #28a7e9;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
}
/* end feature1 */

/* start about-us */
#about-us {
    background: #f8f8f8;
    text-align: center;
    padding-bottom: 80px;
}

#about-us img {
	width: 50%;
	height: 50%;
}

#about-us h2 {
    padding-bottom: 60px;
}

#about-us .about-us {
    background: #fff;
}

#about-us .active {
    position: relative;
    bottom: 20px;
}

#about-us .about-us .about-us-title {
    background: #28a7e9;
    color: #fff;
    font-weight: bold;
    padding: 30px;
}

#about-us .about-us .about-us-title p {
    font-weight: 400;
    font-style: italic;
    line-height: 2em;
}

#about-us .about-us ul {
    padding: 0;
    margin: 0;
}

#about-us .about-us ul li {
    display: block;
    list-style: none;
    padding: 16px;
}

#about-us .about-us .btn {
    background: transparent;
    border: 1px solid #28a7e9;
    border-radius: 0px;
    color: #28a7e9;
    font-weight: bold;
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

#about-us .about-us .btn:hover {
    background: #28a7e9;
    color: #fff;
}
/* end about-us */

/* start download */

#download {
    background: url('../images/img-decor-03.jpg') no-repeat;
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    color: #fff;
    width: auto;
    // float: center;
    margin-top: 25px;
    height: auto;
}
/*
#download {
    padding-top: 80px;
    padding-bottom: 80px;
}

#download h2 {
    padding-bottom: 20px;
}

#download p {
    font-size: 20px;
}
*/
.col-md-6 {
    width: 50%;
    float: left;
}

/*
#download .table-responsive {
	width: 75%;
	float: left;
}

#download .table-responsive tr td {
	float: right;
	width: 50%;
}
*/
/*
#download img {
	width: auto\9;
}

#download
*/
.bottom-margin {
    margin-bottom: 40px;
}

/* end download */

/* start contact */
#contact {
    background: url('../images/contact-bg.jpg') no-repeat;
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    color: #fff;
    width: auto;
    // float: center;
    margin-top: 25px;
    height: auto;
}

#contact h2 {
    padding-bottom: 10px;
}

#contact address {
    padding-top: 20px;
}

#contact address .fa {
    background: #28a7e9;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 6px;
    margin-right: 10px;
}

#contact .contact-form {
    padding-top: 40px;
    margin-left: -150px;
    width: auto;
}

#contact .form-control {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 20px;
}

#contact input {
    height: 50px;
}

#contact input[type="submit"] {
    background: #28a7e9;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease;
}

#contact input[type="submit"]:hover {
    background: #107DB6;
}
/* end contact */

/* start footer */
footer {
    background: #fff;
    font-weight: 400;
    text-align: center;
    padding: 20px;
}
/* end footer */

.col-md-6 .navbar-right {
    padding-top: 60px;
    float: right;
    margin-right: auto;
    width: auto;
}

.navbar-default .nav li a {
	color: #666;
    font-size: 16px;
    font-weight: bold;
    height: 45px;
    line-height: 40px;
    padding-top: 20px;
    padding-left: 5;
    padding-right: 5;
}

@media ( min-width: 991px ) {
    .navbar-default .nav li a {
        height: 45px;
        line-height: 40px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.dropdown-menu {
	background-color: transparent;
	float: right;
	position: absolute;
    text-align: right;
}

@media ( max-width: 991px ) {

    .navbar-default .nav li a {
    	color: rgba(45, 122, 63, 0.8);
        height: auto;
        line-height: 2em;
        padding-left: 10px;
        padding-top: 5px;
    }

    .navbar-default .navbar-brand {
    	margin-left: 5%;
    }

    .col-md-6 .navbar-right {
    	border-radius: 25px;
    	padding-top: 0px;
    	margin-right: 0px;
    	margin-left: 135px;
    	padding-left: 5px;
    	width: auto;
	}

    .navbar-right {
		background-color: rgba(0, 0, 0, 0.7);
		float: right;
		position: fixed;
		margin-top: 50px;
    	text-align: right;
    	width: 35%;
	}

	.navbar-default .nav li a.current {
		color: rgba(0, 188, 47, 0.8);
	}

	.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
    	color: rgba(0, 255, 0, 0.6);
    }

    .github {
    	padding-top: 60px;
    }

    .templatemo-box {
        margin-bottom: 30px;
    }

    #pricing .active {
        bottom: 0;
    }

    .pricing {
        margin-bottom: 20px;
    }
}

@media ( max-width: 767px ) {
	#pricing{
        padding-top: 20px;
        padding-bottom: 40px;
    }

    #contact .overlay {
        padding-top: 40px;
    }
}
/* start media 360 */
@media ( max-width: 360px ) {
    .pricing {
        padding-bottom: 40px;
    }
}
