html {
    -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

html,
body {
  overflow-x: hidden;
  width: 100%;
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
} 

body {
  background-color: #fff;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

.logoicon {
  width: 100%;
  display: block;
  margin-bottom: 23px;
  margin-top: 23px;
}

.cl {
  clear: both;
}

p {
  font-size: 17px;
  line-height: 29px;
  color: #393939;
  padding-bottom: 20px;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
  font-weight: 300;
  color: #303030;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #393939;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 17px;
  color: #393939;
  text-transform: uppercase;
  font-weight: 500;
}

.btn {
  font-size: 15px;
  border: solid 2px;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
}

.btn:hover,
.btn:focus {
  color: #fff;
  border-color: #da4b38;
  background-color: #da4b38;
}

.btn.btn-accent.btn-large{
  color: #da4b38;
  text-decoration: none;
}
.btn.btn-accent.btn-large:hover{
  color: #fff;
}

.btn-white {
  font-size: 15px;
  border: solid 2px;
  border-radius: 40px;
  display: inline-block;
  border-color: #fff;
}

.btn-white:hover,
.btn-white:focus {
  color: #da4b38;
  border-color: #da4b38;
}

.btn-fill {
  color: #fff;
  border: solid 2px #da4b38;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #da4b38;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.5px;
}

.btn-fill:hover,
.btn-fill:focus {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
}


.btn-fill:not([href]):not([tabindex]){
  color: #fff;
}

.btn-fill:not([href]):not([tabindex]):focus, .btn-fill:not([href]):not([tabindex]):hover {
  color: #fff;
}

.btn-small {
  padding: 8px 40px;
}

.btn-large {
  padding: 15px 40px;
}


.btn-margin-right {
  margin-right: 20px;
}

section.intro,
section.features-extra,
section.sign-up {
  background: #fff;
}

section.features,
section.blog-intro,
section.blog {
  background: #F3F4F8;
}

/* ==========================================================================



Global Styles



========================================================================== */
.section-padding p.centext {
  text-align: center;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

a {
  color: #000;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #424242;
  text-decoration: none;
}

body {
  color: rgba(28, 54, 83, 0.6);
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.aligncenter {
  text-align: center;
  margin: 40px 0px 0px 0px !important;
  font-weight: 200;
}

.section-padding {
  padding: 70px 0px 80px 0px;
}

/* ========Hero==================================================================*/
.hero {
  min-height: 560px;
  background: url("../img/hero.jpg") center center;
  background-size: cover;
  position: relative;
  padding-bottom: 71px;
}

.hero .down-arrow a {
  color: #fff;
}

.hero h1 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 24px;
  letter-spacing: -1px;
  margin-top: 35px;
  font-weight: bold;
}

.hero h2 {
  font-size: 22px;
  color: #fff;
  padding: 10px 0;
  letter-spacing: -1px;
  font-weight: bold;
}

.hero p.intro {
  line-height: 30px;
  color: #ccc;
  font-size: 18px;  
  width: 70%;
  text-align: center;
  margin: 0 auto 39px auto;
  padding: 0;
}

.hero .hero-content {
  padding-top: 55px;
}

.adspc01 {
  text-align: center;
  border-radius: 4px;
  background-color: #f5f5f5;
  padding: 10px 10px;
  margin: 40px auto 0px auto;
}

.adspc02 {
  width: 100%;
  margin-top: 22px;
  padding: 27px 5px 0px 5px;
  margin: 0 auto;
  text-align: center;
}

.adspc03 {
  width: 100%;
  margin-top: 12px;
  padding: 10px 10px;
}

.navigation {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

header {
  padding: 0px 0;
  position: relative;
  width: 1300px;
  margin: 0 auto;
  -webkit-transition: padding 300ms ease-in-out;
  transition: padding 300ms ease-in-out;
}

header a {
  color: #fff;
  font-size: 13px;
}

header a.login {
  margin-right: 20px;
}

header .logo {
  display: block;
  padding: 28px 0;
  float: left;
}

header ul.primary-nav {
  margin: 0 0 0 75px;
  padding: 0;
}

header ul.primary-nav li {
  display: inline;
}

header ul.primary-nav li a {
  color: #fff;
  padding-right: 25px;
}

header ul.primary-nav li a:hover {
  color: #da4b38;
}

header ul.primary-nav li:last-child a {
  padding-right: 0px;
}

header ul.member-actions li {
  display: inline;
}

header ul.member-actions li a {
  color: #fff;
}

header ul.member-actions li a:hover {
  color: #da4b38;
}

header .header-nav {
  display: inline-block;
}

header .member-actions {
  position: absolute;
  right: 0;
  top: 41px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.down-arrow {
  color: #fff;
  font-size: 30px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* =============Intro============================================*/
.intro span.icon {
  font-size: 40px;
  color: #da4b38;
  font-weight: bold;
}

.intro-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
  width: 40px;
}

.intro-content {
  display: inline-block;
  width: 80%;
}

.intro-content h5 {
  font-weight: bold;
  font-size: 16px;
}

.intro-content p {
  line-height: 29px;
  text-align: justify;
  font-weight: 400;
}

.to-top {
  height: 60px;
  background-color: #495061;
}

.to-top .to-top-wrap {
  height: 60px;
  width: 70px;
  position: absolute;
  right: 0;
  text-align: center;
}

.to-top .to-top-wrap a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.15);
}

.to-top .to-top-wrap a:hover,
.to-top .to-top-wrap a:focus {
  background-color: rgba(0, 0, 0, 0.4);
}

.to-top .to-top-wrap i {
  font-size: 30px;
  line-height: 55px;
}

.to-top .row {
  position: relative;
}

.floating-arrow {
  -webkit-animation-name: floating-arrow;
  animation-name: floating-arrow;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  65% {
    -webkit-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
  }

  to {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  65% {
    -webkit-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
  }

  to {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.floating-logo {
  margin: 25px auto;
  text-align: center;
  width: 55px;
  font-size: 28px;
  -webkit-animation-name: floating-logo;
  animation-name: floating-logo;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating-logo {
  from {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  50% {
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
  }

  to {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes floating-logo {
  from {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  50% {
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
  }

  to {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

/* ==========================================================================



Features-stack



========================================================================== */
.secondhead {
  font-size: 23px;
  letter-spacing: -1px;
  padding: 16px 0px 6px 0px;
  line-height: 32px;
  font-weight: bold;
}

.features {
  position: relative;
}

.features p {
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 400;
}

.features h3 {
  margin: 0 0 15px 0;
  font-size: 22px;
  letter-spacing: -0.5px;
}

.features span.icon {
  font-size: 35px;
  color: #da4b38;
  font-weight: bold;
}

.features .feature-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
  width: 51px;
}

.features .feature-content {
  display: inline-block;
  width: 75%;
}

.features .feature-content p {
  line-height: 26px;
}

.features .intro-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
}

.features .intro-content {
  display: inline-block;
  width: 80%;
}

.features ul.features-stack {
  margin-top: 30px;
}

.features ul.features-stack li {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #E6E9EA;
}

.features ul.features-stack li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

.features .ipad-wrap {
  width: 706px;
  height: 1002px;
  background: url("../img/ipad-device.png") no-repeat center center;
  z-index: 1;
}

.features .iphone-wrap {
  width: 304px;
  height: 620px;
  background: url("../img/iphone6.png") no-repeat center center;
  position: absolute;
  left: 530px;
  bottom: 129px;
  z-index: 2;
}

.features .device-showcase {
  position: absolute;
  bottom: -365px;
  right: 61%;
}

.nopnd {
  padding-bottom: 0 !important;
}

.centerbtn {
  margin: 0 auto !important;
}

.devices {
  position: relative;
}

.features-extra {
  position: relative;
  z-index: 3;
}

.features-extra .btn {
  margin-top: 20px;
}

.features-extra .macbook-wrap {
  position: absolute;
  width: 916px;
  height: 540px;
  background: url("../img/macbook-pro.png") no-repeat center center;
  top: 114px;
  z-index: 4;
  left: 50%;
}

.nomar {
  margin-top: 0px !important;
}

.hero-strip {
  background: #333844 url("../img/polygonal-bg.jpg") no-repeat center center;
  padding-bottom: 25px;
  padding-top: 35px;
  position: relative;
}

.hero-strip i {
  font-weight: 300;
  font-size: 25px;
  color: #F69D52;
  vertical-align: top;
  margin-left: -8px;
  font-style: normal;
}

.hero-strip h2 {
  color: #fff;
  margin: 10px 0 20px 0;
  letter-spacing: -1px;
  font-size: 27px;
  font-weight: bold;
}

.hero-strip p {
  color: #ACB1B4;
}

.hero-strip .btn {
  margin-top: 10px;
}

.hero-strip .logo-placeholder {
  width: 230px;
  height: 230px;
  position: absolute;
  bottom: -285px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* ==========================================================================



.blog-intro



========================================================================== */
.blog-intro {
  padding-top: 20px;
  padding-bottom: 40px;
}

.blog-intro h3 {
  margin-bottom: 70px;
  letter-spacing: -1px;
}

.blog-intro .leftcol {
  padding-right: 100px;
  border-right: solid 1px #E6E9EA;
}

.blog-intro .rightcol {
  padding-left: 100px;
}

.blog {
  padding-bottom: 70px;
}

.blog img {
  width: 100%;
  height: auto;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.blog h2 {
  font-size: 16px;
  color: #ACB1B4;
  margin-top: 35px;
  text-align: left;
  font-weight: bold;
}

.section-padding p {
  text-align: justify;
}

.blog h3 {
  font-size: 16px;
  text-align: justify;
  line-height: 27px;
  padding: 0px 0;
  font-weight: 300;
}

.blog .btn {
  margin-top: 20px;
  font-size: 15px;
}

.blog .blog-img-wrap {
  position: relative;
  overflow: hidden;
}

.blog .blog-img-wrap .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.blog .blog-img-wrap i {
  color: #fff;
  font-size: 20px;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 25px;
  right: 35px;
}

.blog .blog-img-wrap:hover img,
.blog .blog-img-wrap:focus img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog .blog-img-wrap:hover .overlay,
.blog .blog-img-wrap:focus .overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 1;
  z-index: 9;
}

.blog figcaption i {
  margin-left: 5px;
  font-size: 15px;
}

.blog figcaption a.blog-post-title {
  color: rgba(28, 54, 83, 0.6);
}

.blog figcaption a.blog-post-title:hover,
.blog figcaption a.blog-post-title:focus {
  color: #3D4351;
}

footer {
  background-color: #3D4351;
  position: relative;
}

footer p {
  color: #ACB1B4;
  font-size: 13px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #da4b38;
}

footer ul.footer-group {
  border-top: solid 1px #4E566C;
  padding-top: 25px;
  margin-bottom: 45px;
}

footer ul.footer-group li {
  display: inline-block;
}

footer ul.footer-group li a {
  font-size: 13px;
  text-transform: uppercase;
  color: #ccc;
}

footer ul.footer-group li a:hover {
  color: #da4b38;
}

footer ul.footer-group li {
  margin-right: 30px;
}

footer ul.footer-group li:last-child {
  margin-right: 0;
}

footer span.fa-heart {
  color: #ff415c;
  font-size: 15px;
  margin: 0 2px;
}

footer .social-share {
  position: absolute;
  background-color: #373D4A;
  right: 0;
  width: 40%;
  height: 100%;
  padding: 42px 0 0 70px;
}

footer .social-share p {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
}

footer .social-share a.twitter-share {
  height: 60px;
  width: 60px;
  background-color: #1AB4EF;
  border-radius: 3px;
  font-size: 22px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}

footer .social-share a.email-share {
  height: 60px;
  width: 60px;
  background-color: #da4b38;
  border-radius: 3px;
  font-size: 22px;
  display: inline-block;
  text-align: center;
}

footer .social-share a.twitter-share:hover,
footer .social-share a.twitter-share:focus {
  background-color: #1590BF;
}

footer .social-share a.facebook-share:hover,
footer .social-share a.facebook-share:focus {
  background-color: #324C85;
}

footer .social-share a.email-share:hover,
footer .social-share a.email-share:focus {
  background-color: #da4b38;
}

footer .social-share a.facebook-share {
  height: 60px;
  width: 60px;
  background-color: #3B5898;
  border-radius: 3px;
  font-size: 22px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}

footer .social-share a {
  color: #fff;
}

footer .social-share a:hover {
  color: #fff;
}

footer .social-share a i {
  margin-top: 20px;
}

footer .footer-links {
  margin: 60px 0;
}



/* New Style  ===*/


.menuscreenshot{
  width: 100%;
  display: block;
  background-image: url(../img/bgrep.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  min-height: 109px;
  background-color: #e9ebef;
  text-align: center;
  padding-bottom: 49px;
}

.menuscreenshot img{
  margin: 0 auto;
}


.menuscreenshot02{
  width: 100%;
  display: block;
  background-image: url(../img/mega-menu-with-columns-Image-slider.png);
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 109px;
  background-color: #e9ebef;
  text-align: center;
  padding-bottom: 49px;
  min-height: 440px;
}



.menuscreenshot03{
  width: 100%;
  display: block;
  background-image: url(../img/bgrep02.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  min-height: 109px;
  background-color: #e9ebef;
  text-align: center;
  padding-bottom: 120px;
}

.menuscreenshot03 img{
  margin: 0 auto;
}



.menuscreenshot04{
  width: 100%;
  display: block;
  background-image: url(../img/mega-menu-with-different-size-columns-links.png);
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 109px;
  background-color: #e9ebef;
  text-align: center;
  padding-bottom: 49px;
  min-height: 582px;
}
 
.menuscreenshot05{
  width: 100%;
  display: block;
  min-height: 109px;
  background-color: #e9ebef;
  text-align: center;
  padding-bottom: 50px;
}

.menuscreenshot05 img{
  margin: 0 auto;
}



.menuscreenshot06{
  width: 100%;
  display: block;
  background-image: url(../img/half-width-contact-form.png);
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 109px;
  background-color: #e9ebef;
  text-align: center;
  padding-bottom: 49px;
  min-height: 476px;
}

section.megascreens{
  padding-top: 50px;
  display: block;
}

.psrvl{
  position: relative;
}

.sectionhead{
  color: #ffffff;
  font-size: 22px;
  height: 52px;
  display: block;
  position: absolute;
  top:-75px;
  left: 0;
  background-color: #da4b38;
  padding: 9px 22px 9px 22px;
  letter-spacing: -1px;
  border-radius: 2px;
  font-weight: bold;
}

#features{
  padding-top: 111px;
}


#features .sectionhead{
  top: -111px;
  border-radius: 0px 0px 2px 2px;
}

.featuresvideo iframe{
  width: 100%;
  min-height: 650px;
  border: solid 4px #ccc;
  border-radius: 4px;
  margin-bottom: 40px;
}
 

.mnone{
  font-size: 24px;
  margin-bottom: 20px;
  color: blue;
}


/* Youtube popup */


.videopopupjs{
  background-color:#000;
  background-color:rgba(0,0,0,0.6);
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  z-index:99999;
  text-align: start!important;
}
.videopopupjs--hide{
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: videoPopupJsHide;
  animation-name: videoPopupJsHide;
}
.videopopupjs__close{
  width:30px;
  height:30px;
  cursor:pointer;
  display:block;
  margin-bottom:10px;
  color:rgba(255, 255, 255, 0.59);
}
.videopopupjs__close:after{
  width:30px;
  height:30px;
  display:block;
  text-align:center;
  content:'X';
  font-family:'Verdana';
  border-radius:50%;
  background:#333;
  line-height:2.2;
  font-size:13px;
}
.videopopupjs__close:hover{
  opacity:0.5;
}
.videopopupjs--animation{
  opacity: 0;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: videoPopupJs;
  animation-name: videoPopupJs;
}
.videopopupjs__content{
  margin:0 auto;
  height:100%;
  height:500px;
  width:100%;
  margin-top:1%;
}
.videopopupjs__content iframe{
  width:100%;
  height:100%;
  min-height: 650px;
}
.videopopupjs__block--notfound{
  position:absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width:100%;
  height:500px;
  background-color:#fff;
  text-align:center;
  vertical-align: middle;
  line-height: 500px;
  font-family:'Arial';
  font-size:20px;
}
@media(max-width: 768px){
  .videopopupjs__content{
      max-width:90%!important;
  }
}
@-webkit-keyframes videoPopupJs{
  0%{
      opacity: 0;
  }

  100%{
      opacity: 1;
  }
}

@keyframes videoPopupJs{
  0%{
      opacity: 0;
  }

  100%{
      opacity: 1;
  }
}

@-webkit-keyframes videoPopupJsHide{
  0%{
      opacity: 1;
  }

  100%{
      opacity: 0;
  }
}

@keyframes videoPopupJsHide{
  0%{
      opacity: 1;
  }

  100%{
      opacity: 0;
  }
}



/* Media Query ============================================================= */
@media screen and (max-width:1200px) {
  header {
    width: 90%;
    margin: 0 auto;
  }

  .intro-content {
    display: inline-block;
    width: 70%;
  }

  .hero .hero-content {
    padding-top: 3%;
  }
}

/* Responsive nav kicks in */
@media screen and (max-width:991px) {
 
  .videopopupjs__content iframe{
    min-height: 120px;
  }

  .sectionhead{
    position: static;
    margin-bottom: 25px;
  }

  .menuscreenshot img{
    width: 100%;
  }

  .menuscreenshot02 {
    background-size: contain;
    min-height:145px;
  }

  .menuscreenshot03 img{
    width: 100%;
  }

  .menuscreenshot04 {
    background-size: contain;
    min-height:245px;
  }

  .menuscreenshot05 img{
    width: 100%;
  }

  .menuscreenshot06 {
    background-size: contain;
    min-height:145px;
  }



  .adspc01 {
    margin-bottom: 35px;
    margin-top: 35px;
  }

  .adspc02 {
    margin-top: 35px;
  }

  .adspc02 img {
    width: 100%;
  }

  .fixed {
    position: static !important;
  }

  .navigation {
    position: static !important;
  }

  .intro-content {
    display: inline-block;
    width: 75%;
    margin-bottom: 30px;
  }

  .last {
    margin: 0;
  }

  .features {
    padding-bottom: 70px;
  }

  .carousel-caption a:hover {
    color: #fff;
  }

  .features .device-showcase,
  .features-extra .macbook-wrap {
    display: none;
  }

  .features .responsive-feature-img,
  .features-extra .responsive-feature-img {
    display: block;
    width: 85%;
    margin: 15% auto 0;
  }

  .features .responsive-feature-img img,
  .features-extra .responsive-feature-img img {
    width: 100%;
  }

  .hero-strip {
    margin-top: 0;
  }

  .blog-intro .leftcol {
    padding: 0 15px;
    margin-bottom: 15px;
    border-right: none;
  }

  .blog-intro .rightcol {
    padding: 0 20px;
  }

  footer .social-share {
    display: none;
  }

  footer .footer-links {
    margin: 120px 0 120px 0;
  }
}

@media screen and (max-width:640px) {
  footer ul.footer-group {
    border-top: none;
  }

  footer ul.footer-group li a {
    font-size: 16px;
    text-transform: uppercase;
    padding: 25px 0;
    display: block;
    border-bottom: dashed 1px #4E566C;
  }

  footer ul.footer-group li {
    display: block;
  }

  footer .footer-links {
    margin: 50px 0 50px 0;
  }

  .hero .hero-content {
    padding-top: 8%;
  }

  .hero .btn {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .hero .btn:first-of-type {
    margin-bottom: 20px;
  }

  .hero h1 {
    font-size: 29px;
  }

  .hero h2 {
    font-size: 20px;
  }

  .hero p.intro {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .hero-strip h2 {
    font-size: 24px;
  }

  .blog-intro h3 {
    font-size: 21px;
    line-height: 36px;
  }

  .blog h2 {
    line-height: 26px;
  }

  .hero {
    padding-bottom: 26px;
    min-height: auto !important;
  }
}

@media screen and (max-width:480px) {
  .hero .hero-content {
    padding-top: 0%;
  }

  .adspc02 {
    margin-top: 10px;
  }

  header a {
    font-size: 14px;
  }

  .hero .btn {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .hero .btn:first-of-type {
    margin-bottom: 20px;
  }

  .hero h1 {
    font-size: 29px;
    line-height: 36px;
    margin-top: 15px;
  }

  .hero p.intro {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 15px;
    width: 100%;
  }

  .btn-margin-right {
    margin-right: 0px;
  }

  .hero h2 {
    font-size: 19px;
    line-height: 32px;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
  }

  .hero {
    padding-bottom: 26px;
    min-height: auto !important;
    padding-top: 65px;
  }

  .features .device-showcase-left {
    position: absolute;
    bottom: -392px;
    left: 41%;
    right: auto;
    transform: translateX(-50%);
  }

  .features .ipad-wrap {
    width: 706px;
    height: 1002px;
    background: url("../img/ipad-device.png") no-repeat center center;
    z-index: 1;
    background-size: 40%;
  }

  .features .iphone-wrap {
    width: 304px;
    height: 617px;
    background: url("../img/iphone6.png") no-repeat center center;
    position: absolute;
    left: 350px;
    bottom: 129px;
    z-index: 2;
    background-size: 40%;
  }

  .features {
    padding-bottom: 0;
  }

  .down-arrow {
    display: none;
  }

  .blog .btn {
    font-size: 16px;
    white-space: pre-line;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}

.feature-list p {
  margin-bottom: 0;
}

.dolink {
  margin-bottom: 21px;
  display: block;
}