/*
Applum - Responsive App Showcase Landing Page by Asvada Themes.
www.asvada.com

1. BASIC STYLES
2. NAVIGATION
3. HEAD SECTION
4. FEATURES SECTION
5. MORE INFO SECTION
6. SUBSCRIBE SECTION
7. GALLERY SECTION
8. TESTIMONIALS SECTION
9. PRICING SECTION
10. CONTACT SECTION
11. FOOTER SECTION

*/

/* 1. BASIC STYLES ============================== */

/* import Roboto font */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300,900);

html,
body {
    height: 100%
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #999;
}
a {
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
img {
    max-width: 100% !important
}

/* typography */
p {
	margin:0;
	padding-bottom:24px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 30px 0;
    padding: 0;
    color: #27292b;
}
h1,
.h1 {
    font-size: 56px;
    position: relative;
}
h2,
.h2 {
    font-size: 48px;
    position: relative;
}
h3,
.h3 {
    font-size: 36px
}
h4,
.h4 {
    font-size: 30px
}
h5,
.h5 {
    font-size: 24px
}
h6,
.h6 {
    font-size: 16px
}

/* forms and buttons */
.btn {
    padding: 12px 20px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.btn-dark {
    color: #ccc;
    background-color: #27292b;
    border-color: #27292b;
}
.btn-dark:hover {
	color:#fff;
    background-color: #3e4042;
    border-color: #3e4042;
}
.form-control {
    height: 46px;
    padding: 6px 12px;
    background-color: transparent;
    border: 2px solid #555;
    -webkit-box-shadow: none;
    box-shadow: none;
	color:#ccc;
}
.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:-moz-placeholder{
	text-transform:uppercase;
}
.form-control::-moz-placeholder{
	text-transform:uppercase;
}
.form-control:-ms-input-placeholder{
	text-transform:uppercase;
}
.form-control::-webkit-input-placeholder{
	text-transform:uppercase;
}

/* opacity overlays */
.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    opacity: 0.85;
    z-index: 1;
}
.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #27292b;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    z-index: 1;
}
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #27292b;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=40);
    opacity: 0.4;
    z-index: 1;
}

/* blocks */
.block {
    padding-top: 7%;
    padding-bottom: 7%;
    position: relative;
}
.block-huge {
    padding-top: 14%;
    padding-bottom: 14%;
    position: relative;
}
.block.dark,
.block-huge.dark {
    background-color: #27292b;
    color: #ddd;
}
.block.dark a:hover,
.block-huge.dark a:hover {
    color: #ffc000
}
.block.dark .subtext {
    border-color: #555
}
.block.dark h1,
.block-huge.dark h1,
.block.dark h2,
.block-huge.dark h2,
.block.dark h3,
.block-huge.dark h3,
.block.dark h4,
.block-huge.dark h4,
.block.dark h5,
.block-huge.dark h5,
.block.dark h6,
.block-huge.dark h6 {
    color: #fff;
    text-transform: uppercase;
}
.subtext {
    padding-bottom: 50px;
    padding-top: 20px;
    margin-bottom: 30px;
    border-bottom: 5px solid #ddd;
    text-align: center;
}

/* titles* */
.title {
    margin-bottom: 30px
}
.title .circle {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    border-radius: 50%;
}
.title .line {
    width: 165px;
    height: 2px;
    margin: 0 auto;
}
.title h2 {
    text-transform: uppercase;
    text-align: center;
}
.title.dark h2 {
    color: #fff
}
.title.dark .circle,
.title.dark .line {
    background: #27292b
}

/* back to top */
#back-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999;
}
#back-top a {
    width: 50px;
    height: 50px;
    display: block;
    background: rgba(255,255,255, 0.5);
    border-radius: 999px;
    -moz-border-radius: 999px;
    text-align: center;
    line-height: 52px;
    font-size: 18px;
    z-index: 800;
    color: #222;
}
#back-top a:hover {
    background: rgba(0,0,0, 0.5);
    color: #fff;
}
@media (max-width: 768px) { 
    #back-top {
        visibility: hidden
    }
}

