
/* ==========================================================================
   Global styles
   ========================================================================== */
   h1, h2, h3, h4, h5, h6, p, .btn, .navbar-nav a, .form-control, .list-inline, small, #pricing {
    font-family: 'Montserrat', sans-serif;
  }

  p, .lead {
   font-family: 'Raleway', sans-serif;
 }

 h1 {
  font-size: 55px;
  line-height: 55px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  line-height: 40px;
  etter-spacing: -0.5px;
  color: #ffffff;
  font-weight: 700;
}

h3 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #231f20;
  font-weight: 700;
}

.lead {
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
}

p {
  font-size: 17px;
  line-height: 22px;
  color: #929496;
  font-weight: 400;
}

/*------------------Utilities---------------------*/
a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  /*  color: #231f20;*/
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  transform:scale(1.25);
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -10%;
}

::selection {
	background: #231f20; /* Safari */
	color: #FFFFFF;
}
::-moz-selection {
	background: #231f20; /* Firefox */
	color: #FFFFFF;
}


/*------------------Buttons---------------------*/
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  border: 1px;
  background-color: transparent;
  border-style: solid;
  border-color: white;
  border-radius: 4px;
  text-transform: uppercase;
}

.btn.btn-primary:hover {
  background-color: #017fb5;
}

.btn-lg {
  font-size: 13px;
  line-height: 1.33;
  padding: 22px 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-sm {
  font-size: 11px;
  line-height: 1.33;
  padding: 10px 18px;
  font-weight: 400;
}

.btn-wide {
  width: 100%;
  font-size: 13px;
  line-height: 1.33;
  padding: 18px 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-primary {
  background-color: transparent;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #017fb5;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-secondary {
  background-color: #ffffff;
  color: #231f20;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background-color: #ededed;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}




/*-----------------Margins------------------*/
.margin-0 {
  margin-bottom: 0 !important;
}
.margin-10 {
  margin-bottom: 10px !important;
}
.margin-15 {
  margin-bottom: 15px !important;
}
.margin-20 {
  margin-bottom: 20px !important;
}
.margin-30 {
  margin-bottom: 30px !important;
}
.margin-40 {
  margin-bottom: 40px !important;
}
.margin-50 {
  margin-bottom: 50px !important;
}
.margin-60 {
  margin-bottom: 60px !important;
}
.margin-70 {
  margin-bottom: 70px !important;
}
.margin-80 {
  margin-bottom: 80px !important;
}
.margin-90 {
  margin-bottom: 90px !important;
}
.margin-100 {
  margin-bottom: 100px !important;
}


/*-----------------Colors------------------*/

.black {
  color: #231f20;
}

.blue {
  color: #70cbce;
}

.white {
  color: #ffffff;
}

.black-bg {
  background: #231f20;
}

.blue-bg {
  background: #70cbce;
}

.white-bg {
  background: #ffffff;
}

.purple-bg {
	background: #6d3f96;
}



/* ==========================================================================
   Nav Styles
   ========================================================================== */

   .navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: #028fcc;
    margin: auto;
    min-height: 60px;
    padding-top: 8px;
    position: fixed;
    top: -60px;
    transition: top 0.4s ease 0s;
  }

  .navbar.open {
    top: 0;
  }

  .navbar-inverse .navbar-nav > li > a, .navbar-nav a {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
  }

  .navbar-inverse .navbar-nav > li > a:hover {
    color: #ffffff;
    opacity: 0.6;
  }

  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
  }

  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #4ec3cd;
  }

  .navbar-inverse .navbar-toggle {
    border-color: transparent;
  }

  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: transparent; !important;
  }

  .logo img {
   margin-top: -6px;
   height: 50px;
   width: 50px;
   padding: 5px;

 }



