/* 

    Created on : 2 Oct, 2015, 7:52:36 AM

    Author     : RAKESH

    File       : Assan Mobile App landing template

    version    : v1.0

*/


/**google font**/

@import url(https://fonts.googleapis.com/css?family=Poppins:400,700,600,500,300);
@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
body {
    font-family: "Poppins", sans-serif;
    color: #aeaeae;
    background-color: #fff;
    font-size: 15px;
    line-height: 28px;
    font-weight: 300;
}

a {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    color: #DEA427;
	outline:none !important;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0 !important;
}

button {
    border: 0px;
}

button:focus {
    outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
}

hr.separator {
    border-top: 1px solid #dda325;
    margin: 10px auto;
    width: 80px;
}


/**section heading**/

.section_heading {
    text-align: center;
}

.section_heading h3 {
    font-size: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #000;
    font-weight: 500;
}

.section_heading p {
    font-weight: 400;
    font-size: 15px;
	color:#fff;
}


/**spaces**/

.space-20 {
    width: 100%;
    height: 20px;
    clear: both;
}

.space-30 {
    width: 100%;
    height: 30px;
    clear: both;
}

.space-40 {
    width: 100%;
    height: 40px;
    clear: both;
}

.space-50 {
    width: 100%;
    height: 50px;
    clear: both;
}

.space-60 {
    width: 100%;
    height: 60px;
    clear: both;
}


/***buttons***/

.btn {
    border: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn i {
    margin-left: 8px;
}

.btn-3d {
    border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}

.btn-lg {
    padding: 12px 30px;
}

.btn-light-dark {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.btn-light-dark:hover,
.btn-light-dark:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
}

.btn-skin {
    background-color: #e9ad28;
    color: #fff;
}

.btn-skin:hover,
.btn-skin:focus {
    color: #fff;

}

.navbar-inverse {
    min-height:auto !important;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
    border: 0px;
    background-color: rgba(0, 0, 0, 0.95);
}

.navbar-inverse .navbar-brand {
    float: left;
     padding: 8px 0 0 15px;
    font-size: 28px;
    color: #fff;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
}

.navbar-brand > img {
    float: left;
    width: 250px;
    height: 69px;
}
.col-md-4.text-center > h3 {
    color: #333;
}
.col-md-4.text-center > p {
    color: #333;
}
.col-md-4.text-center {
    border: 1px solid #eee;
    padding: 2% 4%;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #DEA427;
    background-color: transparent;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
    padding-bottom: 39px;
    padding-top: 39px;
    }
}


/**footer**/

.footer {
    padding: 60px 0;
    background-color: #333;
}

.footer h2 {
    font-family: "Poppins", sans-serif;
    color: #fff;
}

.footer ul {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer ul li {
    padding: 0px;
}

.footer ul li a {
    display: block;
    width: 60px;
    margin: 5px 0;
    height: 60px;
    font-size: 25px;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #222;
    color: #aeaeae;
}

.footer ul li a:hover {
    color: #fff;
    background-color: #111;
}


/****Newsletter section***/

.newsletter-form {
    padding: 100px 0;
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.newsletter-form form {
    position: relative;
}

.newsletter-form form .btn {
    position: absolute;
    right: 4px;
    top: 4px;
}

.newsletter-form .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    height: 50px;
    color: #333;
    font-size: 13px;
    text-align: left;
    border: 2px solid rgba(0, 0, 0, 0.4);
}

.newsletter-form .form-control:hover,
.newsletter-form .form-control:focus {
    border: 2px solid rgba(0, 0, 0, 0.8);
}

.newsletter-form .form-control.error {
    color: #fb8686;
    border: 2px solid #fb8686;
}

.newsletter-form::-webkit-input-placeholder {
    color: #333;
}

.newsletter-form:-moz-placeholder {
    /* Firefox 18- */
    color: #333;
}

.newsletter-form::-moz-placeholder {
    /* Firefox 19+ */
    color: #333;
}

.newsletter-form:-ms-input-placeholder {
    color: #333;
}

.intro-section {
   background: rgba(227,211,179,1);
background: -moz-linear-gradient(top, rgba(227,211,179,1) 0%, rgba(245,241,233,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(227,211,179,1)), color-stop(100%, rgba(245,241,233,1)));
background: -webkit-linear-gradient(top, rgba(227,211,179,1) 0%, rgba(245,241,233,1) 100%);
background: -o-linear-gradient(top, rgba(227,211,179,1) 0%, rgba(245,241,233,1) 100%);
background: -ms-linear-gradient(top, rgba(227,211,179,1) 0%, rgba(245,241,233,1) 100%);
background: linear-gradient(to bottom, rgba(227,211,179,1) 0%, rgba(245,241,233,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3d3b3', endColorstr='#f5f1e9', GradientType=0 );
    padding-top: 30px;
    position: relative;
	padding-bottom: 30px;
	border-bottom:1px solid #dedcd9!important;
}
.navbar.navbar-inverse {
    margin-bottom: 0 !important;
}

.intro-section .intro_text {
    padding-right:0;
    /*margin-top: 100px;*/
    text-align: center;
}

.intro-section .intro_text h1 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    margin-bottom: 35px;
}
.intro_text > h3 {
    color: #000;
    float: left;
    font-size: 30px;
    font-weight: 400;
    width: 100%;
	margin-bottom: 15px;
}

.intro-section .intro_text h1 span {
    font-family: "Poppins", sans-serif;
}

.intro-section .intro_text p {
    color: #666;
    font-size: 21px;
    font-weight: 400;
    margin-top: 50px;
}
.intro-section .intro_text .buttons {
    padding-top: 30px;
}
#home-video {
    width: 100%;
    height: auto;
}
@media (min-width: 800px) {
    #home-video {
        min-width: 600px;
    }
}
#features .container .row{
	margin-bottom:30px;
}