/* paddings and margins */
.pd5 {
    padding: 5px
}
.pd10 {
    padding: 10px
}
.pd15 {
    padding: 15px
}
.pd20 {
    padding: 20px
}
.pd30 {
    padding: 30px
}
.pd40 {
    padding: 40px
}
.pd50 {
    padding: 50px
}
.pdl5 {
    padding-left: 5px
}
.pdl10 {
    padding-left: 10px
}
.pdl15 {
    padding-left: 15px
}
.pdl20 {
    padding-left: 20px
}
.pdl30 {
    padding-left: 30px
}
.pdl40 {
    padding-left: 40px
}
.pdl50 {
    padding-left: 50px
}
.pdt5 {
    padding-top: 5px
}
.pdt10 {
    padding-top: 10px
}
.pdt15 {
    padding-top: 15px
}
.pdt20 {
    padding-top: 20px
}
.pdt30 {
    padding-top: 30px
}
.pdt40 {
    padding-top: 40px
}
.pdt50 {
    padding-top: 50px
}
.pdr5 {
    padding-right: 5px
}
.pdr10 {
    padding-right: 10px
}
.pdr15 {
    padding-right: 15px
}
.pdr20 {
    padding-right: 20px
}
.pdr30 {
    padding-right: 30px
}
.pdr40 {
    padding-right: 40px
}
.pdr50 {
    padding-right: 50px
}
.pdb5 {
    padding-bottom: 5px
}
.pdb10 {
    padding-bottom: 10px
}
.pdb15 {
    padding-bottom: 15px
}
.pdb20 {
    padding-bottom: 20px
}
.pdb30 {
    padding-bottom: 30px
}
.pdb40 {
    padding-bottom: 40px
}
.pdb50 {
    padding-bottom: 50px
}
.mrg5 {
    margin: 5px
}
.mrg10 {
    margin: 10px
}
.mrg15 {
    margin: 15px
}
.mrg20 {
    margin: 20px
}
.mrg30 {
    margin: 30px
}
.mrg40 {
    margin: 40px
}
.mrg50 {
    margin: 50px
}
.mrgl5 {
    margin-left: 5px
}
.mrgl10 {
    margin-left: 10px
}
.mrgl15 {
    margin-left: 15px
}
.mrgl20 {
    margin-left: 20px
}
.mrgl30 {
    margin-left: 30px
}
.mrgl40 {
    margin-left: 40px
}
.mrgl50 {
    margin-left: 50px
}
.mrgt5 {
    margin-top: 5px
}
.mrgt10 {
    margin-top: 10px
}
.mrgt15 {
    margin-top: 15px
}
.mrgt20 {
    margin-top: 20px
}
.mrgt30 {
    margin-top: 30px
}
.mrgt40 {
    margin-top: 40px
}
.mrgt50 {
    margin-top: 50px
}
.mrgr5 {
    margin-right: 5px
}
.mrgr10 {
    margin-right: 10px
}
.mrgr15 {
    margin-right: 15px
}
.mrgr20 {
    margin-right: 20px
}
.mrgr30 {
    margin-right: 30px
}
.mrgr40 {
    margin-right: 40px
}
.mrgr50 {
    margin-right: 50px
}
.mrgb5 {
    margin-bottom: 5px
}
.mrgb10 {
    margin-bottom: 10px
}
.mrgb15 {
    margin-bottom: 15px
}
.mrgb20 {
    margin-bottom: 20px
}
.mrgb30 {
    margin-bottom: 30px
}
.mrgb40 {
    margin-bottom: 40px
}
.mrgb50 {
    margin-bottom: 50px
}

/* parallax backgrounds */
.style-1.parallax-head {
    background: url(../images/backgrounds/head.jpg) no-repeat fixed 50% 0;
}
.style-2.parallax-head {
    background: url(../images/backgrounds/head-style2.jpg) no-repeat fixed 50% 0
}
.parallax-subscribe {
    background: url(../images/backgrounds/subscribe.jpg) no-repeat fixed 50% 0
}
.parallax-testimonials {
    background: url(../images/backgrounds/testimonials.jpg) no-repeat fixed 50% 0
}
.style-1.parallax-background, .style-2.parallax-background {
    background-size: auto
}

@media (min-width: 1400px) { 
    .style-1.parallax-background, .style-2.parallax-background {
        background-size: cover
    }
}
@media (max-width: 991px) { 
    .parallax-background {
        background: auto
    }
}
@media (max-width: 480px) { 
	.parallax-background {
        background: none;
    }
}

/* social icons */
@media (max-width: 991px) { 
    .social-icons {
        text-align: center
    }
    .social-icons ul {
        display: inline-block
    }
}

/* owl slider */
.owl-controls{
	margin-top: 20px;
	text-align: center;
}

/* Styling Next and Prev buttons */
.owl-controls .owl-buttons div{
	border: 3px solid #fff;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 18px;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
    margin: 0 10px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-controls.clickable .owl-buttons div:hover{
    color: #27292b;
    border-color: #27292b;
}

/* Styling Pagination*/
.owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */

}
.owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 20px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */
.owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* other styles */
.overlay-inner {
    position: relative;
    z-index: 2;
    color: #fff;
}

