﻿body {
   font-family: "Noto Sans", Helvetica, sans-serif;
   color: #525252;
   background: fixed url(../images/bg-body.png) #5d9acf;
}


#site {
   background: url(../images/bg-c--effect/stripes-1.png);
}

#site_main.site_main--sticky-footer {
   padding: 0 0 90px 0;
}

#site_footer.site_footer--sticky-footer {
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 90px;
}

.container--pattern {
   background: url(../images/bg-c--pattern/p6.png) #f7f7f7;
   border-top: 1px solid #d1d1d1;
   border-bottom: 1px solid #d1d1d1;
}

.container--effect {
   border-top: 7px solid rgba(0,0,0,0.22);
}

.container--sticky-on {
   border-bottom: 1px solid #9e9e9e;
}

.container--effect + .container--effect {
   border: 0;
}


.content {
   width: 1050px;
   padding: 60px 0 0 0;
}


.content--fluid {
   width: 100%;
}

.content--no-padding {
   padding: 0;
}


.content_description {
   width: 870px;
   margin: 0 auto 60px;
   text-align: center;
   text-align: left;
}

.content + .content {
   border-top: 1px dashed #d1d1d1;
}

.container--effect .content_description {
   font-size: 16px;
}


.page {
   width: 100%;
   padding: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
   color: #383838;
}

h1 {
   margin: 0 0 35px 0;
   line-height: 56px;
   font-size: 42px;
}

h1.inner-page {
   margin: -17px 0 50px 0;
   text-align: center;
   text-align: left;
}

h2 {
   margin: -10px 0 40px 0;
   line-height: 48px;
   font-size: 36px;
}

h2 span {
   display: block;
   margin: 20px 0 30px 0;
   line-height: 36px;
   font-size: 24px;
   font-weight: 400;
}

h3 {
   margin: 0 0 25px 0;
   line-height: 36px;
   font-size: 28px;
}

h4 {
   margin: 0 0 15px 0;
   line-height: 32px;
   font-size: 22px;
}

h5 {
   margin: 0 0 10px 0;
   line-height: 30px;
   font-size: 18px;
}

h6 {
   margin: 0 0 5px 0;
   line-height: 30px;
   font-size: 14px;
}

p {
   line-height: 30px;
}

abbr[title]:hover {
   color: #5d9acf;
   border-bottom: 1px dotted #5d9acf;
}

pre {
   margin: 0 0 30px 0;
   padding: 20px;
}

mark {
   background: #5d9acf;
   border-radius: 2px;
}

hr {
   margin: 0 0 60px 0;
   padding: 30px 0 0 0;
}

blockquote {

}

.list-header,
.list-footer,
.list-ul,
.list-ol,
.list-wi {
line-height: 30px;
}

a:link,
a:visited {
   color: #1d0ea9;
}

a:hover {
   color: #1d0ea9;
}

a.dotted:link,
a.dotted:visited {
   color: #5d9acf;
   border-bottom: 1px dashed #5d9acf;
}

a.dotted:hover {
   color: #ffa500;
   border-bottom: 1px dashed #ffa500;
}

.container--effect,
.container--effect h1,
.container--effect h2,
.container--effect h3,
.container--effect h4,
.container--effect h5,
.container--effect h6,
.container--effect p,
.container--effect mark {
   color: #ffffff;
   text-shadow: 1px 1px 0 #6b6b6b;
}

.container--effect code,
.container--effect kbd,
.container--effect pre,
.container--effect samp,
.container--effect mark {
   background: #6b6b6b;
}

.image-span-l {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background: url(../images/ico-images.png) center center no-repeat rgba(0,0,0,0.5);
   opacity: 0;
}

input[type="text"],
textarea {
   float: left;
   padding: 13px 19px 13px 19px;
   color: #9e9e9e;
   background: #ffffff;
   border: 1px solid #d1d1d1;
   border-radius: 5px;
}

input[type="text"] {
   height: 48px;
   vertical-align: middle;
}

textarea {
   overflow: auto;
   resize: vertical;
   line-height: 30px;
}