.intro-section .intro_text .buttons a {
    margin: 5px;
    padding: 20px 20px;
    font-size: 25px;
    font-weight: 600;
    text-transform: none;
    border-radius: 25px !important;
}

.home-page-service-images-wrapper{
    display: flex;
    justify-content: center;
}

@media (min-width: 800px) {
    .home-page-service-images {
        min-width: 400px;
        height: 400px;
    }
}

/*********iphone slider*************/

.iphone_holder {
    width: 322px;
    height: 477px;
    overflow: hidden;
    position: relative;
    background-image: url(../images/iphone-holder.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center top;
}

.iphone_holder .iphone_inner {
    position: absolute;
    width: 284px;
    height: 379px;
    left: 19px;
    top: 46px;
    background-color: #fff;
    padding: 0px;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.iphone_holder .iphone_inner .slides li img {
    height: 379px;
    width: auto;
}

.iphone_holder .iphone_inner .flex-control-paging li a {
    background-color: transparent;
    background: transparent;
    border: 1px solid #fff;
}

.iphone_holder .iphone_inner .flex-control-paging li a.flex-active {
    background-color: #fff;
    opacity: 1;
}


/**android holder**/

.android_holder {
    width: 300px;
    height: 475px;
    overflow: hidden;
    position: relative;
    background-image: url(../images/mockup-android.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center top;
}

.android_holder .android_inner {
    position: absolute;
    width: 225px;
    height: 396px;
    left: 38px;
    top: 40px;
    background-color: #fff;
    padding: 0px;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.android_holder .android_inner .slides li img {
    height: 396px;
    width: auto;
}

.android_holder .android_inner .flex-control-paging li a {
    background-color: transparent;
    background: transparent;
    border: 1px solid #fff;
}

.android_holder .android_inner .flex-control-paging li a.flex-active {
    background-color: #fff;
    opacity: 1;
}

.section-equal {
    padding: 0px;
}

.equal_height {
    background-color: #fff;
}


/***testimonials***/

.testimonials {
    padding: 50px 0;
    background-color: #fff;
}

.testimonials img {
    width: 60px;
    margin-bottom: 10px;
}

.testimonials h4 {
    color: #DEA427;
    margin-bottom: 0px;
}

.testimonials em {
    font-size: 13px;
}

.testimonials .owl-theme .owl-controls .owl-buttons div {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color:#DEA427;
    padding: 0px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 20px;
}

.testimonials p {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px;
}


/**features**/

.features-section {
    padding :50px 0;
    position: relative;
    overflow: hidden;
}


/**parallax section**/

.aside_section {
    padding: 50px 0;
    background-color: #d2ad5b;
    overflow: hidden;
    position: relative;
}

.aside_section.light {
    background-color: #fff;
}

.aside_section img {
    float: none;
    display: block;
    margin: 0 auto;
}


/**aside features**/

.aside_features {
    color: #fff;
    font-size: 21px;
    padding-bottom: 50px;
    line-height: 40px;
    font-weight: 500;
    text-align: justify;
}

@media (min-width: 800px) {

    .aside_features {
        text-align: left;
    }
}

.aside_features h1 {
    color: #000;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
}
.aside_features2 {
    color: #fff;
    font-size: 21px;
    padding-bottom: 50px;
    /*padding-top: 20px;*/
    text-align: center;
    font-weight: 500;
    line-height: 35px;
}
.bottom_feature_content {
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 100%;
	margin-top: 30px;
}

.aside_features hr.separator {
    margin: 25px 0;
}


/*features box 1**/

.features-box-1 {
    margin-bottom: 30px;
}

.features-box-1 h3 {
    color: #DEA427;
    font-weight: 500;
}

.features-box-1 i {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    margin-right: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #DEA427;
    background-color: transparent;
    text-align: center;
}

.features-box-1 .features-box-1-text {
    overflow: hidden;
}

.feature-right {
    padding-bottom: 30px;
}

.feature-right .text {
    overflow: hidden;
    text-align: right;
    padding-right: 10px;
}

.feature-right .text h3 {
    color: #DEA427;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}

.feature-right .icon {
    float: right;
    margin-left: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #DEA427;
    -webkit-box-shadow: 0 0 0 2px #fff;
    -moz-box-shadow: 0 0 0 2px #fff;
    -ms-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all ease-in 0.25s;
    -o-transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s;
}

.feature-right .icon i {
    font-size: 20px;
    color: #DEA427;
}

.feature-right:hover .icon {
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 2px #DEA427;
    -moz-box-shadow: 0 0 0 2px #DEA427;
    -ms-box-shadow: 0 0 0 2px #DEA427;
    box-shadow: 0 0 0 2px #DEA427;
    background-color: #DEA427;
}

.feature-right:hover .icon i {
    color: #fff;
}

.feature-left {
    padding-bottom: 30px;
}

.feature-left .text {
    overflow: hidden;
    text-align: left;
    padding-left: 10px;
}

.feature-left .text h3 {
    color: #DEA427;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}

.feature-left .icon {
    float: left;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #DEA427;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 2px #fff;
    -moz-box-shadow: 0 0 0 2px #fff;
    -ms-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    -moz-transition: all ease-in 0.25s;
    -o-transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s;
}

.feature-left .icon i {
    font-size: 20px;
    color: #DEA427;
}

.feature-left:hover .icon {
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 2px #DEA427;
    -moz-box-shadow: 0 0 0 2px #DEA427;
    -ms-box-shadow: 0 0 0 2px #DEA427;
    box-shadow: 0 0 0 2px #DEA427;
    background-color: #DEA427;
}

.feature-left:hover .icon i {
    color: #fff;
}


/**download section**/

.download-section {
    background-color: #e4d8bd;
    padding: 50px 0;
}

.download-section span {
    font-family: "Indie Flower", cursive;
    display: block;
    font-weight: 400;
    font-size: 20px;
}


/**team section**/

.team-section {
    background:#eeeeee;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    padding-bottom: 70px;
}

.team-section .section_heading h3 {

	background-clip: padding-box;
    background-color: #eeeeee;
    border-radius: 6px;
    color: #D2AD5B;
    display: inline-block;
    font-size: 1.7em;
    font-weight: 200;
    margin: 0 auto;
    padding: 0.3em 0.7em;
    position: relative;
    text-transform: uppercase;
    top: -1em;
}
.team-section .section_heading hr.separator{
	display:none !important;
}
.team-section{
	color:#444;
}
.header-mini {
    background-color: rgba(0, 0, 0, 0.8);
	border-radius:0 !important;
	width:100%;
	transition: all 0.9s ease 0s;
	
}


.team-section .person-col {
    width: 200px;
    height:auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px auto;
	text-align:center;
}
.person-col img {
    display: inline-block;
    text-align: center;
}

.team-section h3 {
    color: #fff;
}

.team-section em {
    display: block;
    color: #eee;
    font-style: normal;
}

.team-section p {
    color: #fff;
}

.team-section a {
    margin: 5px;
    padding: 20px 20px;
    font-size: 25px;
    font-weight: 600;
    text-transform: none;
    border-radius: 25px !important;
}

/**screeen shot section **/

.shots {
    padding: 100px 0;
}

.shots img {
    display: block;
    margin: 0 auto;
}

.shots .owl-theme .owl-controls .owl-buttons div {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: #DEA427;
    padding: 0px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
}


/**video bg new**/

.video-section {
    width: 100%;
    height: 600px;
    position: relative;
    display: table;
    overflow: hidden;
}

.video-section .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-section .fs-background-container {
    left: 0;
}

.video-section .video-overlay {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    z-index: 2;
}

.video-section .video-overlay h1 {
    color: #fff;
}

.video-section .video-overlay p {
    color: #fff;
}
.testimonials h4 {
    color: #333;
    float: left;
    font-size: 15px;
    text-align: left !important;
	width: 100%;
	margin-bottom: 10px;
}
.testi-content h2 {
    float: left;
    font-size: 18px;
    width: 100%;
}
.testi-content > h3 {
    font-size: 18px;
}
.testimonials a{
    float: left;
    font-size: 16px;
    text-align: left !important;}

.navbar-fixed-top{
	top:0 !important;
}

.intro-section .col-md-7.col-md-offset-1.col-sm-12 {
    margin-left: 0;
    margin-right: 0;
    width: 65% !important;
}
.buttons.scroll-to a.btn.btn-lg.btn-skin {
    border-radius: 6px;
    border: 1px solid #d09921;
}
.buttons.scroll-to a.btn.btn-lg.btn-skin:hover {
    border-radius: 6px;
    border: 1px solid #d09921;
	background:#d09921;
}
.section_benefits .section_benefits_set > ul {
    padding: 0;
	display: inline-block;
    list-style: outside none none;
    margin: 2em auto 0;
    text-align: left;
	float:none;
	width:66%;
}

@media (min-width: 800px) {
    .section_benefits .section_benefits_set > ul {
        width: auto;
    }
}

.section_benefits .section_benefits_set > ul > li {
    background: rgba(0, 0, 0, 0) url("../images/tick.png") no-repeat scroll 0 11px;
    color: #595959;
    font-size: 15px;
    font-weight: 200;
    line-height: 42px;
    padding-left: 40px;
	float:left;
	/*width:50%;*/
}
.header-mini.bg-fix{
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
	transition: all 0.9s ease 0s;
	background-color: rgba(0, 0, 0, 1);
}
.navbar.navbar-inverse {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.download-section .item {
    display: table;
    margin-top: 20px;
    width: 100%;
}
.download-section .item img {
  vertical-align: middle;
  display: table-cell;
}
.download-section.mission-section{
 background:#d2ad5b !important;	
}
.download-section.mission-section hr.separator{
	border-top: 1px solid #fff;
	 margin: 20px auto;
}
.testi-img {
    width: 20%;
	float:left;
}
.testi-img .img-circle{
	border-radius: 50%;
    display: inline-block;
    height: 120px;
    width: 120px;
	background:#d2ad5b;
}
.testi-content {
    float: right;
    width: 75%;
}
.download-section .item p {
  vertical-align: middle;
  display: table-cell;
  font-size:18px;
  color:#333;
  text-align:left;
  width:100%;
}

.header-mini.bg-fix .navbar-brand > img {
    float: left;
    max-width: 200px;
}

.header-mini.bg-fix .navbar-nav > li > a {
    padding-bottom: 27px;
    padding-top: 28px;
}
.header-mini.bg-fix .navbar-inverse{
	min-height: 75px;
}
.header-mini.bg-fix .navbar-inverse .navbar-brand{
	padding: 6px 0 0 15px;
}
.footer .col-sm-2.col-sm-offset-2{
	margin-left:0;
}
.footer .col-sm-2.col-sm-offset-2 h2 {
    color: #dea427;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: left;
}
.footer ul {
    padding: 0 !important;
}
.footer li {
    list-style: outside none !important;
	padding:0;
}

.footer ul li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    font-size: 15px;
    height: auto;
    line-height: 32px;
    text-align: left;
	width: 100%;
}
.list-inline.socials li a {
    height: 40px;
    line-height: normal;
    margin-right: 8px;
    width: 40px;
	background:#111 !important;
}
.list-inline.socials li a i {
    display: inline-block;
    font-size: 22px;
    line-height: 37px;
    text-align: center;
    width: 100%;
}
.footer .logo {
    border-left: 1px solid #444;
    float: right;
    padding-left: 8% !important;
    width: 29%;
}
.footer .logo a{
	float: left;
    width: 100%;
	margin-bottom: 10px;
	}
.logo a img {
    float: right;
    height: auto;
}
.copyright, .phone {
    float: left;
    width: 100%;
	text-align:right;
}
#back-to-top {
    border-top: 1px solid #444;
    margin-top: 15px;
    padding-top: 15px;
    text-align: right;
}
.team-section.sign-up .sign-up-button .btn.btn-lg.btn-skin{
	text-align:center;
	margin:0 auto;
} 
.navbar-collapse.collapse {
    float: left;
    width: 60%;
}
.phone-header {
    background: rgba(0, 0, 0, 0) url("../images/phone.png") no-repeat scroll 0 5px;
    color: #fff;
    float: right;
    margin-top: 34px;
    padding-left: 25px;
	text-align:right;
}
#back-to-top:hover{
	color:#fff !important;
}
.buttons.scroll-to.sign-up-button{
	float: none !important;
    text-align: center;
}

.navbar-nav > li > a{
	padding-left:22px !important;
	padding-right:22px !important;
}
.header-mini.bg-fix .phone-header{
	margin-top: 24px;
}
.intro-section.table-section {
    background: #fff none repeat scroll 0 0;
}
.intro-section.table-section .section_heading h2{
	color:#333;
	margin-bottom: 25px;
}
.intro-section.table-section .col-md-12.col-md-offset-1.col-sm-12{
	margin-left:0 !important;
}
.table-section table thead th {
    background: #d2ad5b none repeat scroll 0 0 !important;
    border-radius: 6px;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.table-section table {
    width: 100%;
	color:#333;
}
.table-section table td {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 1em;
    position: relative;
    text-align: center;
}
.table-section table td{
    border: 1px solid #ddd;
}
.table-section table th{
    border: 1px solid #fff;
} 
.price-money{
	font-size:20px;
	font-weight:600;
}
#faq {
    padding-top: 80px;
}
#faq hr.separator{
	border-top: 1px solid #fff;
	margin:25px auto;
}
#features .aside_features hr.separator {
    border-top: 1px solid #fff;
}
.item .icon-org {
    float: left;
    margin-right: 15px;
}
.section_heading .separator{
	margin-bottom:40px !important;
}
.download-section .container .row {
    float: none !important;
    margin: 0 auto;
    /*width: 52%;*/
}
.blog-list .col-md-12 {
    margin-bottom: 30px;
	padding-bottom:30px;
	border-bottom:1px solid #ddd;
}
.blog-list .img-circle.blog-img {
    float: left;
    margin-right: 4%;
    width: 18%;
}
.blog-list .more-link {
    display: block;
}
.blog-list h1 {
    font-size: 30px !important;
    margin-bottom: 20px;
}
.price-money {
    font-size: 16px;
    font-weight: 400;
}
.mobile-rightimg {
    display: none;
}
.desk-rightimg{
	display:block;
}


 @media only screen and (max-width: 1279px) {
    .container {
        width: 94%!important;
    }
}
@media (min-width: 1200px){
    .container {
        width: 1270px!important;
    }
    .footer .logo {
        border-left: 1px solid #444;
        float: left!important;
        padding-left: 8% !important;
        width: 32%;
    }
}
@media (max-width:1024px) {
	.container {
        width: 94% !important;
    }
}

@media (max-width: 991px) {
    .intro-section .intro_text {
        margin-top: 0px;
        text-align: center;
    }
    .intro-section .intro_text h1 {
        font-size: 35px;
    }
    .intro-section .intro_text .buttons {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .android_holder,
    .iphone_holder {
        margin-bottom: 50px;
    }
    .navbar-collapse.collapse {
        width: 40%;
    }
    .testimonials .row .col-md-6{
        float:left;
        width:100% !important;
        margin-bottom:20px;
    }
    .header-mini{
        padding: 5px 0;
        height: 85px!important;
    }
    .navbar-header.scroll-to {
        width: 30% !important;
    }
    .header-mini .navbar-collapse.collapse {
        width: 50% !important;
        margin-top: 23px;
    }
    .phone-header{
        margin-top: 25px;
    }
    .intro_text > h3{
        font-size: 22px !important;
    }
    .navbar-header.scroll-to {
        width: 30% !important;
    }
    .header-mini .navbar-collapse.collapse {
        width: 50% !important;
        margin-top: 23px;
    }
    .phone-header{
        margin-top: 25px;
    }
    .aside_features {
        margin-top: 25px;
    }
    .navbar-nav > li > a {
        padding: 5px 10px;
    }
    .navbar-nav > li > a{
        padding-left:19px !important;
        padding-right:19px !important;
    }
    .mobile-rightimg {
        display: block;
    }
    .desk-rightimg{
        display:none;
    }
}
@media (max-width: 800px) {
    .navbar-nav > li > a {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
    .footer .logo {
        border-left: 1px solid #444;
        float: left;
        padding-left: 0 !important;
        text-align: center;
        width: 100%;
    }
    .col-sm-2.col-sm-offset-2.product, .col-sm-2.col-sm-offset-2.company, .col-sm-2.col-sm-offset-2.legal, .col-sm-2.col-sm-offset-2.follow{
         width: 24.667%;
    }
    .footer .logo{
        border:none;
    }
    .footer .logo hr{
        display:none !important;
    }
    .footer .logo a{
        text-align: center;
        width:100%;
        }
    .logo a img, .copyright, .phone, .footer .logo a{
        float:none;
        text-align:center;
    }
    #back-to-top{
        width:100%;
        display:inline-block;
        text-align:center;
    }
    .intro-section .intro_text p{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .intro-section .col-md-7.col-md-offset-1.col-sm-12 {
        width: 100% !important;
    }
    #menu-primary li a {
        font-size: 14px;
        padding: 5px 10px !important;
    }
    .header-mini{
        padding: 5px 0;
        height: 85px!important;
    }
    .navbar-header.scroll-to {
        width: 30% !important;
    }
    .header-mini .navbar-collapse.collapse {
        width: 50% !important;
        margin-top: 23px;
    }
    .phone-header{
        margin-top: 25px;
    }
    .aside_features {
        margin-top: 25px;
        padding-top:0;
    }
    .nav.scroll-to.navbar-nav.navbar-right{
        margin-right:2% !important;
    }

    .download-section .container .row {
        float: left !important;
        width: 50%;
    }
    .aside_features li {
        text-align: left!important;
    }
    #table table tbody tr {
        margin-bottom: 15px;
    }
}
@media (max-width:767px) {
	
    .navbar-toggle.collapsed, .navbar-toggle{
        top:50px;
    }
    .header-mini.bg-fix{
        position:static;
    }
    .navbar-collapse.collapse.in, .navbar-collapse.collapse, .navbar-collapse.collapsing {
        width:100%;
        float:left;
        margin-top:50px;
        border:none !important;
        background: #222 none repeat scroll 0 0 !important;
        position: relative;
        z-index: 9999 !important;
    }
    .phone-header {
        margin-bottom: 57px;
        margin-top: -33px;
        position: absolute;
        right: 2%;
    }
    .header-mini{
        height: 110px!important;
    }
    .navbar-inverse{
        box-shadow:none !important;
    }
    .navbar-toggle{
        background:#000 !important;
    }
    .navbar-toggle:hover{
        background:#555 !important;
    }
    .navbar-header.scroll-to, .header-mini .container, .header-mini .navbar-collapse {
        padding-left:0 !important;
        padding-right:0 !important;
        margin-left:0 !important;
        margin-right:0 !important;
        width:100%!important;
    }
    #menu-primary {
        padding: 0 4%;
    }
    #welcome{
        padding-top:50px;
    }
    .footer.text-center .col-sm-2.col-sm-offset-2.product, .footer.text-center .col-sm-2.col-sm-offset-2.company, .footer.text-center .col-sm-2.col-sm-offset-2.legal, .footer.text-center .col-sm-2.col-sm-offset-2.follow{
        float:left;
    }
    .navbar-inverse .navbar-nav > li > a{
        text-align:center;
    }
    /*.section_benefits > ul > li{*/
    /*	 width: 100%;*/
    /*}*/
    .header-mini .navbar-collapse.collapse, .header-mini .navbar-collapse.collapse.in, .header-mini .navbar-collapse.collapsing {
        width: 100% !important;
    }
    .header-mini.bg-fix{
        position:static;
    }
    .header-mini.bg-fix .navbar-collapse.collapse{
        margin-top:0 !important;
    }
}
@media (max-width:640px) {

    .footer.text-center .col-sm-2.col-sm-offset-2.product, .footer.text-center .col-sm-2.col-sm-offset-2.company, .footer.text-center .col-sm-2.col-sm-offset-2.legal, .footer.text-center .col-sm-2.col-sm-offset-2.follow {
        float: none;
        text-align: center;
        width: 100%;
    }
    .footer.text-center h2, .footer.text-center ul li a{
        text-align:center !important;
    }
    .intro-section .intro_text{
        margin-right:0 !important;
        width:100%;
        padding:0;
    }
    .intro-section .col-md-7.col-md-offset-1.col-sm-12{
        margin-right:0;
        width:100%;
    }
    .intro-section .intro_text h1 {
        font-size: 27px;
        line-height: 32px;
    }
    .section_heading h3{
          font-size: 24px;
          line-height: 32px;
    }
    .testimonials .item {
        float: left;
        text-align: center;
        width: 100%;
    }
    .testimonials .item .testi-img{
        width: 100%;
    }
    .testimonials .item .testi-content, .testimonials h4, .testimonials a, .testi-content > h3{
        width: 100%;
        text-align:center!important;
    }
    .aside_features h1{
        text-align:center;
    }
    .aside_features hr.separator {
        float: none;
        margin: 25px auto;
        text-align: center;
    }
    .iphone_holder {
        width: 200px !important;
        background-size: 100% auto;
    }
    .iphone_holder {
        height: 300px;
    }
    .iphone_inner.flexslider {
        margin-top: -20px !important;
    }
    .iphone_holder .iphone_inner{
         height: auto;
    }
    .iphone_inner.flexslider {
        margin-left: 5% !important;
        margin-top: -20px !important;
        width: 89% !important;
    }
    .iphone_holder .iphone_inner{
        height: 236px!important;
    }
    .iphone_slider {
        width: 100% !important;
    }
    .slides {
        width: 100%!important;
    }
    .flex-active-slide {
        width: 100%!important;
    }
    .iphone_slider .slides .img-responsive, .callout {
        width: 100% !important;
    }
    .iphone_holder .iphone_inner{
        left:0 !important;
    }
    .iphone_holder .iphone_inner .slides li img{
        height:auto !important;
    }
    .download-section .container .row {
        width: 100%;
    }
    .intro-section .intro_text p{
        font-size: 17px;}
    .section_heading .separator {
        margin-bottom: 0 !important;
    }
    .logo a img, .copyright, .phone, .footer .logo a {
        display: inline-block;
        float: none;
        text-align: center;
    }
    .download-section .item p {
        display: inline-block!important;
        text-align: left!important;
        vertical-align: middle;
        width: auto!important;
    }
    .item .icon-org {
        display: inline-block!important;
        float: none!important;
        margin-right: 15px;
        width: auto !important;
    }
    .download-section .item{
        text-align:center;
    }
    .phone-header{
        width: auto!important;
    }
    /*.aside_features > p {*/
    /*    text-align: left;*/
    /*}*/
    .table-section table thead th {
        background: #d2ad5b none repeat scroll 0 0 !important;
        border-radius: 6px;
        font-size: 13px !important;
        font-weight: 500;
        line-height: 18px;
        padding: 4px 2px;
        text-align: center;
    }
    .table-section table td{
         font-size: 13px !important;
    }
    .price-money {
        font-size: 17px;
        font-weight: 600;
    }
    .site-main li {
        padding-left: 10px !important;
    }
    .phone-header {
        text-align:left;
    }
}
@media (max-width:480px) {
    .navbar-inverse .navbar-brand{
        width:100%;
        text-align:center;
        margin-top: -50px;
    }
    .navbar-inverse .navbar-brand img{
        float:none !important;
        text-align:center;
        display:inline-block;
    }
    .header-mini {
        height: 145px !important;
    }
    .phone-header {
        left: 0;
        margin-bottom: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 40px;
        right: 0;
        width: 44% !important;
        text-align:left;
    }
    .navbar-toggle.collapsed, .navbar-toggle{
        top:85px!important;
    }
    .navbar-collapse.collapse.in, .navbar-collapse.collapse, .navbar-collapse.collapsing {
        margin-top:85px !important;
    }
    .navbar-brand > img{
        max-width: 180px;
    }
    .intro-section .intro_text p{
        font-size: 16px;
    }
    /*.section_benefits > ul > li{*/
    /*	font-size: 15px;*/
    /*}*/
    .aside_features h1{
           font-size: 24px;
           margin-top:15px;
    }
    .aside_features{
        text-align:center;
        font-size:15px;
    }
    bottom_feature_content{
        font-size:24px;
    }

    .table-section table td {
        font-size: 10px !important;
    }
    .intro-section.table-section .col-md-12.col-md-offset-1.col-sm-12 {
        padding: 0;
    }

    .intro-section .intro_text .buttons a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 20px;
        font-weight: 600;
        text-transform: none;
        border-radius: 25px !important;
    }

    .home-page-service-images-wrapper {
        width: 100%;
        height: 100%;
    }

    .home-page-service-images-wrapper img {
        width: 320px;
        height: 320px;
        max-width: 100%;
        min-height: auto;
        position: relative;
        display: block;
    }

    .team-section.sign-up .sign-up-button a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 20px;
        font-weight: 600;
        text-transform: none;
        border-radius: 25px !important;
    }
}

@media (max-width:320px) {
    #table table td{
        text-align:right !important;
    }
}