/* 2. NAVIGATION ============================== */
.navbar {
    background-color: transparent;
    border: 0;
    padding: 30px 0;
    text-transform: uppercase;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar .navbar-default .navbar-nav>li>a:hover {
    color: #27292b
}
.navbar .navbar-toggle:hover {
    background-color: transparent;
    border-color: #fff;
}
.navbar .navbar-toggle:hover .icon-bar,
.navbar .navbar-toggle:focus .icon-bar {
    background: #fff
}
.navbar .navbar-toggle:focus {
    color: #fff;
    border-color: #fff;
}
.navbar .navbar-brand img {
    height: 55px
}
.navbar a.purchase {
    font-weight: 900
}
.navbar-default .navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 85px;
    color: #fff;
}
.navbar-toggle {
    margin-top: 25px;
    outline: none;
}
.navbar-default .navbar-nav>li.active a,
.navbar-default .navbar-nav>li.active a:hover {
    background: none;
}
.navbar.navbar-shrink {
    padding: 0;
    background-color: #1c1d1f;
    background-color: rgba(28, 29, 31, 0.9);
}
.navbar.navbar-shrink .navbar-nav>li>a:hover,
.navbar.navbar-shrink .navbar-nav>li>a:focus {
	outline:none;
	background:none;
}
@media (min-width: 768px) and (max-width: 991px) { 
    .navbar-default .navbar-nav>li>a {
        padding-left: 0
    }
}
@media (max-width: 768px) { 
    .navbar {
        background-color: #1c1d1f;
        background-color: rgba(28, 29, 31, 0.9);
        padding: 0;
    }
    .navbar-default .navbar-nav>li>a {
        line-height: 50px;
        border-bottom: 1px solid #111214;
    }
    .navbar-collapse {
        border: 0
    }
}

/* 3. HEAD SECTION ============================== */
#head-section {
    padding-top: 200px;
    position: relative;
    color: #fff;
    overflow: hidden;
}
#head-section .head-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    background-color: rgba(0,0,0,0.9);
    padding: 30px 0;
}
#head-section .head-bottom p {
	padding:0;
}
#head-section .head-info {
    margin: 100px 0 150px 0;
}
#head-section .btn {
    margin: 10px 0
}
#head-section h2 {
    margin-top: 0;
    font-size: 36px;
    margin-bottom: 10px;
    color: #fff;
}
#head-section h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 25px;
    color: #fff;
}
#head-section a {
    color: #fff
}
.stores a img {
	margin-bottom:5px
}
.stores a {
    opacity: 0.5;
}
.stores a:hover {
    opacity: 1
}
#head-section.style-3 {  height:100%; position:relative; padding:0; }
#head-section.style-3 .head-bottom { z-index:3;}
#head-section.style-3 .head-section-content { text-align:center; margin-top:200px; z-index:2; position:relative;}

#head-section.style-3 .head-slider { padding:20px; border:5px solid #fff; font-family: 'Roboto', sans-serif; font-size:80px; font-weight:900; text-transform:uppercase;}

@media (max-width: 991px) { 
    #head-section {
        padding-top: 120px
    }
    #head-section .head-info {
        margin: 20px 0
    }
    #head-section {
        text-align: center
    }
}
@media (max-width: 1199px) { 
    #head-section .head-info {
        margin: 0 0 50px 0
    }
}

/* 4. FEATURES SECTION ============================== */