input[type="text"]:hover,
textarea:hover {
   color: #525252;
   border: 1px solid #9e9e9e;
}

input[type="text"]:focus,
textarea:focus {
   color: #525252;
   border: 1px solid #5d9acf;
}

button,
a.button-s,
a.button-m,
a.button-l {
   display: inline-block;
   margin: 0 40px 0 0;
   font-weight: 700;
   color: #f2f2f2;
   text-align: center;
   text-align: left;
   text-transform: uppercase;
   background-repeat: no-repeat;
   background-color: #1d0ea9;
   border: 1px solid #1d0ea9;
   border-radius: 5px;
}

.button-l {
   width: 164px;
   height: 56px;
}

.button-s:last-of-type,
.button-m:last-of-type,
.button-l:last-of-type {
   margin: 0;
}

.button-s:hover,
.button-m:hover,
.button-l:hover {
   color: #1f1f1f;
   background-color: #b8b8b8;
   border: 1px solid #b8b8b8;
}


.button-s--text {
   height: 42px;
   padding: 0 18px 0 18px;
   line-height: 40px;
}


.button-m--text {
   height: 48px;
   padding: 0 24px 0 24px;
   line-height: 46px;
}


.button-l--text {
   line-height: 54px;
   font-size: 16px;
   vertical-align: top;
}

.button-l--app-store {
   background-image: url(../images/bg-app-store.png);
   background-position: center center;
}

.button-l--marketplace {
   background-image: url(../images/bg-marketplace.png);
   background-position: center center;
}

.button-l--google-play {
   background-image: url(../images/bg-google-play.png);
   background-position: center center;
}

.button-description {
   margin: 0 0 0 40px;
   line-height: 56px;
   font-size: 14px;
   vertical-align: top;
}


.container--effect button,
.container--effect a.button-s,
.container--effect a.button-m,
.container--effect a.button-l {
   color: #6b6b6b;
   text-shadow: none;
   background-color: #ffffff;
   border: 1px solid #ffffff;
   box-shadow: 0 1px 1px rgba(0,0,0,0.22);
}

.container--effect button:hover,
.container--effect a.button-s:hover,
.container--effect a.button-m:hover,
.container--effect a.button-l:hover {
   background-color: #e5e5e5;
}

::-webkit-selection {
   color: #ffffff;
   background: #5d9acf;
}

::-moz-selection {
   color: #ffffff;
   background: #5d9acf;
}

::selection {
   color: #ffffff;
   background: #5d9acf;
}

.container--effect ::-webkit-selection {
   color: #ffffff;
   background: #525252;
}

.container--effect ::-moz-selection {
   color: #ffffff;
   background: #525252;
}

.container--effect ::selection {
   color: #ffffff;
   background: #525252;
}


.main-nav {
   height: 60px;
   font-weight: 700;
   text-align: center;
   /* KK */
   text-align: left;
   text-transform: uppercase;
}

.main-nav_list {
   display: inline-block;
}

.main-nav_list li {
   float: left;
   margin: 0 50px 0 0;
}

.main-nav_list li:last-child {
   margin: 0;
}

.main-nav_list a {
   display: block;
   line-height: 60px;
   color: #383838;
}

.main-nav_list a:hover,
.main-nav_list .active a {
   color: #1d0ea9;
}


.main-nav_button {
   display: none;
   line-height: 60px;
   color: #383838;
}

.main-nav_button:hover {
   color: #5d9acf;
   cursor: pointer;
}

.info-nav {
   float: right;
}

.info-nav_list {
   display: block;
   height: 90px;
   padding: 25px 0 25px 0;
   font-weight: 700;
}

.info-nav_list li {
   position: relative;
   float: left;
   margin: 0 50px 0 0;
}

.info-nav_list li:last-child {
   margin: 0;
}

.info-nav_list a {
   display: block;
   line-height: 40px;
   color: #525252;
}

.info-nav_list a:hover,
.info-nav_list .active a {
   color: #5d9acf;
}

