
*    Startuply v1.1 Custom Styles
*    by Vivaco
*
*    Table of Contents
*    -------------------------
*    1. Fonts
*    2. Global & Helpers
*    3. Preloader
*    4. Elements
*    5. Alternative tab slider
*    6. ShortCodes
*    7. Navigation Header 
*    8. Top Hero Section
*    9. Page versions
*    10. Footer
*    11. Mobile device 767px 
*    12. Mobile device 540px 
*    13. Mobile device 340px 
*    14. Tablet device Landscape 1024px and 768px
*    15. Tablet device Portrait 768px and 1024px
*    16. Desktop medium screen 992px and 1199px
*    17. Desktop large screen 1200px
*
*/
/* Fonts */
@font-face {
  font-family: 'gotham_bold';
  src: url("../fonts/gotham_icare_bold.eot");
  src:  url("../fonts/gotham_icare_bold.eot?#iefix") format("embedded-opentype"),
                url("../fonts/gotham_icare_bold.otf") format("otf"),
                url("../fonts/gotham_icare_bold.woff") format("woff"),
                url("../fonts/gotham_icare_bold.ttf") format("truetype"),
                url("../fonts/gotham_icare_bold.svg#gotham_icare_boldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham_regular';
  src: url("../fonts/gotham_icare_regular.eot");
  src: url("../fonts/gotham_icare_regular.eot?#iefix") format("embedded-opentype"),
                url("../fonts/gotham_icare_regular.otf") format("otf"),
                url("../fonts/gotham_icare_regular.woff") format("woff"),
                url("../fonts/gotham_icare_regular.ttf") format("truetype"),
                url("../fonts/gotham_icare_regular.svg#gotham_icare_regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'large_icons';
  src: url("../fonts/icareicon_large.eot");
  src: url("../fonts/icareicon_large.eot?#iefix") format("embedded-opentype"),
                url("../fonts/icareicon_large.woff") format("woff"),
                url("../fonts/icareicon_large.ttf") format("truetype"),
                url("../fonts/icareicon_large.svg#large_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'small_icons';
  src: url("../fonts/icareicon_small.eot");
  src: url("../fonts/icareicon_small.eot?#iefix") format("embedded-opentype"),
                url("../fonts/icareicon_small.woff") format("woff"),
                url("../fonts/icareicon_small.ttf") format("truetype"),
                url("../fonts/icareicon_small.svg#large_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
input, 
body { font-family: 'gotham_regular', sans-serif;}

.large_icons {
  font-family: 'large_icons';
}

.small_icons {
  font-family: 'small_icons';
}

.gotham-reg {
  font-family: 'gotham_regular';
}

.gotham-bold {
  font-family: 'gotham_bold';
}

.top-space{display: block; height: 15px;}

.bg-red{background: red;}
.btn-orange {
  background-color: #FF661B;
  color: #FFF;
  padding: 8px 20px;
  width: 200px;
  border:2px solid #FF661B;
  font-size: 16px;
  text-align: center;
  border-radius: 30px;
  text-transform: uppercase;
  font-family: "gotham_regular";
  display: block;
}
.btn-orange:hover,.btn-orange:active,.btn-orange:focus {
  background-color: #FFF;
  color: #FF661B;
  border: 2px solid #FF661B;
}
.btn-white {
  background-color: #FFF;
  color: #FF661B;
  padding: 3px;
  width: 200px;
  border:2px solid #FF661B;
  font-size: 16px;
  text-align: center;
  border-radius: 30px;
  font-family: "gotham_regular";
  margin: auto;
  display: block;
}
.btn-white:hover,.btn-white:active,.btn-white:focus {
  background-color: #FF661B;
  color: #FFF;
  border: 2px solid #FFF;
}

/* Global & Helpers */
body { color: #000; font-size: 16px; line-height:27px; background: #fff; margin: 0; }

h1 { font-size: 58px; font-weight: 300; display: block; } 
h2 { font-size: 47px; font-weight: 300; display: block; } 
h3 { font-size: 34px; font-weight: 300; display: block; } 
h4 { font-size: 28px; line-height: 33px; font-weight: 300; display: block; } 
h5 { font-size: 24px; line-height: 28px; font-weight: 300; display: block; }
h6 { font-size: 20px; line-height: 23px; font-weight: 700; display: block; }
.h7 { font-size: 17px; font-weight: 700; display: block; }

.highlight { color: #; } 
h1, .h1, h2, .h2, h3, .h3, h4, .h4 { margin-top: 20px; margin-bottom: 20px; }
h5, .h5, h6, .h6, .h7 { margin-top: 20px; margin-bottom: 10px; }

p { font-size: 16px; line-height: 27px; color: #1D1D1D; text-align: justify; }
small { font-weight: 300; font-size: 15px; line-height: 26px; }

a { color: #fff; text-decoration: none; }
a:hover, a:active, a:focus { color: #FF661B; text-decoration: none; outline: none; }
::selection { background-color: #FF661B; color: #fff; }
/*
hr { width: 100%; border-top: 1px solid #E9E9E9; display: inline-block; }*/

.back-to-top{    text-align: center; background: #000; color: #fff; display: none; width: 40px; height: 40px; line-height: 40px; font-size: 12px; position: fixed; right: 20px; bottom: 20px; opacity: 0.4; filter: alpha(opacity=40); -webkit-transition: all 0.5s ease; transition: all 0.5s ease; cursor: pointer; z-index: 9999;}

#mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F6F6F6;
    z-index: 10000;
    height: 100%;
}

#loader {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("../img/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
td, th {
  padding: 0 5px;
  border: 1px solid #000;
}
.line {
  border-top: 1px solid #FF661B;
  margin-bottom: 20px;

}

.img-responsive-full { max-width: 100%; width: 100%; }
.img-circle { -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; overflow:hidden;  }

.section { min-height: 50px; padding-top: 45px; padding-bottom: 30px; position: relative; text-align: center; }
.wrapper { width: 70%; margin: 0 auto; }
.container { z-index: 1; position: relative; }
.icon-active { color: #FF661B; }
.gap { padding-bottom: 50px; }
hr.no-margin { margin-top:0px; }
article { text-align: left; }

/* Preloader */

.navigation { background: #fafafa; z-index: 2; }
.navigation-brand { float: left; }
.navigation-brand:after { content: ''; display: table; }
.navigation-brand .brand-logo  { width:200px; height:48px; margin-right: 20px;}/*
.navigation-brand .brand-logo .logo { display:block; height: 48px; background:url(../img/logo.png) center center no-repeat; }*/
.navigation-brand .brand-logo .logo img {
  padding-top: 7px;
}
.fixmenu-clone .brand-logo .logo { background:url(../img/logo-inverted.png) center center no-repeat; }
.navigation-brand .brand-logo h4 { margin-top:15px; }
.navigation-brand .brand-logo  a { color:#fff; }  
.navigation-navbar { display: block; }
.navigation-bar { margin: 0 auto; padding: 0; list-style: none; font-weight:bold; }
.navigation-bar-left { float: left; }
.navigation-bar-right { float: right; }
.navigation-bar > li { display: inline-block; }
.navigation-bar > li a { display: inline-block; padding:15px; }
.navigation-bar > li a:Hover,
.navigation-bar > li.active a { color: #fe4918; text-decoration: none; }

.navigation-toggle { position: relative; float: right; padding: 9px 10px; margin: 10px 15px; border-radius: 4px; border: 1px solid #FF661B; outline: none; background: transparent; }
.navigation-toggle:after { content: ''; clear: both; height: 1%; }
.navigation-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; background: #FF661B; opacity: 0.7; }
.navigation-toggle .icon-bar+.icon-bar { margin-top: 4px; }

/* Elements */

.dropdown { font-size: 13px; line-height: 28px; text-align: left; }
.dropdown .btn { padding: 14px 14px; border-top: 2px solid #FF661B;  }
.dropdown .caret { margin-left: 7px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; position: relative; top: -11px; }
.dropdown .caret .fa { color: #FF661B; font-size: 16px; }
.dropdown-menu { background: #dadfe3; border:none; border-bottom: 2px solid #FF661B; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding-top: 10px; padding-bottom: 10px; -webkit-border-radius: 0 0 0 transparent; border-radius: 0 0 0 transparent; box-shadow: 0px 0px 0px transparent; }
.dropdown-menu > li > a { font-size: 15px; padding: 14px 20px; }
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus { background: #FF661B; color: #fff; }


/* Navigation Header */
.navigation-header {margin-top:10px; background: transparent; left: 0; right: 0; width: 100%; z-index: 99; height:70px; }
.navigation-header .navigation-brand {margin: 0;}
.navigation-header .navigation-bar > li { padding: 15px 0 15px 15px; }
.navigation-header .navigation-bar > li > a { font-family:"gotham_regular"; font-size: 16px; text-transform: uppercase; color: #78787A; border-bottom: 2px solid transparent; padding: 10px 0; line-height: 13px; }

.navigation-header .navigation-bar > li > a:Hover { opacity: 1; }
.navigation-header .navigation-bar-left > li.active > a { color: #FF661B;}
.navigation-header .navigation-bar > li.featured { padding: 15px 0; }
.navigation-header .navigation-bar > li.featured > a {background:#78787A; color: #fff; display: inline-block;border-radius: 30px; /*width: 155px;*/ padding: 10px 15px;  text-align:center; font-size: 14px;}
.navigation-header .navigation-bar > li.featured > a:Hover { opacity: .9; background:#F2682A;}

.navigation-bar-left li:first-child a{
   padding-right: 15px;
}
.navigation-bar-left li:first-child:after {
  content: "|";
  color: #78787A;
}

.navigation-header .navigation-bar > li.login {}
.navigation-header .navigation-bar > li.login > a {background:#78787A; color: #fff; display: inline-block;border-radius: 30px; /*width: 155px;*/ padding: 10px 15px; text-align:center; font-size: 14px;}
.navigation-header .navigation-bar > li.login > a:Hover { opacity: .9; background:#F2682A;}

/*logo_icarebenifit*/
.logo_icarebenifit
{
  width: 100px;
  height:42px;
  background: url('../img/logo_icare.png');
  margin-left: 20px;
  margin-right: 20px;
}
.navigation-bar li.active a{
  color: #FF661B;
}
.navigation-bar li a
{
  color:#78787A;
}
video
{
  width: 100%;
  height: 500px;
  margin-top: 20px;
}
/* Hero section */
#hero .btn-primary:hover, #hero .btn-primary.hovered { background: rgba(26, 198, 255,0.9);  border:1px solid #FF661B;}
#hero .list-inline { margin:0; }
.static-header { background-color:#fff;; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; background-attachment: fixed; min-height: 1155px; position: relative; }
.text-heading { position: relative; width: 100%; left: 0; right: 0; text-align: center; padding-top: 135px; }
.text-heading p { font-size: 23px; font-weight: 300; }
.static-header h4 { text-align: center; display: block; position: absolute; bottom: 20px; left: 0; right: 0; width: 100%; margin-bottom: 0; }
#register-page .text-heading { padding-top: 125px; }

/* Header versions */
.plain-version .text-heading { padding-top: 15%; }
.register-version.static-header { background: url('../img/background/smb_owner.jpg') top center no-repeat; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; background-attachment: fixed; min-height: 1155px; position: relative; }
.register-version .text-heading { padding-top: 20%; }
.video-version .text-heading { padding-top: 12%; }
.form-version {}
.register-version#hero .btn-primary, .register-version .submit-wrap { width:auto; }
.register-version .signup-wrapper { text-align:center; width:auto; }

#color-landing-page .navigation-brand .brand-logo .logo { display:block; height: 30px; background:url(../img/logo-white.png) center center no-repeat; }
#color-landing-page .fixmenu-stick .navigation-brand .brand-logo .logo { background:url(../img/logo-inverted.png) center center no-repeat; }
#color-landing-page .long-block .btn-secondary { margin-top: 35px; }
#color-landing-page .static-header { background-image:none; background-color:#FF661B; }
#color-landing-page .navigation-header .navigation-bar > li.featured > a { color:#fff; border-color:#fff; }
#color-landing-page .fixmenu-clone.navigation-header .navigation-bar > li.featured > a { color:#FF661B; border-color:#FF661B; }
#color-landing-page .fixmenu-clone.navigation-header .navigation-bar > li.featured > a:hover { color:#fff; }

#color-landing-page .navigation-toggle { border-color:#fff; }
#color-landing-page .navigation-toggle .icon-bar{ background:#fff; }

#color-landing-page .fixmenu-stick .navigation-toggle { border-color:#FF661B; }
#color-landing-page .fixmenu-stick .navigation-toggle .icon-bar{ background:#FF661B; }

#color-landing-page #guarantee.light p,
#color-landing-page #guarantee { color:#FF661B; }
#color-landing-page #guarantee, #color-landing-page #features { background-color:#f0f0f0; }

#color-landing-page .static-header { min-height: 974px; }
#color-landing-page .inverted { background-image:none; background-color:#FF661B; }
#color-landing-page .inverted .btn-secondary { background-color:#fff; }
#color-landing-page .inverted .btn-secondary:hover { color:#FF661B; }
#color-landing-page .inverted  h2 { color:#fff; }
#color-landing-page .inverted  .highlight { color:#fff; }
#color-landing-page .inverted  .footer-content a,
#color-landing-page .inverted  li .icon { color:#fff !important; }

img {
  width: 100%;
}
#about.theboy
 {
  background: url("../img/banner-1.jpg");
  background-size: cover;
  min-height: 500px;
  background-position-x: -100px;
/*  min-height: 600px;*/
/*  background-position-x: -300px;*/
}
#about.icarebenefits {
  background: url("../img/banner-2.jpg");
  background-size: cover;
  min-height: 500px;
}
#about.aboutus {
  background: url("../img/banner-3.jpg");
  background-size: cover;
  min-height: 500px;
}
#about.workwithus {
  background: url("../img/banner-4.jpg");
  background-size: cover;
  min-height: 500px;
}
#about.policies {
  background: url("../img/banner-5.jpg");
  background-size: cover;
  min-height: 500px;
}
#about.ourcommitments {
  background: url("../img/banner-6.jpg");
  background-size: cover;
  min-height: 500px;
}
#about.women
 {
  background: url("../img/banner.jpg");
  background-size: cover;
  min-height: 500px;
  background-position-x: -200px;
}
.creaditcardinfo {
/*  width: 60%;*/
  text-align: left;
  top: 100px;
  position: relative;
}
.creaditcardinfo p {
  background-color: #FFF;
  opacity: .7;
  padding: 20px;
  width: 70%;
}
.creaditcardinfo .btn-orange {
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
}
.creditcard {
  text-align: left;
}
.creditcard div {
  padding: 20px;
}
.creditcard h4 {
  color: #FF661B;
  font-family: "gotham_regular";
  margin-top: 0px;
  margin-bottom: 20px;
}
.helper {
  text-align: left;
  margin-bottom: 30px;
}
.helper h4 {
  color: #FF661B;
  font-family: "gotham_regular";
}
.helper span {
  color: #FF661B
}
.helper span.helpertext {
  font-family: "gotham_regular";
  color: #FF661B;
}

.helper span.helpertext a{
  color: #FF661B;
}

.partner {
  text-align: left;
  padding-bottom: 50px; 
}
.partner img{
  max-width: 200px;
  height: auto;
}
.partner h4 {
  color: #FF661B;
  font-family: "gotham_regular";
  background-color: #FFF;
  max-width: 130px;
  position: relative;
  z-index: 100;
}
.partner .line {
  position: relative;
  top: -30px;
  border-top: 2px solid #FF661B;
}
.list-product {
  background-color: #FF661B;
  color:#fff;
  padding-top: 40px;
  padding-bottom:40px;
  margin-bottom: 10px;
}
.list-product h5 {
  font-size: 20px;
  font-family: "gotham_regular";
}
.list-product img
{
  margin-bottom:20px;
}

section#feedback {
    background: url('../img/background/low_poly_background.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    padding: 20px 0px 0px 0px;
}

.header_title {
  background-color: #FF661B;
  margin: 0px;
}
.header_title h3 {
  text-transform: uppercase;
  color: #FFF;  
}
.pillars {
  font-size: 70px;
  text-align: center;
}
.list-title
{
  font-size: 24px;
  color:#F2682A;
  text-align:left;
  margin-bottom: 20px;
  font-family: "gotham_regular";
}
.benefits .col-md-3 {
  margin-right: 12%;
  height: 300px;
  overflow: hidden;
}
.benefits .col-md-3:last-child {
  margin-right: 0%
}
.title-benefits
{
  font-size: 24px;
  font-weight:bold;
  color:#78787A;
  text-align:left;
  margin-bottom: 20px;
/*  text-align: center;*/
}
.tab-content .title-benefits {
  font-size: 16px;
}
.tab-content .title-benefits-background p {
  font-size: 12px;
}
.title-benefits-background{
  position: relative;
  height: 350px;
  overflow: hidden;
}

.title-benefits-background p
{
  background: #FF661B;
  height:75px;
  color: #fff;
  padding: 15px;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  top: -75px;
  text-align: left;
}
.title-benefits-active
{
  color:#F2682A;
  font-size: 24px;
  font-weight:bold;
  text-align:left;
  margin-bottom: 20px;
  position: relative;
}
/*pillar modal*/
.modal {
  text-align: left;
}
.modal-header .modal-title{
  color: #FF661B;
  text-align: center;
}
.modal-body p {
  font-size: 14px;
  line-height: 18px;
  color: #777;
}
iframe {
  width: 100%;
  height: 300px;
}

/*information*/
.aboutus {
  color: #777;
  padding-bottom: 50px;
  border-bottom: 2px dashed #777;
}
.nav-pills {
  padding-top: 20px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  background-color: transparent;
  color: #FF661B;
}
.nav>li>a:hover, .nav>li>a:focus {
  background-color: transparent;
  color: #FF661B;
}
.tab-content {
  border-left: 1px dashed #777;
  padding-left: 50px;
  padding-top: 20px
}
.tab-content h3 {
  color: #FF661B;
}
.nav-pills li a {
  color: #777;
}

.tab-content .icaremember {
  border-bottom: 1px dashed;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.signupform .nav-tabs>li>a {
  color: #000;
  padding: 8px;
  border: 1px solid #DDD;
}
.signupform .nav-tabs {
  margin-bottom: 25px;  
}
.signupform .tab-content {
  padding-left: 0px;
  border-left: 0px;
}

ul.nav.nav-pills.nav-stacked.col-sm-3 li ul li a {
    padding: 0px 25px;
    font-size: 14px;
    line-height: 20px;
}
.nav-pills li.active a, .nav-pills li.active a:hover, .nav-pills li.active a:focus {
  color: #ff661b;
  background-color: transparent;
}
br {
    line-height: 40px;
    display: block;
    margin: 10px 0;
}
/*footer*/

.footer { background-color:#FF661B; 
  -webkit-background-size: cover;
  -moz-background-size: cover;-o-background-size: cover;
  background-size: cover; 
  background-attachment: fixed; 
  color: #FFF; 
  font-weight: 300; 
  padding: 0px 0px 30px 0px; }

footer.footer {
  margin-top: 40px;
}
.footer p, .footer li { color: #fff; font-size: 14px; line-height: 35px; }

.footer .footer-title {
    font-family: "gotham_regular";
    padding-bottom: 20px;
    text-transform: uppercase;
}
.footer .container>.container .row {
  border-top: 1px solid;
}
.footer .container>.container p {
    font-size: 25px;
    text-align: center;
    padding-top: 10px;
}
.footer .mainFooter {
      border-top: 1px solid #FFF;
    padding-top: 20px;
/*    margin-top: 20px;*/
}
.footer .mainFooter .logoFooter {
  float: right;
  position: relative;
  top: -50px;
}

footer.login {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #DDD;
}
body#register-page #btnSubmit {
    color: #FFF;
    background: #FF661B;
    border-radius: 18px;
    padding: 10px 15px;
    margin-top: 10px;
}
.space
{
  height:100px;
}

.footer .footer-content { padding: 30px 0 25px; }
.footer .list-inline { text-align: center; margin: 0 auto; }

.footer a:hover{color: #78787A;}

.fixmenu-clone {
    display:none;
  position: fixed;
    top: 0;
    left: 0
    background: #fff; 
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(100,100,100,.3); 
       -moz-box-shadow: 0px 1px 5px 0px rgba(100,100,100,.3); 
            box-shadow: 0px 1px 5px 0px rgba(100,100,100,.3); 
}
.logo-inverted,
.fixmenu-clone .logo { display: none; }
.fixmenu-clone .logo-inverted { display: block; }
.fixmenu-clone.navigation-header .navigation-bar > .featured > a { color: #FF661B; }
.fixmenu-clone.navigation-header .navigation-bar > .featured > a:hover { color: #fff; }
.fixmenu-clone.navigation-header .navigation-bar > li > a { color: #000; }
.fixmenu-clone.navigation-header .open .navigation-bar > li > a { color: #fff; }
.fixmenu-clone.navigation-header .open .navigation-bar > .featured > a { color: #FF661B; }
.fixmenu-clone.navigation-header .navigation-bar > li > a:Hover, 
.fixmenu-clone.navigation-header .navigation-bar > li.active > a { color: #FF661B; }
.fixmenu-clone.navigation-header .navigation-brand { background: #fff; padding-left: 15px; padding-right: 15px; display: block; margin-right: 15px; margin-left: -15px; }
.fixmenu-clone.navigation-header .navigation-toggle { border: 1px solid #FF661B; opacity: 1;}
.fixmenu-clone.navigation-header .navigation-toggle .icon-bar { background: #FF661B; }



/*desktop device*/
@media (min-width: 768px) {
  .footer .footer-content .col-sm-2 {
    width: 20%;
  }
  .creditcard .col-sm-3,.mainFooter .col-xs-12,.benefits .col-sm-4, .products .col-md-3, .footer-content .col-sm-2 {
    padding-left: 0px;
  }
  .partner .col-xs-3:nth-child(3){
    padding-top: 16px;
  }
  .partner .col-xs-3:nth-child(4), .partner .col-xs-3:nth-child(5){
    padding-top: 30px;
  }
  .benefits.container {
    padding-top: 20px;
  }
}
/* Mobile device 767px */
@media (max-width: 767px) {
  p { font-size: 14px; line-height: 25px; }
    .fixmenu-clone { background: transparent; }
  .static-header, #newsletter, #feedback, .footer { background-size: auto !important; background-size: auto !important; background-position: bottom left; background-attachment: scroll !important;}

  .list-inline img { max-width: 35%; }
  
    .navigation .container { padding:0; z-index: 100}
    .navigation-brand { float: none; margin-right: 0 !important; }
    .navigation-brand .brand-logo { padding: 0; margin-left:15px; float: left; }
    .navigation-header .navigation-brand { margin:0px 0px 0px 0px; }
    
    .navigation-bar > li,
    .navigation-bar > li a { display: block; }
    .navigation-navbar { overflow: hidden; height: 0; display: block; background: #ffffff; text-align: center; }
    .navigation-navbar.open { height: auto; margin-left: -15px; margin-right: -15px; padding: 10px 0; border-top:3px solid #FF661B; }
    .navigation-brand:after { content: ''; clear: both; }
    .navigation-bar-left, .navigation-bar-right { float: none;}
    .navigation-header .navigation-bar > li,
    .navigation-header .navigation-bar > li.featured { padding: 5px 15px; }
    .navigation-header .navigation-bar > li.featured > a, 
    .navigation-header .navigation-bar > li.login > a { padding: 0px 25px; }
    .navigation-header .navigation-bar > li.featured > a:Hover { border-bottom: 1px solid #FF661B; }
    .navigation-header .navigation-bar > li > a { padding: 0px; z-index:999; display: block; position:relative; height: 30px; line-height: 30px;}
    .navigation-header .navigation-bar > li > a:Hover, 
    .navigation-header .navigation-bar > li.active > a {/* color: #FF661B;*/ border-bottom: 2px solid transparent; }
    .navigation-bar-left li:first-child:after {content: "";}
    
  .nav-tabs .btn { margin:0px 10px 25px 0px; }

  .creaditcardinfo {
    width: 100%;
    top: 0px;
  }
  .creditcard div {
    padding: 0px 0px 30px 0px;
  }
  .creaditcardinfo p {
    width: 100%;
  }
  .creditcard .col-sm-9, .creditcard .col-sm-9{
    margin-right: 0px;
    margin-left: 0px;
  }
  .benefits .col-sm-4, .products .col-xs-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-pills>li>a {
    padding: 15px 0px;
  }
  .tab-content {
    border: none;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 2px dashed;
  }
  .footer .container>.container p {
    font-size: 18px;
    padding-top: 0px;
    margin-bottom: 0px;
  }
  .footer .footer-content .col-sm-2 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .footer div {
    font-size: 12px;
    line-height: 18px;
  }
  .footer .footer-title {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 700;
  }
  .footer .mainFooter .logoFooter {
    width: 20%;
    top: -10px;
  }
  .footer .mainFooter .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
    
  .footer-content > div { margin-bottom: 30px; }
  .footer-content > div:last-child { margin-bottom: 0; }
  
/*  .footer .footer-title { text-align:left; }
  .footer .list-inline { text-align:left; }*/
}

/* Mobile device 540px */
@media (max-width: 540px) {
  .revo #main-slider .list-inline { display: none !important; }
  .static-header, #newsletter, #feedback, .footer { background-size: auto !important; background-size: auto !important; background-position: top center; background-attachment: scroll !important;}
}

@media (max-width: 480px) {
  .section { padding: 35px 0; }
  .revo #main-slider .rev-big, .revo #main-slider .rev-normal { display: none; }
  .static-header, #newsletter, #feedback, .footer { background-size: auto !important; background-size: auto !important; background-position: top center; background-attachment: scroll !important;}

  #landing-page .static-header { min-height: 570px; }
  #color-landing-page .static-header { min-height: 570px; }
  .video-version .text-heading { padding-top: 35%; } 
  #register-page .text-heading { padding-top: 65px; }
  .text-heading { padding-top: 85px; }
  .text-heading h1 { font-size: 35px; }
  .text-heading .btn { margin-bottom: 10px; }
  
  .plain-version .text-heading { padding-top: 30%; }
  
  #about { padding: 40px 0px 0px 0px; }
  .alt.nav-tabs > li > a { padding: 15px 12px; }
  .alt.tab-content .tab-pane { padding-bottom: 15px; }
  .alt.tab-content .tab-pane .btn { margin-top: 0px; }
    .countdown .stat { font-size: 40px; line-height: 40px; }
    .countdown .stat-info { font-size: 12px; }
    .countdown .counter:after { top: 45px; }
  .tab-content .btn { margin:0px 0px 15px 0px; }
  
  .logos li { display:inline; padding:10px !important; }
  
  .section-content article { text-align: center; }

  #featuredTab li.active > a .tab-info { -webkit-border-radius: 0px; -moz-border-radius: 0; border-radius: 0; }
  #featuredTab li > a .tab-info .tab-title { font-size: 15px; }
  #featuredTab li > a .tab-info .tab-desc { font-size:14px;  }
  #features { margin-bottom: 0px; }
  
  /* Testimonials slider */
  .flexslider { margin-bottom:30px; }
  .flexslider ul, ol { list-style:none; padding: 0; }
  .flex-manual .wrap { padding: 0px; }
  .flex-manual .switch { padding: 15px 0px; margin: 0px 0px 0px 30px; }
  .flex-manual .switch { opacity:0.75; height:75px; text-align:left; }
  .flex-active > .img-circle{ border-color:#fff; }
  .flex-manual .switch.flex-active, .flex-manual .switch:hover { opacity:1; cursor: pointer; cursor: hand; }
  .flex-manual .switch.flex-active .highlight, .flex-manual .switch:hover .highlight { opacity:1; cursor: pointer; cursor: hand;  color:#1ac6ff; }
  .flex-manual .switch.flex-active  p, .flex-manual .switch:hover p { opacity:1; cursor: pointer; cursor: hand;  color:#525252; }

  .flex-manual, .flex-manual  .switch { height:120px; }
  .flex-manual  { margin-top: 15px; border-bottom:1px solid #E9E9E9; }

  .switch.flex-active { border-bottom:1px solid #1ac6ff; }
  .switch p, .switch .highlight { color:#dbdbdb; }
  .switch p { padding: 12px 0px 0px 80px; font-size:12pt; }
  .switch img { line-height:70px; vertical-align:middle; }
  .flex-manual .switch.flex-active .name { color: #1ac6ff; }


  .flex-manual .switch { margin: 0px 0px 0px 0px; }
  blockquote { padding:  0px 35px;  font-size: 14px; line-height: 25px;}
  #subscribe input { margin-right: 0px; }
  
  #team .member { padding-bottom: 50px; }
  #team .thumb-wrapper .socials { top: 150%; padding:0; opacity:1; }
  #team .thumb-wrapper .socials a { margin: 0px 5px; font-size: 17px; color:#FF661B; }
  #team .h7 { margin-top: 7px; }
  
  .form .form-group { margin-bottom: 15px; }
  .long-block { padding-top: 10px; padding-bottom: 35px; }
  .long-block .btn-default, .long-block input { margin-top: 20px; }
  #response { margin-left: 22%; margin-top:5px;  font-size: 80%; }
  #guarantee p { margin-top: 7px; }
  .footer .footer-title { text-align:left; }
  .footer .list-inline { text-align:left; }
  .social-wrap{ display:block; height: 140px; }
  .social-wrap > ul { float:left; }
  .social-wrap:after { clear:both; }
  
  .flex-manual { border-bottom: 0px solid #E9E9E9; }
  .flex-manual, .flex-manual .switch { height: 100px; }
  
  .form-register-small .submit-wrap { text-align:center; margin-top:15px;}
  .form-register-small { padding: 15px 10px; display: block; margin-top: 30px; }
  .form-register-small .form-group { margin-left:0; margin-right:0; }
  .footer .footer-content { padding: 35px 0 15px; }
  
}

/* Mobile device 340px */
@media (max-width: 340px) {
  .navigation-brand .brand-logo { 
    -webkit-transform : scale(0.8);
    -moz-transform    : scale(0.8);
    -ms-transform     : scale(0.8);
    transform         : scale(0.8); 
    margin-left: -10px;  
  }
  .nav-tabs .btn { margin:0px 10px 25px 0px; }
}

/* Tablet device Landscape 1024px and 768px */
@media (max-width: 1024px) and (min-width: 768px) {
  p { font-size:14px; line-height:25px; }
    .navigation-header .navigation-brand { margin-right: 0; width: 100%; float: none; margin-bottom: -10px; margin-top:0;}
    .navigation-header .navigation-brand, .fixmenu .navigation-brand { display:none !important; }
    .navigation-header .navigation-bar > li { padding: 15px 5px; }
    
  
    #landing-page .plain-version.static-header { min-height: 460px; }
  #color-landing-page .static-header { min-height: 770px; }
  .video-version .text-heading { padding-top: 20%; }
  .text-heading { padding-top: 95px; }
  
    .wrapper { width: 90%; }
  .static-header, #newsletter, #feedback, .footer { background-size: auto !important; background-size: auto !important; background-position: top center; background-attachment: scroll !important;}
    .list-inline img { max-width: 90%; }
  
  #clients ul.list-inline li { padding-left: 15px; padding-right: 15px; }
  
    #sc-gallery .wrapper { width: 100%; }
    #sc-skillbar .wrapper,
    #sc-table .wrapper,
    #sc-form .wrapper { width: 60%; }
    #sc-countdown .wrapper { width: 80%; }
    
  .register-version .signup-wrapper { max-width:750px; margin:0 auto; padding-left: 15px; padding-right: 15px; }
  .register-version .form-register-small { padding: 15px 15px;}
  .register-version#hero .btn-primary, .register-version .submit-wrap { width:100%; }
  .register-version .submit-wrap { width:100%; margin-top: 7px; }
  .register-version .signup-wrapper { text-align:left; }
  .register-version .signup-wrapper #fullname { width: 273px; }
  .register-version .signup-wrapper .password-wrapper { margin-right:0; }
  .register-version .signup-wrapper .password-wrapper .form-control { width: 177px; }
  
    .social-icons { margin-left: 25px; }
    .social-icons li { width: 15%; }
    
    .long-block { text-align: center; padding-top: 10px; padding-bottom: 35px;}
  .long-block, .long-block article { text-align: center; }
    .long-block .icon { top:0; margin-bottom: 20px; margin-right: 0; display: block; }
    .long-block .pull-left { float: none !important; }
    .long-block .btn.btn-default { margin-left: auto; margin-right: auto; }
    
  .alt.tab-content .tab-pane { padding-bottom: 20px; }
  
    #landing-page .static-header h1 { font-size: 48px; }
    #landing-page .static-header { min-height: 775px; }
    .static-header .video-container { max-width: 442px; }
    
    #featuredTab { margin-top: 0; }
    #featuredTab li { display: inline-block; width: 33%; border-bottom: 1px solid #d0d0d0; margin-bottom: 20px; }
    #featuredTab li.active { margin-top: 0; padding-bottom: 0; }
    #featuredTab li > a:after,
    #featuredTab li a .tab-info:after, 
    #featuredTab li a .tab-icon:after
       #featuredTab li.active > a:after { display: none; }
    #featuredTab li > a .tab-info { width: 100%; }
  #featuredTab li.active > a .tab-info { -webkit-border-radius: 0px; -moz-border-radius: 0; border-radius: 0; }
    #featuredTab li > a .tab-icon { display: none; }
    #featuredTab .tab-content { padding: 0; border: none; z-index: 1; }
    #featuredTab .tab-content .tab-pane { text-align: center; }

  .package-column .package-detail { height: 400px; }    
  .package-column .package-price .price { font-size:80px; }
  .switch p { padding: 0px 0px 0px 80px; font-size: 10pt; }

  #team .thumb-wrapper .socials { top: 145%; padding:0; opacity:1; }
  #team .thumb-wrapper .socials a { margin: 0px 10px; font-size: 20px; color:#FF661B; }
  #team .thumb-wrapper .overlay { background: transparent; }
  
  #response { margin-left: 40%; }
  
  #guarantee h2, #guarantee p { text-align: center; }

}

/* Tablet device Portrait 1024px and 768px */
@media (max-width: 1024px) and (orientation:portrait) {

  p { font-size:14px; line-height:25px;}
  .btn { padding: 15px 35px; }
  #team .thumb-wrapper .socials { top: 152%; }
  .footer .list-inline li .icon { font-size: 35px; }
  .register-version .signup-wrapper { padding-left: 0px; padding-right: 0px; }
  
}

@media (max-width: 1024px) {

  .static-header, #newsletter, #feedback, .footer { background-size: auto !important; background-size: auto !important; background-position: top center; background-attachment: scroll !important;}
}

/* Desktop medium screen 992px and 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .package-column .package-detail { height: 425px; }
  .long-block, .long-block article { text-align: center; }
  .long-block .pull-left { float: none !important; }
  .long-block .icon { top: 0; margin-bottom: 20px; margin-right: 0; display: block; }
  .navigation-header .navigation-brand { margin-right: 30px; }
  
      .navigation-header .navigation-bar > li { padding: 16px 10px; }
}