/* ==========================================================================
   Main styles
   ========================================================================== */
   header {
    background: url(../images/header-bg.jpg) no-repeat center center;
    width: 100%;
    padding: 8px 0px 60px 10px;
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }

  .header-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: 0px;
    margin-bottom: 12%;
  }

  .signin {
    padding-top: 9px;
  }


  .mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    display: block;
    height: 50px;
    margin: -100px auto 50px;
    position: relative;
    width: 30px;
    z-index: 10;
  }
  .mouse-icon .scroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
  }
  .mouse-icon .scroll {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 4px;
  }
  @keyframes scrolling {
    0% {
      opacity: 0;
      top: 5px;
    }
    30% {
      opacity: 1;
      top: 10px;
    }
    100% {
      opacity: 0;
      top: 25px;
    }
  }

  .pad-xl {
   padding: 200px 0px;
 }

 .pad-lg {
   padding: 160px 0px;
 }

 .pad-sm {
   padding: 80px 0px;
 }

 .pad-xs {
   padding: 30px 0px;
 }



 #be-the-first {
  background: url(../img/be-the-first-bg.jpg) #231f20 no-repeat center center fixed;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

hr.line {
	width: 100%;
	border: 2px solid;
}

.purple {
	border-color: #6d3f96;
	color: #6d3f96;
}

.blue {
	border-color: #70cbce;
	color: #70cbce
}

.yellow {
	border-color: #fdc05d;
	color: #fdc05d;
}

.iphone {
  position: relative;
  height: 200px;
}

.iphone img {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 440px;
}


#invite {
  background: #f2f2f2;
}

.news-container {
  padding: 10px 0px 20px;
  border-bottom: 1px dotted #d9d9d9;
}

.news-img {
  padding-right: 20px;
}

footer {
  background: #ffffff;
  padding: 10px 0px;
}

.footer-some-pages{
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;  
  z-index: 1000
}

.common-footer{
  background: none 0 0 repeat scroll #363636; 
  height: 110px;   
}

@media (max-device-width: 768px) { 
  .common-footer {
    height: 100px !important;
  }
}

.section-footer{
  padding-bottom: 150px !important;
}

.section-width{
  width: 80% !important;
}

.social li a:hover {
  opacity: 0.5;
}

/*---------------Pricing Tables-------------------*/


#pricing {
  background: #70cbce;
}

.pricing-container {
  padding-left: 0px;
  padding-right: 0px;
}

.pricing-table {
  background: transparent;
  margin-bottom: 50px;
  margin-top: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pricing-table.active {
  box-shadow: 0px 0px 12px rgba(41,46,50,0.6); 
  position: absolute;
  margin: auto;
  z-index: 200;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pricing-table:hover {
  margin-top: -10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.pricing-table li {
  padding-left: 20px;
  padding-right: 20px;
}

.headline {
  background: #231f20;
  color: #FFFFFF;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.price {
  background: none repeat scroll 0 0 #231f20;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 20px;
}


.pricing-table:hover li.price  {
  background: #303236;
  -webkit-transition: all 0.85s ease-in-out;
  -moz-transition: all 0.85s ease-in-out;
  -o-transition: all 0.85s ease-in-out;
  transition: all 0.85s ease-in-out;
}

.price small {
  font-weight: 300;
  color: #929496;
}

.info {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 13px;
  color: #929496;
  background: #ffffff;
}

.features {
  color: #231f20;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #E8EAEA;
  background: #ffffff
}

.features.first {
  border-top: 1px dotted #E8EAEA;
}

.features.last {
  padding-top: 17px;
  padding-bottom: 20px;
}

.features.last a {
	color: #70cbce;
	font-size: 14px;
	letter-spacing: 1px;
}

.pricing-container .btn {
  border-radius: 0;
}

/* ==========================================================================
   Form styles
   ========================================================================== */

   .form-control::-moz-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
  }

  .form-control::-webkit-placeholder, .form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
  }

  .form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
  }

/* ==========================================================================
   Mobile styles
   ========================================================================== */
   /* Landscape phones and down */
   @media (max-width: 480px) { 

    .btn-lg {
      font-size: 12.5px;
      line-height: 1.33;
      padding: 16px 13px;
      letter-spacing: 0px;
    }


    .btn-wide {
      width: 100%;
      font-size: 12.5px;
      line-height: 1.33;
      padding: 16px 13px;
      letter-spacing: 0px;
    }

    #be-the-first { 
      background-attachment: scroll;
    }

  }


  /* Landscape phone to portrait tablet */
  @media (min-width: 481px) and (max-width: 767px) { 

    #be-the-first { 
      background-attachment: scroll;
    }

  }


  /* Portrait tablet to landscape and desktop */
  @media (min-width: 768px) and (max-width: 991px) {

    #be-the-first { 
      background-attachment: scroll;
    }
    
  }



  /* Desktops and laptops ----------- */
  @media (min-width: 992px) and (max-width: 1199px) {

  }
  


  /* Large screens ----------- */
  @media (min-width: 1200px) and (max-width: 3000px) {

  }   

  .header-text{
   color: #ffffff;
   font-size: 20px;
   letter-spacing: 1px;
 }

 .caption .btn-start {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid #6e6d6c;
  border-radius: 4px;
  margin-top: 40px;
}