.main-logo {
   float: left;
   padding: 0 0 6px 0;
   /* KK */
  padding: 20px 0 6px 0;
   line-height: 94px;
   /* KK */
  line-height: 74px;
   font-size: 38px;
   font-weight: 700;
}

.main-logo_color {
   color: #5d9acf;
}

.main-logo_link:link,
.main-logo_link:visited {
   color: #525252;
}

.main-logo_link:hover {
   color: #5d9acf;
   opacity: 0.82;
}

.contact-lite {
   float: right;
   padding: 0 0 2px 0;
   line-height: 98px;
   font-size: 16px;
   font-style: italic;
   font-weight: 700;
}

.contact-lite_text,
.contact-lite_separator {
   color: #525252;
}

.contact-lite_color {
   color: #5d9acf;
}

.main-preview h1 {
   text-transform: uppercase;
}

.main-preview--iphone .main-preview_info {
   float: left;
   width: 670px;
   margin: 10px 60px 0 0;
}

.main-preview_info a{
	color:#ffffff;
}

.main-preview--iphone .main-preview_info p {
   margin: 0 0 50px 0;
   line-height: 34px;
   font-size: 18px;
}

.main-preview--iphone .main-preview_device {
   float: right;
   width: 320px;
   height: 480px;
   background: url(../content/iphone/black.png);
}

.main-preview--iphone .ei-slider {
   position: relative;
   width: 269px;
   height: 381px;
   margin: 99px 0 0 27px;
}

.main-preview--iphone .ei-slider:after,
.main-preview--iphone .ei-slider_loading,
.main-preview--iphone .ei-slider_content li {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}

.main-preview--iphone .ei-slider:after {
   content: "";
   z-index: 40;
   background: url(../content/iphone/reflex.png);
}

.main-preview--iphone .ei-slider_loading {
   z-index: 25;
   line-height: 381px;
   color: #ffffff;
   text-align: center;
   text-align: left;
   background: #1f1f1f;
}

.main-preview--iphone .ei-slider_nav-wrap {
   position: absolute;
   right: 0;
   bottom: 0;
   left: 0;
   height: 13px;
   z-index: 50;
   background: #383838;
   opacity: 0;
}

.main-preview--iphone .ei-slider_nav {
   position: absolute;
   bottom: 0;
   left: 72px;
   z-index: 50;
   width: 140px;
}

.main-preview--iphone .ei-slider:hover .ei-slider_nav-wrap {
   height: 44px;
   opacity: 0.95;
}

.main-preview--iphone .ei-slider:hover .ei-slider_nav {
   bottom: 15px;
}

.main-preview--iphone .ei-slider_nav li {
   float: left;
   height: 100%;
}

.main-preview--iphone .ei-slider_nav a {
   display: block;
   width: 13px;
   height: 13px;
   background: #666666;
   border: 1px solid #b8b8b8;
}

.main-preview--iphone .ei-slider_nav a:hover {
   background: #b8b8b8;
   border: 1px solid #ffffff;
}

.main-preview--iphone .ei-slider_active {
   position: absolute;
   background: url(../images/ico-slider-active.png);
}


.main-preview--iphone .main-preview_buttons{
   float: left;
   width: 670px;
}

.info-block {
   float: left;
   margin: 75px 30px 60px 0;
   padding: 20px 20px 0 20px;
   width: 330px;
   background: #ffffff;
   border: 1px solid #d1d1d1;
   border-radius: 5px;
   box-shadow: 5px 5px 0 #d1d1d1;
}

.info-block:last-of-type {
   margin: 75px 0 60px 0;
}

.info-block_icon {
   width: 180px;
   height: 180px;
   margin: -95px auto 35px;
   padding: 11px;
   background: #ffffff;
   border: 1px solid #d1d1d1;
   border-radius: 50%;
   box-shadow: 2px 5px 0 #d1d1d1;
}

.info-block_icon img {
   padding: 8px;
   background: #5d9acf;
   border-radius: 50%;
   opacity: 0.82;
}

.info-block h3 {
   font-weight: 400;
}