/* Style-1 Features */
.style-1.features { height:100%; position:relative;}
.style-1.features .features-item { height:50%; position:relative; overflow:hidden; z-index:900; cursor:default;}
.style-1.features .features-item.one { background:#f7f7f7;}
.style-1.features .features-item.two { background:#f1f1f1;}
.style-1.features .features-item:hover { background:#000; color:#fff; z-index:999; opacity:0.9; filter: alpha(opacity=90);}
.style-1.features .heading {width:200px; height:200px; position:absolute; top:50%; margin-top:-100px; left:50%; margin-left:-100px; background:#27292b; text-align:center; z-index:901; display:table; border-radius:50%; -moz-border-radius:50%; }
.style-1.features .heading h3 { padding:0; margin:0; display:table-cell; vertical-align:middle; text-transform:uppercase; color:#fff;}


.style-1.features .features-item .big-icon { font-size:100px; color:#aaa; position:absolute; width:100px; height:100px; text-align:center; top:50%; left:50%; margin-left:-50px; margin-top:-50px; -moz-transition: ease 0.3s;-webkit-transition: ease 0.3s; transition: ease 0.3s;}
.style-1.features .features-item:hover .big-icon { top:200%; }
.style-1.features .features-item .big-small { font-size:30px; color:#fff; position:absolute; width:60px; height:60px; text-align:center; top:-60px; left:50%; margin-left:-30px; -moz-transition: all 0.3s;-webkit-transition: all 0.3s; line-height:55px; transition: all 0.3s; border:4px solid #fff; border-radius:50%; -moz-border-radius:50%; }
.style-1.features .features-item:hover .big-small {top:30px;  }
.style-1.features .features-item .description {
	text-align:center;
	position:absolute;
	width:100%;
	top:200%;
	left:0;
	padding:0 20px 20px 20px;
	color:#fff;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.style-1.features .features-item:hover .description { top:110px;}
.style-1.features .features-item .description h5 { color:#fff; padding:0; margin:0; margin-bottom:20px;}


@media (max-width: 1199px) { 
.style-1.features .features-item .big-small { display:none; }
.style-1.features .features-item:hover .description { top:20px;}
}
@media (max-width: 768px) { 
.style-1.features { height:auto;}
.style-1.features .heading {width:200px; height:200px; position:relative; top: auto; margin-top:30px; margin-bottom:30px; left: auto; margin-left:auto; margin-right:auto; }
.style-1.features .features-item { height:auto; overflow:auto; padding:30px 20px;}
.style-1.features .features-item .big-icon { display:none;}
.style-1.features .features-item .big-small, .style-1.features .features-item:hover .big-small { position:relative;  top:auto; left:auto; margin-left:auto; margin-right:auto; display:block; border-color:#fff; }
.style-1.features .features-item .description, .features .features-item:hover .description { position:relative; top:auto; left:auto; padding:20px; color:#fff;}
.style-1.features .features-item:hover .description { top:auto;}
.style-1.features .features-item .description h5 { color:#fff;}
}

/* Style-2 Features */

.style-2.features {
	background:#f5f5f5;
}
.style-2.features .col-feature {
    margin: 20px 0
}
.style-2.features .col-feature:hover .feature-icon .icon, .style-3.features .col-feature:hover .feature-icon .icon {
    -webkit-animation: spin 0.2s linear;
    -moz-animation: spin 0.2s linear;
    animation: spin 0.2s linear;
}
.style-2.features .col-feature .feature-icon, .style-3.features .col-feature .feature-icon {
    height: 50px;
    display: table;
    vertical-align: middle;
}
.style-2.features .col-feature .feature-icon .icon, .style-3.features .col-feature .feature-icon .icon {
    width: 60px;
    height: 60px;
    font-size: 30px;
    padding-top: 7px;
    border: 3px solid #e5e5e5;
    color: #aaa;
    border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    text-align: center;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.style-2.features .col-feature .description, .style-3.features .col-feature .description {
    padding-left: 70px;
}
.style-2.features .col-feature .name, .style-3.features .col-feature .name {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #27292b;
}
@media (max-width: 1199px) { 
    .style-2.features .col-feature .feature-icon, .style-3.features .col-feature .feature-icon {
        height: auto;
        display: block;
    }
    .style-2.features .col-feature .feature-icon .icon, .style-3.features .col-feature .feature-icon .icon {
        display: block;
        margin: 0 auto;
    }
    .style-2.features .col-feature .name, .style-3.features .col-feature .name {
        height: auto;
        display: block;
        text-align: center;
        padding-left: 0;
        margin: 10px 0;
    }
    .style-2.features .col-feature .description, .style-3.features .col-feature .description {
        padding-left: 0;
        text-align: center;
    }
}

/* Style-3 Features */

.style-3.features {
	background:#f5f5f5;
}
.style-3.features .feature-col {
	margin-top:50px;
}
.style-3.features .feature-col.middle {
	text-align:center;
}

.style-3.features .col-feature:hover .feature-icon .icon {
    -webkit-animation: spin 0.2s linear;
    -moz-animation: spin 0.2s linear;
    animation: spin 0.2s linear;
}

.style-3.features .col-feature {
    margin: 50px 0 0 0
}

.style-3.features .left .col-feature .description {
    padding-left: 0;
	padding-right:70px;
}
.style-3.features .left .col-feature .name {
	width:100%;
	padding-right:20px;
}



@media (max-width: 1199px) { 
	.style-3.features .left .col-feature .name {
		width: auto;
		padding-right:0;
	}
	.style-3.features .left .col-feature .description {
		padding-right:0;
	}
	.style-3.features .left .col-feature .feature-icon .icon {
		margin-bottom:10px;	
	}
}

/* 5. MORE INFO SECTION ============================== */
#more-info {
    background: url(../images/backgrounds/geometric.jpg) no-repeat top center #f9fafb;
	background-size:cover;
    border-top: 1px solid #e2e2e2;
    padding-top: 6%;
	color:#82909e;
}
#more-info .phone-overlay {
    position: absolute;
    right: 20px;
    bottom: 0;
}
#more-info .tablet {
    margin-top: 30px
}
#more-info .fa {
    margin: 20px 10px 20px 0;
    font-size: 30px;
    color: #c0ced2;
}
#more-info h3 {
    margin-top: 90px;
    font-weight: 700;
}
@media (max-width: 768px) { 
    #more-info .phone-overlay {
        width: 50%
    }
    #more-info h3 {
        margin-top: 0
    }
}

/* 6. SUBSCRIBE SECTION ============================== */
#subscribe {
    position: relative
}
#subscribe h2 {
    margin-bottom: 90px
}
.ketchup-error {
  position: absolute;
  width: auto;
  z-index:999;
}

.ketchup-error ul {
  padding: 0;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-align: left;
  color: #111;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
  list-style: none;
  line-height: 16px;
}

.ketchup-error span {
  display: block;
  width: 0; 
  height: 0; 
  border-left: 0 solid transparent; 
  border-right: 15px solid transparent;
  border-top: 10px solid fff;
  border-top: 10px solid rgba(255, 255, 255, 0.6);
  border-bottom: 0;
  margin-left: 10px;
}

/* 7. GALLERY SECTION ============================== */
#gallery { background:#f5f5f5;}
#gallery .screenshot-container {
    padding: 5px;
    border: 1px solid #ddd;
    max-width: 263px;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
}
#gallery .screenshot-container .overlay {
    position: absolute;
    top: -999px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
}
#gallery .screenshot-container:hover .overlay {
    top: 0;
    transition: all 0.3s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
#gallery .screenshot-container .overlay .table-container {
    height: 100%;
    width: 100%;
    display: table;
}
#gallery .screenshot-container .overlay .table-cell {
    vertical-align: middle;
    height: 100%;
    display: table-cell;
    padding: 0 20px;
}
@media (max-width: 768px) {
	#gallery .screenshot-container .overlay {
		display:none;
	}
}
#gallery .screenshot-container h5 {
    margin-bottom: 20px
}
#gallery .screenshot-container p {
    padding-bottom: 20px
}