.caption .btn-start:hover {
  color: #fff
}

.portfolio-box-text {
  padding: 0 15px 20px 15px;
}

.portfolio-box-text h3 {
  cursor: pointer;
  margin-top: 20px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
  color: #5d5d5d;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.portfolio-box-text p {
  line-height: 24px;
  font-style: italic;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #888;
  font-size: 12px;
  background-color: #F4F4F4;
}

.service:hover {
  box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.service {
  margin-top: 40px;
  padding: 15px 15px 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.service .service-icon {
  font-size: 50px;
  line-height: 50px;
  color: #028fcc;
}

.work:hover {
  box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}

.work figure:hover dl {
  opacity: 1;
}

.portfolio-box {
  width: 255px;
  margin: 40px 15px 0 15px;
}

.portfolio-box-container {
  position: relative;
  background: #f8f8f8;
  border-bottom: 2px solid #028fcc;
  height: 300px;
}

.portfolio-box-container {
  position: relative;
  background: #f8f8f8;
  background-color: rgb(248, 248, 248);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
  border-bottom: 2px solid #028fcc;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #028fcc;
}

.portfolio-box-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  padding-top: 7.5px;
  padding-left: 3px;
  background: #1d1d1d;
  background: rgba(0, 0, 0, .7);
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
}

.portfolio-box:hover img {
  opacity: 0.7;
}

img {
  max-width: 100%;
}

.portfolio-box img {
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  -webkit-transition: all .3s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  -ms-transition: all .3s;
  transition: all .3s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.slider {
  padding-left: 5px;
  padding-right: 5px;
}

.flex-caption {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 95%;
  padding: 10px 20px;
  background: #1d1d1d;
  background: rgba(0, 0, 0, .7);
  background-color: rgba(0, 0, 0, 0.7);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
  font-size: 14px;
  line-height: 24px;
  color: #eaeaea;
  text-align: left;
  font-style: italic;
}

.flexslider .slides > li {
  position: relative;
}

.navbar-right li.active a {
  background-color: rgba(0,0,0,.2);
}

section {
  padding: 6em 0 4em 0;
  border-top: solid 2px rgba(210, 215, 217, 0.75);  
}

.section-margin-botoom{ 
  margin-bottom: 150px;
}

@media (max-device-width: 1366){
  .section-margin-botoom{ 
    margin-bottom: 10px;
  }
}

.dropdown-menu{
  left: 0px !important;
  top: 50px !important;
}

.dropdow-menu-item-text-align{
  margin-left: -10px;
}

.features-grid:hover span {
  background: #99e6ff;
  border-color: #FFDCD1;
  border-top-color: rgb(255, 220, 209);
  border-right-color: rgb(255, 220, 209);
  border-bottom-color: rgb(255, 220, 209);
  border-left-color: rgb(255, 220, 209);
}

.features-grid span {
  height: 140px;
  width: 140px;
  display: inline-block;
  background: #F3F3F3;
  border: 5px solid #0099cc;
  border-radius: 30em;
  -webkit-border-radius: 30em;
  -moz-border-radius: 30em;
  -o-border-radius: 30em;
  -ms-border-radius: 30em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.features-grid:hover i {
  color: #FFF;
}
.features-grid span i {
  font-size: 3em;
  color: #0099cc;
  margin-top: 0.8em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

@media screen and (max-width: 1680px) {

  body, input, select, textarea {
    font-size: 13pt;
  }

}

.categories-border{
 border-style: solid;
 border-width: 1px;
 border-color: #028fcc;   
}

.title-sections h2:before, .title-sections h2:after {
  width: 170px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: #000;
  margin: 0 1%;
}

.ft ul {
  margin : 0;
  padding : 0;
  text-align : center;
}
.ft ul li {
  list-style : none outside none;
  padding-right : 10px;
  display : inline;
}
.ft ul li a {
  border : #818181 solid 1px;
  border-radius : 50px;
  display : inline-block;
  margin : 0 auto;
  padding : 7px 11px;
  text-align : center;
}
.ft ul li a i {
  font-size : 15px;
  transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s
}
.ft ul li a i:hover {
  color : #00AFF0;transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s
}
.ft ul li .fa-facebook {
  padding : 3px;
}

.copy_right li {
  margin-left: -40px !important;
  font-size: 14px;
  font-weight: 600;
  list-style: none outside none;
  padding: 2px;
  text-align: center;
  color: #818181;
  text-transform: uppercase;
}

#contact-form {
  padding-top: 70px;
  padding-bottom: 35px;
}
#contact-form .block form .form-group {
  padding-bottom: 15px;
  margin: 0px;
}
/*#contact-form .block form .form-group .form-control {
  background: #F6F8FA;
  height: 60px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
  }*/
  #contact-form .block form .form-group-2 {
    padding-bottom: 15px;
    margin: 0px;
  }
  #contact-form .block form .form-group-2 textarea {
    height: 135px;
    width: 100%;
  }
  #contact-form .block button {
    width: 100%;
    height: 60px;
    background: #027db3;
    border: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
  }

  #contact-form .block button:hover {
    background-color: #028fcc;
    color: #fff;
    border-color: #f39c12;
  } 

  #contact-form .block button:hover,  #contact-form .block button:focus, #contact-form .block button:visited{
    transition: all 1s;
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
    transition-delay: 0s;
  }   