.info-block p {
   color: #9e9e9e;
}

.info-block:hover {
   box-shadow: 5px 5px 0 #b8b8b8;
}

.info-block:hover .info-block_icon {
   box-shadow: 2px 5px 0 #b8b8b8;
}

.info-block:hover img {
   opacity: 1;
}

.info-block:hover h3 {
   color: #1d0ea9;
}

.info-block:hover p {
   color: #525252;
}

.testimonials {
   float: left;
   margin: 0 30px 30px 0;
   width: 330px;
   text-align: center;
   text-align: left;
}

.testimonials:last-of-type {
   margin: 0 0 30px 0;
}

.testimonials_icon {
   width: 180px;
   height: 180px;
   margin: 0 auto 35px;
   padding: 11px;
   background: #ffffff;
   border: 1px solid #d1d1d1;
   border-radius: 50%;
   box-shadow: 2px 5px 0 #d1d1d1;
}

.testimonials_icon img {
   border-radius: 50%;
   opacity: 0.82;
}

.testimonials h3 {
   font-weight: 400;
}

.testimonials:hover .testimonials_icon {
   box-shadow: 2px 5px 0 #b8b8b8;
}

.testimonials:hover img {
   opacity: 1;
}

.testimonials:hover h3 {
   color: #5d9acf;
}

.testimonials:hover blockquote {
   color: #525252;
}

.features--iphone .features_image {
   position: relative;
   float: left;
   width: 320px;
   height: 460px;
   background: url(../content/iphone/white.png);
}

.features--iphone .features_image:after {
   content: "";
   z-index: 40;
   position: absolute;
   top: 99px;
   right: 24px;
   bottom: 0;
   left: 27px;
   background: url(../content/iphone/reflex.png);
}

.features--iphone .features_image img {
   width: 269px;
   height: 361px;
   margin: 99px 24px 0 27px;
}

.features--iphone .features_text {
   float: left;
   width: 670px;
   margin: 20px 0 0 60px;
}

.features--iphone .features_text h2 {
   margin: 0 0 20px 0;
}

.features--iphone .features_text p {
   margin: 0 0 40px 0;
   font-size: 16px;
}

.gallery {
   float: left;
   width: 330px;
   margin: 0 30px 40px 0;
   border: 1px solid #d1d1d1;
   border-radius: 5px;
   box-shadow: 5px 5px 0 #d1d1d1;
}

.gallery:nth-of-type(3n) {
   margin: 0 0 30px 0;
}

.gallery:last-of-type {
   margin: 0 0 60px 0;
}

.gallery_image {
   position: relative;
   overflow: hidden;
   display: block;
   border: 11px solid #ffffff;
   border-radius: 5px;
}

.gallery_image img {
   display: block;
}

.gallery:hover {
   box-shadow: 5px 5px 0 #b8b8b8;
}

.gallery:hover img {
   transform: scale(1.1);
}

.gallery:hover .image-span-l {
   opacity: 1;
}

.pricing-table {
   float: left;
   width: 330px;
   margin: 0 30px 60px 0;
   color: #9e9e9e;
   text-align: center;
   text-align: left;
   border: 1px solid #d1d1d1;
   border-radius: 5px;
   box-shadow: 5px 5px 0 #d1d1d1;
}

.pricing-table:last-of-type {
   margin: 0 0 60px 0;
}

.cell-title {
   margin: 0;
   line-height: 71px;
   font-size: 24px;
   text-transform: uppercase;
   border-bottom: 1px solid #d1d1d1;
}

.cell-price {
   padding: 15px 0 15px 0;
   font-weight: 700;
   color: #ffffff;
   background-color: #5d9acf;
   background-image: url(../images/bg-body.png), url(../images/bg-c--effect/stripes-1.png);
   border-bottom: 1px solid #d1d1d1;
}

.cell-price_total {
   line-height: 60px;
   font-size: 48px;
}

.cell-price_time {
   line-height: 30px;
}

.cell-text {
   line-height: 47px;
   border-bottom: 1px solid #d1d1d1;
}