#gallery-slides .screenshot-container{
	padding: 5px;
    border: 1px solid #ddd;
	margin: 10px auto;
	text-align: center;
}
#gallery-slides .screenshot-container img{
	width: auto;
	margin: 0 auto;
	display: block;
}

/* 8. TESTIMONIALS SECTION ============================== */
#testimonials {
    position: relative;
    text-align: center;
}
#testimonials .client-name {
    font-size: 14px;
    font-style: italic;
}
#testimonials .client-name:before,
#testimonials .client-name:after {
    content: '--';
    margin: 0 3px;
}
#testimonials .testimonial {
    font-size: 14px;
    padding: 20px 0;
    margin: 20px 0 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

/* 9. PRICING SECTION ============================== */
#prices .pricing-item {
    padding: 0 0 20px 0;
    text-align: center;
    background: #eee;
    margin-top: 20px;
}
#prices .pricing-item .pricing-title {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 0;
}
#prices .pricing-item .price {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 20px 0;
}
#prices .pricing-item .price span {
    display: block;
    font-size: 48px;
    font-weight: 700;
}
#prices .pricing-item .price span span {
    font-size: 18px;
    font-weight: 300;
    display: inline;
}
#prices .pricing-item ul {
    padding: 0 10px 10px 0;
    list-style: none;
}
#prices .pricing-item ul li {
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    color: #777;
}
#prices .pricing-item:hover,
#prices .pricing-item.best:hover {
    background: #f9f9f9
}
#prices .pricing-item.best {
    background: #f5f5f5
}
#prices .pricing-item:hover div,
#prices .pricing-item:hover a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

/* 10. CONTACT SECTION ============================== */
#contact {
    background: #3e4042
}
#contact .name-missing {
    display: none;
    margin-top: 20px;
}
#contact .bar {
    display: none;
    background: url(../images/ajax-loader.gif) no-repeat center;
    margin-top: 50px;
    height: 55px;
    width: 100%;
}

/* 11. FOOTER SECTION ============================== */
#footer {
    padding: 50px 0;
    color: #555;
}
#footer .stores {
    text-align: right
}
@media (max-width: 991px) { 
    #footer {
        text-align: center
    }
    #footer .stores {
        text-align: center;
        margin-top: 20px;
    }
}