/*
  wrapper-contact Start 
  --*/
  .address-block li {
    margin-bottom: 20px;
  }
  .address-block li i {
    margin-right: 15px;
    font-size: 20px;
    width: 20px;
  }
  .social-icons {
    text-align: left;
    margin-top: 40px;
  }
  .social-icons li {
    display: inline-block;
    margin: 0 6px;
  }
  .social-icons a {
    display: inline-block;
  }
  .social-icons i {
    color: #2C2C2C;
    margin-right: 25px;
    font-size: 25px;
  }
  .google-map {
    position: relative;
  }
  .google-map #map {
    width: 100%;
    height: 300px;
    background-color: #ff432e;
  }
  #contact-box {
    padding-top: 35px;
    padding-bottom: 58px;
  }
  #contact-box .block img {
    width: 100%;
  }
  #contact-box .block h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 28px;
    padding-bottom: 30px;
  }
  #contact-box .block p {
    color: #5C5C5C;
    display: block;
  }

  .block ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

/*--
  features-contact Start 
  --*/
  #features-contact {
    padding-top: 50px;
    padding-bottom: 75px;
  }
  #features-contact .block ul li {
    width: 19%;
    text-align: center;
    display: inline-block;
    padding: 40px 0px;
  }

  .form-control-contact {

    height: 50px;
  }

  .more-icon {
    height: 50px;
    margin: -100px auto 50px;
    position: relative;
    width: 30px;
    z-index: 10;
  }

  input[type="button"], input[type="submit"], input[type="reset"], .button, button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: #98c593;
    border: 0;
    border-radius: 3.5em;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    height: 3.5em;
    line-height: 3.5em;
    outline: 0;
    padding: 0 2em 0 2em;
    position: relative;
    text-align: center;
    text-decoration: none;
  }

  input.style2[type="button"], input.style2[type="submit"], input.style2[type="reset"], .button.style2, button.style2 {
    background-color: transparent;
    border: solid 2px #e5e6e7;
    color: inherit;
    position: absolute !important;
    left: 0px !important;
  }

  input.down[type="button"], input.down[type="submit"], input.down[type="reset"], .button.down, button.down {
    width: 5em;
    height: 5em;
    line-height: 4.5em;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -10em;
    overflow: hidden;
  }

  .button.style2.down {
    background-image: url("images/dark-arrow.svg");
  }

  .button.style2.down.dark {
    background-image: url("images/arrow.svg");
  }

  .button.style2:hover {
    background-color: rgba(255, 255, 255, 0.125);
  }
  .button.style2.first {
    border-color: #ffffff;
  }

  .button.style2.others {
    border-color: #C9C5C5;
  }

  .navbar-toggle{
    margin-top: -5px !important;
    margin-bottom: 0px !important;
    height: 50px !important;
  } 

  .figure-with-icon{
    width: calc(100% / 3 - 110px) !important;
    float: left;
    height: auto;
    line-height: auto;
    position: relative;
    padding: 0 !important;
    margin: 40px 10px 100px 10px !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
    background-color: #FFF;      
  }

  .figure-with-icon .service-icon{
    margin-top: 20px !important;
  }

  .decreased figure {
    width: calc(100% / 4 - 180px) !important;
  }

  .decreased-interfaces figure {
    width: calc(100% / 4 - 250px) !important;
  }     

  @media (max-device-width: 1366px) { 
    .decreased-interfaces figure {
      width: calc(100% / 4 - 150px) !important;
      margin: 7px !important;
    }  

    .decreased figure {
      width: calc(100% / 4 - 55px) !important;
      margin: 7px !important;
    }
  }

  @media (min-device-width: 1367px) and (max-device-width: 1440px) { 
    .decreased-interfaces figure {
      width: calc(100% / 4 - 180px) !important;
    } 

    .decreased figure {
      width: calc(100% / 4 - 130px) !important;
    }
  }

   @media (min-device-width: 1441px) and (max-device-width: 1680px) { 
    .decreased-interfaces figure {
      width: calc(100% / 4 - 215px) !important;
    } 

    .decreased figure {
      width: calc(100% / 4 - 160px) !important;
    }
  } 

  @media only screen and (min-device-width:768px) and (max-device-width:1152px) {
    .decreased-interfaces figure {
      width: calc(100% / 4 - 60px) !important;
      margin: 7px !important;
    }  

    .decreased figure {
      width: calc(100% / 4 - 0px) !important;
      margin: 7px !important;
    }
  }

  .disable-zoom a:hover, a:focus {
    transform: scale(1.0);
  }

  a.big-link-1 {
    display: inline-block;
    padding: 5px 22px;
    background: #028fcc;
    color: #fff;
    font-style: italic;
    text-decoration: none;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
  }

  #carousel span {
    background-color: #000;
    color: #fff;
    font-size: 0.8em;
    font-family: sans-serif;
    position: relative;
    padding: 5px;
    width: 100%;
    bottom: 0;
    z-index: 99;
    display: block;
    opacity: 0.7;
  }

  .image-link {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
  }

  /* This block of CSS adds opacity transition to background */
  .mfp-with-zoom .mfp-container,
  .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
  }

  .mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
  }
  .mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
  }

  .mfp-with-zoom.mfp-removing .mfp-container, 
  .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
  }

  /* padding-bottom and top for image */
  .mfp-no-margins img.mfp-img {
    padding: 0;
  }
  /* position of shadow behind the image */
  .mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* padding for main container */
  .mfp-no-margins .mfp-container {
    padding: 0;
  }

  /* aligns caption to center */
  .mfp-title {
    text-align: center;
    padding: 6px 0;
  }
  .image-source-link {
    color: #DDD;
  }

  .header-container{
    width: 100% !important;
  }

  a.title-header:focus, a.title-header:hover  {
   color: white !important;
 }

 a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  z-index: 1000 !important;
  border-width: 1px;
  border-color: black;
  border-style: solid;
}

.list-group-packs{
  width: 150px !important;
}

@media (max-device-width: 1366px){
  .list-group-packs{
    width: 135px !important;
  }
}

section {display:block; overflow:auto;}

.packs{
  width: 80%; 
  padding-bottom: 100px;
}

.packs .items{
  float: none;
  margin: 0 auto;
}

@media (min-device-width: 1441px) {
  .col-xl-6{
    width: 50%;
  }  

  .col-xl-5{
    width: 41.666%;
  }    

  .col-xl-4{
    width: 33.333%;
  }   

  .col-xl-8{
    width: 66,666%;
  }    
}