.cell-action {
   line-height: 72px;
}

.pricing-table:hover {
   box-shadow: 5px 5px 0 #b8b8b8;
}

.pricing-table:hover .cell-title {
   color: #5d9acf;
}

.pricing-table:hover .cell-text {
   color: #525252;
}

.download_buttons {
   margin: 0 0 60px 0;
   text-align: center;
}

.contact-info {
   float: left;
   width: 570px;
   margin: 0 60px 60px 0;
}

.contact-info h3 {
   font-weight: 400;
}

.contact-info_address {
   float: left;
   width: 270px;
   margin-right: 30px;
   line-height: 30px;
}

.contact-info_email {
   float: left;
   width: 270px;
   line-height: 30px;
}

.message-form {
   float: left;
   width: 420px;
   margin: 0 0 60px 0;
}

.message-form_name {
   width: 100%;
   margin: 0 0 20px 0;
}

.message-form_email {
   width: 100%;
   margin: 0 0 20px 0;
}

.message-form_text {
   width: 100%;
   min-height: 272px;
   margin: 0 0 20px 0;
}

.message-form_buttons {
   width: 100%;
}

.message-form_buttons button {
   float: right;
   box-shadow: none;
}

.maps {
   margin: 0 0 60px 0;
   padding: 11px;
   background: #ffffff;
   border: 1px solid #d1d1d1;
   border-radius: 5px;
   box-shadow: 5px 5px 0 #d1d1d1;
}

.maps:hover {
   box-shadow: 5px 5px 0 #b8b8b8;
}

.copyrights {
   float: left;
   margin: 0 60px 0 0;
   line-height: 90px;
}

@media screen and (min-width: 854px) and (max-width: 1152px) {


.content {
   width: 960px;
}


h1 {
   line-height: 52px;
   font-size: 42px;
}

h2 span {
   font-size: 22px;
}

button,
a.button-s,
a.button-m,
a.button-l {
   margin: 0 30px 0 0;
}

.button-description {
   display: none;
}

.main-preview--iphone .main-preview_info {
   margin: 0 40px 0 0;
   width: 600px;
}

.main-preview--iphone .main-preview_buttons{
   width: 600px;
}

.info-block {
   width: 300px;
}

.testimonials {
   width: 300px;
}

.features--iphone .features_text {
   width: 600px;
   margin: 20px 0 0 40px;
}

.gallery {
   width: 300px;
}

.pricing-table {
   width: 300px;
}

.contact-info {
   width: 540px;
   margin: 0 40px 60px 0;
}

.contact-info_address {
   width: 255px;
}

.contact-info_email {
   width: 255px;
}

.message-form {
   width: 380px;
}

.animated {
   opacity: 1;
   -webkit-animation: none;
   -moz-animation:    none;
   -o-animation:      none;
   animation:         none;
}

}


@media screen and (min-width: 721px) and (max-width: 853px) {

.content {
   width: 728px;
   padding: 40px 0 0 0;
}

.content--no-padding {
   padding: 0;
}

#site_main.site_main--sticky-footer {
   padding: 0;
}

#site_footer.site_footer--sticky-footer {
   position: relative;
   height: 100%;
}

.content_description {
   width: 90%;
   margin: 0 auto 40px;
}

.page {
   padding: 0 0 10px 0;
}

h1 {
   margin-bottom: 20px;
   line-height: 42px;
   font-size: 32px;
}

h1.inner-page {
   margin: -10px 0 40px 0;
   font-size: 36px;
}

h2 {
   margin: -5px 0 35px 0;
   line-height: 42px;
   font-size: 32px;
   text-align: left !important;
}

h2 span {
   margin: 20px 0 20px 0;
   line-height: 28px;
   font-size: 20px;
}

button,
a.button-s,
a.button-m,
a.button-l {
   margin: 0 25px 0 0;
}

.button-description {
   display: none;
}

.main-nav_list li {
   margin: 0 30px 0 0;
}

.info-nav {
   float: none;
   margin: -10px 0 0 0;
   text-align: center;
}

.info-nav_list {
   display: inline-block;
   height: 60px;
   padding: 5px 0 15px 0;
}

.main-preview--iphone .main-preview_info {
   width: 388px;
   margin: 10px 20px 0 0;
}

.main-preview--iphone .main-preview_info p {
   margin: 0 0 30px 0;
   line-height: 30px;
   font-size: 16px;
}

.main-preview--iphone .main-preview_buttons{
   width: 388px;
}

.info-block {
   margin: 75px 19px 40px 0;
   width: 230px;
}

.info-block:last-of-type {
   margin: 75px 0 40px 0;
}

.testimonials {
   margin: 0 19px 10px 0;
   width: 230px;
}

.testimonials:last-of-type {
   margin: 0 0 10px 0;
}

.tweet {
   width: 100%;
   margin: 0 auto 40px;
}

.tweet_list li {
   line-height: 36px;
   font-size: 22px;
}

.features--iphone .features_text {
   width: 378px;
   margin: 20px 0 0 30px;
}

.features--iphone .features_text h2 {
   margin: -15px 0 20px 0;
   line-height: 36px;
   text-align: left;
}

.features--iphone .features_text p {
   margin: 0 0 25px 0;
   line-height: 24px;
   font-size: 14px;
}

.gallery {
   width: 230px;
   margin: 0 19px 20px 0;
}

.gallery:nth-of-type(3n) {
   margin: 0 0 20px 0;
}

.gallery:last-of-type {
   margin: 0 0 40px 0;
}

.pricing-table {
   width: 230px;
   margin: 0 19px 40px 0;
}

.pricing-table:last-of-type {
   width: 230px;
   margin: 0 0 40px 0;
}

.download_buttons {
   margin: 0 0 40px 0;
}

.contact-info {
   width: 420px;
   margin: 0 30px 40px 0;
}

.contact-info_address {
   width: 195px;
}

.contact-info_email {
   width: 195px;
}

.message-form {
   width: 278px;
   margin: 0 0 40px 0;
}

.message-form_text {
   min-height: 398px;
}

.maps {
   margin: 0 0 40px 0;
}

.contactbox{
	display: none !important;
}

.copyrights {
   float: none;
   margin: 10px 0 0 0;
   line-height: 60px;
   text-align: center;
   /* KK */
   text-align: left;
}

.animated {
   opacity: 1;
   -webkit-animation: none;
   -moz-animation:    none;
   -o-animation:      none;
   animation:         none;
}

}

@media screen and (min-width: 481px) and (max-width: 720px) {

.hidden--mobile {
   display: none;
}

.visible--mobile {
   display: inherit;
}

#site_main.site_main--sticky-footer {
   padding: 0;
}

#site_footer.site_footer--sticky-footer {
   position: relative;
   height: 100%;
}

.container--sticky-on {
   display: none;
}

.content {
   width: 290px;
   padding: 30px 0 0 0;
}

.content--no-padding {
   padding: 0;
}

.content_description {
   width: 100%;
   margin: 0 auto 30px;
}

.page {
   padding: 0;
}

h1 {
   margin: 0 0 20px 0;
   line-height: 42px;
   font-size: 32px;
   text-align: center;
   text-align: left;
}

h1.inner-page {
   margin: 0 0 35px 0;
   line-height: 36px;
   font-size: 36px;
}

h2 {
   margin: 0 0 25px 0;
   line-height: 38px;
   font-size: 32px;
   text-align: left !important;
}

h2 span {
   margin: 20px 0 20px 0;
   font-size: 24px;
}

h3 {
   margin: 0 0 20px 0;
}

button,
a.button-s,
a.button-m,
a.button-l {
   margin: 0 0 30px 0;
}

.button-description {
   display: none;
}

.main-nav {
   height: 20px;
}

.main-nav_list {
   display: none;
}

.info-nav {
   float: none;
   margin: 20px 0 20px 0;
   text-align: center;
   text-align: left;
}

.info-nav_list {
   display: inline-block;
   height: 30px;
   padding: 0;
   text-align: left;
}

.info-nav_list li {
   float: left;
   margin: 0 20px 0 0;
}

.info-nav_list a {
   line-height: 30px;
}

.main-logo {
   float: none;
   margin: 0 0 -10px 0;
   text-align: left;
}

.contact-lite {
   float: none;
   padding: 0 0 20px 0;
   line-height: 30px;
   text-align: left;
}

.contactbox{
	display: none !important;
}

.main-preview--iphone .main-preview_info {
   width: 100%;
   margin: 0;
}

.main-preview--iphone .main-preview_info h1 {
   width: 100%;
}

.main-preview--iphone .main-preview_info p {
   width: 100%;
   margin: 0 0 25px 0;
   text-align: left;
}

.main-preview--iphone .main-preview_device {
   display: none;
}

.main-preview--iphone .main-preview_buttons {
   float: none;
   width: 100%;
   margin: 0 0 40px 0;
   text-align: left;
}

.info-block {
   width: 290px;
   margin: 75px 0 30px 0;
}

.info-block:last-of-type {
   margin: 75px 0 30px 0;
}

.info-block_icon {
   margin: -95px auto 30px;
}

.info-block p {
   font-size: 16px;
}

.testimonials {
   margin: 0;
   width: 290px;
}

.testimonials:last-of-type {
   margin: 0;
}

.testimonials_icon {
   margin: 0 auto 30px;
}

.testimonials p {
   font-size: 16px;
}

.features--iphone .features_image {
   display: none;
}

.features--iphone .features_text {
   width: 100%;
   margin: 0;
   text-align: left;
}

.features--iphone .features_text h2 {
   margin: 0 0 20px 0;
   text-align: left;
}

.features--iphone .features_text p {
   margin: 0 0 20px 0;
   font-size: 16px;
}

.features--iphone .features_text .button-m {
   margin: 0 0 40px 0;
}

.features_text ul{
	text-align: left;
	padding-bottom: 30px;
}

.gallery {
   width: 100%;
   margin: 0 0 30px 0;
}

.gallery:last-of-type {
   margin: 0 0 30px 0;
}

.pricing-table {
   width: 290px;
   margin: 0 0 30px 0;
}

.pricing-table:last-of-type {
   margin: 0 0 30px 0;
}

.download_text {
   width: 290px;
   margin: 0 auto 30px;
}

.download_buttons {
   margin: 0 0 30px 0;
}

.contact-info {
   width: 100%;
   margin: 0 0 40px 0;
   text-align: left;
}

.contact-info_address {
   float: none;
   width: 100%;
   margin: 0 0 30px 0;
}

.contact-info_email {
   float: none;
   width: 100%;
}

.message-form {
   width: 100%;
   margin: 0 0 30px 0;
}

.message-form_text {
   min-height: 308px;
}

.message-form_buttons button {
   width: 100%;
}

.maps {
   margin: 0 0 30px 0;
}

.copyrights {
   float: none;
   margin: 30px 0 0 0;
   line-height: 30px;
   text-align: left;
}

.animated {
   opacity: 1;
   -webkit-animation: none;
   -moz-animation:    none;
   -o-animation:      none;
   animation:         none;
}

}

@media screen and (min-width: 0px) and (max-width: 480px) {

.hidden--mobile {
   display: none;
}

.visible--mobile {
   display: inherit;
}

#site_main.site_main--sticky-footer {
   padding: 0;
}

#site_footer.site_footer--sticky-footer {
   position: relative;
   height: 100%;
}

.container--sticky-on {
   display: none;
}

.content {
   width: 290px;
   padding: 30px 0 0 0;
}

.content--no-padding {
   padding: 0;
}

.content_description {
   width: 100%;
   margin: 0 auto 30px;
}

.page {
   padding: 0;
}

h1 {
   margin: 0 0 20px 0;
   line-height: 42px;
   font-size: 32px;
   text-align: left;
}

h1.inner-page {
   margin: 0 0 35px 0;
   line-height: 36px;
   font-size: 36px;
}

h2 {
   margin: 0 0 25px 0;
   line-height: 38px;
   font-size: 32px;
   text-align: left !important;
}

h2 span {
   margin: 20px 0 20px 0;
   font-size: 24px;
}

h3 {
   margin: 0 0 20px 0;
}

button,
a.button-s,
a.button-m,
a.button-l {
   margin: 0 0 30px 0;
}

.button-description {
   display: none;
}

.main-nav {
   height: 20px;
}

.main-nav_list {
   display: none;
}

.info-nav {
   float: none;
   margin: 20px 0 20px 0;
   text-align: left;
}

.info-nav_list {
   display: inline-block;
   height: 30px;
   padding: 0;
   text-align: left;
}

.info-nav_list li {
   float: left;
   margin: 0 20px 0 0;
}

.info-nav_list a {
   line-height: 30px;
}

.main-logo {
   float: none;
   margin: 0 0 -10px 0;
   text-align: left;
}

.contact-lite {
   float: none;
   padding: 0 0 20px 0;
   line-height: 30px;
   text-align: left;
}

.main-preview--iphone .main-preview_info {
   width: 100%;
   margin: 0;
}

.main-preview--iphone .main-preview_info h1 {
   width: 100%;
}

.main-preview--iphone .main-preview_info p {
   width: 100%;
   margin: 0 0 25px 0;
   text-align: left;
}

.main-preview--iphone .main-preview_device {
   display: none;
}

.main-preview--iphone .main-preview_buttons {
   float: none;
   width: 100%;
   margin: 0 0 40px 0;
   text-align: left;
}

.info-block {
   width: 290px;
   margin: 75px 0 30px 0;
}

.info-block:last-of-type {
   margin: 75px 0 30px 0;
}

.info-block_icon {
   margin: -95px auto 30px;
}

.info-block p {
   font-size: 16px;
}

.testimonials {
   margin: 0;
   width: 290px;
}

.testimonials:last-of-type {
   margin: 0;
}

.testimonials_icon {
   margin: 0 auto 30px;
}

.testimonials p {
   font-size: 16px;
}

.features--iphone .features_image {
   display: none;
}

.features--iphone .features_text {
   width: 100%;
   margin: 0;
   text-align: left;
}

.features--iphone .features_text h2 {
   margin: 0 0 20px 0;
   text-align: left;
}

.features--iphone .features_text p {
   margin: 0 0 20px 0;
   font-size: 16px;
}

.features--iphone .features_text .button-m {
   margin: 0 0 40px 0;
}

.gallery {
   width: 100%;
   margin: 0 0 30px 0;
}

.gallery:last-of-type {
   margin: 0 0 30px 0;
}

.pricing-table {
   width: 290px;
   margin: 0 0 30px 0;
}

.pricing-table:last-of-type {
   margin: 0 0 30px 0;
}

.download_text {
   width: 290px;
   margin: 0 auto 30px;
}

.download_buttons {
   margin: 0 0 30px 0;
}

.contact-info {
   width: 100%;
   margin: 0 0 40px 0;
   text-align: left;
}

.contact-info_address {
   float: none;
   width: 100%;
   margin: 0 0 30px 0;
}

.contact-info_email {
   float: none;
   width: 100%;
}

.message-form {
   width: 100%;
   margin: 0 0 30px 0;
}

.message-form_text {
   min-height: 308px;
}

.message-form_buttons button {
   width: 100%;
}

.maps {
   margin: 0 0 30px 0;
}

.copyrights {
   float: none;
   margin: 30px 0 0 0;
   line-height: 30px;
   text-align: left;
}


.animated {
   opacity: 1;
   -webkit-animation: none;
   -moz-animation:    none;
   -o-animation:      none;
   animation:         none;
}

}

.last {
   margin-right: 0;
   margin-left: 0;
}

.features_text ul{
	list-style: inherit;
	margin-left:17px;
}

.contactbox{
	display: inline-block; 
	box-sizing: border-box; 
	line-height: 60px;
	float:right;
	font-style: italic;
}
