
@charset "utf-8";
@import url(buttons/buttons.css);

/******************************************************************************
  General
*******************************************************************************/

* {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 0;
  zoom: 1;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
*:focus {
  outline: none !important;
}
html,
body {
  height: 100%;
  padding-top: 0 !important;
  font-style: 16px;
}
.full-height {
  height: 100%;
}
body {
  font-family: "Open Sans Regular";
  height: 100%;
  line-height: 1.6;
  font-size: 16px;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.loaded {
  overflow-x: inherit;
}
.page-box {
  height: auto !important;
  height: 100%;
}
.page-box-content {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-user-drag: none;
  -moz-user-drag: none;
}
svg image {
  display: none;
}

/* Text */
a {
  color: #2e5481;
}
a:visited {
  color: #7996b7;
}
a:active {
  color: #000;
}
a:hover {
  text-decoration: none;
}
a.no-border,
.no-border a {
  color: #7f7f7f;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
a.no-border:hover,
.no-border a:hover {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
.white a.no-border,
.white .no-border a {
  color: #fff;
  color: rgba(255,255,255,.8);
}
.white  a.no-border:hover,
.white  .no-border a:hover {
  color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: lighter;
  line-height: 1.3;
  font-family: "Open Sans Light";
  margin: 0 0 22px;
  text-rendering: optimizelegibility;
}
.light {
  font-weight: normal;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 40px;
  margin-bottom: 0px;
}
h3 {
    font-size: 32px;   
    font-weight: lighter;
    line-height: 1.3;
    font-family: "Open Sans Light";
    margin: 0 0 22px;
    text-rendering: optimizelegibility;
}
h4 {
  font-size: 26px;
}
h5 {
    font-weight: bold;
    line-height: 1.3;
    font-family: "Open Sans Light"; 
    margin: 0 0 22px;
    text-rendering: optimizelegibility;
}
h6 {
  font-size: 16px;
}
p {
  margin-bottom: 22px;
}
p:last-child {
  margin-bottom: 0;
}
address {
  font-size: 13px;
}
.white,
.icon.white {
  color: #fff;
}

ul,
ol {
  padding: 0 0 0 20px;
  margin: 0;
}
.text-small {
  font-size: 12px;
  line-height: 18px;
}
.lead {
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 24px;
}

.btn.dropdown-toggle,
.btn.dropdown-toggle:hover,
.btn.dropdown-toggle:focus {
  outline: none;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.close,
.close:visited {
  float: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  color: #7f7f7f;
  position: relative;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  vertical-align: top;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
.close:hover,
.close:focus {
  color: #1e1e1e;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
.close span {
  display: inline-block;
  font-size: 12px;
  font-family: Arial;
  line-height: 12px;
  margin-top: 2px;
  vertical-align: top;
}
.video-wrapper iframe {
  border: 20px solid #E3E3E3;
}
.map-box iframe {
  border: 0 none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}
.map-box img {
  max-width: inherit;
}
.map-canvas {
  height: 400px;
}
.map-canvas * {
  border: 0 none;
}
.map-content {
  width: 200px;
}
.map-content .title {
  font-size: 16px;
  margin-bottom: 10px;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 45px;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -46%;
  width: 92%;
  height: 92%;
}

/* IMG */
.alignnone {
  margin: 0 0 25px;
}
.aligncenter {
  clear: both;
  margin: 0 auto 25px;
  text-align: center;
}
.alignleft {
  float: left;
  margin: 0 25px 25px 0;
}
.alignright {
  float: right;
  margin: 0 0 25px 25px;
}
.fancybox-wrap {
    -webkit-overflow-scrolling: touch;
}

/* Video */
embed,
iframe,
object,
video,
audio {
  max-width: 100%;
}

.video-box {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
  box-shadow: 0 1px 2px rgba(0,0,0,.4);
  height: 0;
  margin-bottom: 22px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.video-box embed,
.video-box iframe,
.video-box object,
.video-box video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
video{
  overflow: hidden !important;
  -ms-overflow-style: none;
}
.video-box.html5 {
  height: auto;
  padding: 0;
}

/* Nav Bar */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #7b7b7b;
  text-shadow: none;
}

/* Drop Down */
.dropdown-backdrop {
  position: static;
}
.btn-group .dropdown-toggle,
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  min-width: 156px;
  padding: 0;
  z-index: 800;
}
.open > .dropdown-menu {
  -webkit-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s;
}


/* Button */
.btn,
.btn:visited {
  background: none;
  border: 3px solid #127ffd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase;
  line-height: 180%;
  outline: none;
  padding: 5px 35px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  text-shadow: none;
  filter: none;
  -webkit-transition:
    background .2s linear,
    color .2s linear !important;
  transition:
    background .2s linear,
    color .2s linear !important;
  white-space: normal;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background: #127ffd;
  border: 3px solid #127ffd;
  color: #fff;
  outline: none;
  -webkit-transition:
    background .2s linear,
    color .2s linear;
  transition:
    background .2s linear,
    color .2s linear;
}
.btn:active,
.btn.active,
.btn-group.open .btn.dropdown-toggle {
  background: #1e1e1e;
  background-color: rgba(30,30,30,.75);
  -webkit-box-shadow: inset 0px 5px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: inset 0px 5px 0px rgba(0,0,0,0.12);
  box-shadow: inset 0px 5px 0px rgba(0,0,0,0.12);
  outline: none;
}
.btn-group.open .btn.dropdown-toggle {
  background: #1e1e1e;
  background-color: rgba(30,30,30,.75);
  -webkit-box-shadow: inset 0px 5px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: inset 0px 5px 0px rgba(0,0,0,0.12);
  box-shadow: inset 0px 5px 0px rgba(0,0,0,0.12);
}
.btn.btn-primary,
.btn.btn-primary:visited {
  background: #E3E3E3;
  color: #555555;
}
.btn.btn-primary:hover svg path{
  stroke: #fff;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary.disabled,
.btn.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0f99d6;
}
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn-group.open .btn.dropdown-toggle.btn-primary {
  background-color: #048ce2;
}

.btn.btn-info:active,
.btn.btn-info.active,
.btn-group.open .btn.dropdown-toggle.btn-info {
  background-color: #02a9e0;
}
.btn.btn-link,
.btn.btn-link:active,
.btn.btn-link[disabled] {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-link,
.btn.btn-link:visited {
  cursor: pointer;
  color: #2e5481;
}
.btn.btn-link:hover,
.btn.btn-link:focus {
  background: none;
  color: #2e5481;
  text-decoration: underline;
}
.btn.btn-link[disabled]:hover,
.btn.btn-link[disabled]:focus {
  opacity: .8;
  filter: alpha(opacity=80);
}
.sbtnf:before,
.sbtnf:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.no-top-padding {
  padding-top: 0 !important;
}

/******************************************************************************
  Top
*******************************************************************************/
#top-box {
  background: #1e1e1e;
  min-height: 30px;
  padding: 5px 0;
  width: 100%;
}
.dropdown-menu > li > a i {
  font-size: 18px;
  margin-right: 10px;
  min-width: 18px;
  vertical-align: middle;
}

/* Menu */
.top-navbar {
  background: none;
  border: 0 none;
  border-radius: 0;
  height: auto;
  margin: 0;
  min-height: 30px;
}
.top-navbar .collapse {
  padding: 0;
}
.top-navbar .nav {
  margin-top: -5px;
  margin-bottom: -5px;
}
.top-navbar .nav > li a {
  font-size: 12px;
  line-height: 22px;
  padding: 9px 15px 9px;
  -webkit-transition:
    background 0.2s linear,
    color 0.2s linear;
  transition:
    background 0.2s linear,
    color 0.2s linear;
}
.top-navbar .nav > li:hover > a,
.top-navbar .nav > li > a:hover {
  background: #efefef;
  color: #7b7b7b;
  -webkit-transition: background 0.2s linear,
    color 0.2s linear;
  transition: background 0.2s linear,
    color 0.2s linear;
}

.animsition{
  -moz-animation-delay: .6s;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.animsition-loading:after{
  color:#aaa;
  content:"Loading....";
font-family:"Open Sans Semibold";
}
/******************************************************************************
  Header
*******************************************************************************/
.header {
  min-height: 75px;
  padding: 2px 0;
  width: 100%;
}
.header .container {
  position: relative;
}
.header .logo-box {
  display: table;
  table-layout: fixed;
}
.header .logo {
  display: table-cell;
  height: 62px;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}
.header .logo a {
  display: inline-block;
  max-width: 100%;
}
.header .logo svg, .header .logo .logo-img {
  max-width: 100%;
  width: 153px;
  height: 31px;
  margin-top: 17px;
}
.header .logo svg .st5{
  fill: #fff;
}
body.fixed .header .logo svg .st5{
  fill: #00003C;
}
.header .logo svg .st7{
  fill: #FFFFFF;
}
.header .site-description {
  color: #bbb;
  font-size: 9px;
  line-height: 1.3;
}
#map_canvas {
  width: 100%;
  height: 320px;
}
.fixed-header {
  margin-top: 0;
  padding-top: 104px;
}
.fixed-header .header {
  left: 0;
  margin: 0;
  position: fixed;
  top: 0;
  z-index: 870;
  -webkit-transition:
    background 0.2s linear,
    margin-top 0.2s linear;
  transition:
    background 0.2s linear,
    margin-top 0.2s linear;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.fixed-header.background-opacity .header {
  background: #fff;
  -webkit-transition: background .5s linear;
  transition: background .5s linear;
}
.fixed-header.hidden-top.visible-top .header,
.fixed-header.fixed .header {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
  box-shadow: 0 0 5px rgba(0,0,0,.15);
}
.header .right-box {
  display: table;
}
.header .right-box-wrapper {
  display: table-cell;
  vertical-align: middle;
  float:right;
  padding-top: 11px;
}
/* Primary Menu */
.header .primary {
  float: left;
  z-index: 900;
}
.header .primary .navbar {
  background: none;
  border: 0 none;
  margin: 0;
  min-height: 44px;
}
.header .primary .navbar .navbar-collapse {
  padding: 0;
  position: relative;
}
.header .primary .navbar .nav {
  margin: 0;
  position: relative;
}
.header .primary .navbar .nav > li {
  padding: 3px 4px 0;
  position: relative;
}
.header .primary .navbar .nav > li > a,
.header .primary .navbar .nav > li > a:visited {
  background: none;
  border: 1px solid #fff;
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  padding: 11px 14px 11px 14px;
  position: static;
  text-shadow: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 901;
font-family:"Open Sans Semibold";

}
body.fixed .header .primary .navbar .nav > li > a,
body.fixed .header .primary .navbar .nav > li > a:visited {
  color: #111;
}
.header .primary .navbar .nav > li a.active{
font-family:"Open Sans Semibold";
  color: #0f99d6;
}
.header .primary .navbar .nav > li.parent a{
  padding: 11px 14px;
}
.header .primary .navbar .nav > .selected > a {
  color: #777;
}
.header .primary .navbar .nav a > i {
  margin-right: 2px;
  opacity: .8;
  filter: alpha(opacity=80);
  text-align: center;
  width: 15px;
}
.header .primary .navbar .nav a .item-new {
  background: #0a9bd8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  float: right;
  font-weight: bold;
  line-height: 1;
  margin: 2px 0 0 7px;
  padding: 3px 4px;
}
.header .primary .navbar .nav .megamenu a .item-new {
  float: none;
}
.header .primary .navbar .nav > li:hover > a, .header .primary .navbar .nav > li#active a{
  background: #f0f0f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
font-family:"Open Sans Semibold";
  color: #0f99d6;
}
.header .primary .navbar .nav .parent {
  position: relative;
}
.header .primary .navbar .nav .parent a{
  padding: 11px 25px 11px 14px;
}
nav ul li.language span.login-ico{
  content: " ";
  background: url('../img/svg/login.svg') no-repeat center;
  width: 12px;
  height: 12px;
  display: block;
  background-size: cover;
  position: absolute;
  top: 19px;
  right: 13px;
}
nav ul li.language span.globe{
  content: " ";
  background: url('../img/svg/globe.svg') no-repeat center;
  width: 12px;
  height: 12px;
  display: block;
  background-size: cover;
  position: absolute;
  top: 19px;
  right: 13px;
}
.header .primary .navbar .nav > li.parent:hover > a {
  background: #f0f0f0;
  border-bottom-color: transparent;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.header .primary .navbar .nav > li.parent > a:after {
  background: #f0f0f0;
  bottom: 0;
  content: "";
  display: none;
  height: 12px;
  left: 5px;
  margin: 0 0 -6px 0;
  position: absolute;
  right: 5px;
  z-index: 906;
}
.header .primary .navbar .nav > li.parent:hover > a:after {
  display: block;
}
.header .primary .navbar .nav > li.parent.megamenu:hover > a:after {
  left: 0;
  right: 0;
}
.header .primary .sub {
  background: #f0f0f0;
  -webkit-border-radius: 3px 0px 3px 3px;
  -moz-border-radius: 3px 0px 3px 3px;
  border-radius: 3px 0px 3px 3px;
  display: none;
  font-size: 13px;
  line-height: 24px;
  margin: -1px 0 0;
  width: 218px;
  padding: 2px 8px;
  position: absolute;
  z-index: 905;
  right: 4px;
}
.header .primary .sub li {
  font-size: 13px;
  line-height: 10px;
  text-align: left;
}
.header .primary .parent:hover > .sub {
  display: block;
  -webkit-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s;
}
.header .primary .sub a,
.header .primary .sub a:visited {
  color: #1e1e1e;
  display: block;
  text-decoration: none;
  width: 175px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.header .primary .sub a:hover {
  color: #0f99d6;
}
.header .header-icons {
  float: right;
  text-align: right;
}


/******************************************************************************
  Top Fixed Box
*******************************************************************************/

.member-resources ul li{
  font-size: 20px;
  border-bottom: 2px solid #939597;
  padding: 20px 0 15px 45px;
  position: relative;
}
/*.member-resources ul li:before{
  content: " ";
  background: url('../img/content/forward.png') no-repeat center;
  background-size: cover;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 22px;
  left: 0;
}*/
.member-resources ul li:before {
  content: ">";
  background: #0f99d6;
  border-radius: 50%;
  background-size: cover;
  display: block;
  font-family: "Open Sans Regular";
  color: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 21px;
  font-size: 25px;
  line-height: 33px;
  left: 0;
}
.dark-gradient.member-resources{
  font-family: 'Aktiv Grot W15 Medium';
  padding: 20px 0 45px 0;
  margin-top: 20px;
}
.member-resources ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.slider.rs-slider .map-canvas h3.title{
  font-size: 22px !important;
}
.contact-page{
  padding: 25px 0;
}
#contact-form {
border-right: 1px solid #c6c6c8;
}
#contact-form input.btn {
width: 100px;
padding: 10px 0;
font-size: 20px;
}
#contact-form textarea {
min-height: 150px;
}
#contact-form input, #contact-form textarea {
display: block;
margin: 8px 0;
padding: 10px 0 5px 10px;
width: 90%;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.get-in-touch article {
padding: 0 0 0 35px;
}
.get-in-touch h4:first-child, #contact-form h4:first-child {
margin-top: 0;
}
.get-in-touch h4, #contact-form h4 {
font-size: 23px;
margin-top: 20px;
margin-bottom: 0;
}

/******************************************************************************
  Slider
*******************************************************************************/
.slider {
  background: #f2f2f2;
  padding: 54px 0;
}
.slider > .container {
  position: relative;
}
.slider.load .sliders-box > .col-md-12 + .col-md-12 {
  display: none;
}
div.slider-caption {
  position: absolute;
  top: 360px;
  z-index: 99;
  width: 100%;
  color: #fff;
  padding: 25px 0 0 0;
  font-family: "Aktiv Grot W15 Light";
}
div.slider-caption h1{
  font-size: 34px;
  margin-bottom: 10px;
}
div.slider-caption .title-box {
  font-size: 17px;
  font-family: "Aktiv Grot W15 Medium";
}
div.slider-caption strong{
  font-size: 21px;
  display: block;
  line-height: 1em;
}
.light-gradient{
  background: linear-gradient(#f6f2ee, #fff);
  padding: 35px 0;
}
article{
  position: relative;
}
.white-box{
  padding: 55px 0 95px;
  color: #fff;
  background: #127ffd;
  position: relative;
  font-size: 22px;
}
.white-box:before{
  content: "";
  display: block;
  position: absolute;
  top: -49px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 0 1700px;
  border-color: transparent transparent transparent #127ffd;
}
.white-box .row{
  position: absolute;
  top: -127px;
  z-index: 124;
}
.steps{
}
.steps .container{
  padding: 0 200px;
}
.steps .one .col-sm-6:last-child, .steps .three .col-sm-6:last-child{
  background: #f3f3f3;
}
.steps .two .col-sm-6:first-child{
  background: #f3f3f3;
}
.steps .two .col-sm-6:first{
  background: #f3f3f3;
}
.steps .row img{
  width: 100%;
  max-width: 320px;
  margin-top: 38px;
  padding: 0 80px 0 0;
}
.steps .row.two img{
  padding: 0 0 0 80px;
}
.steps .row.one p, .steps .row.three p{
  padding-left: 80px;
}
.steps .row p{
  font-size: 20px;
  padding: 125px 0;
  max-width: 570px;
  max-height: 314px;
  margin: 0;
}
.steps .row p span:first-child {
  display: block;
  font-size: 73px;
  font-family:"Open Sans Semibold";
  float: left;
  color: #2a66d2;
  margin: -27px 10px 0 0;
}
.why{
  padding: 20px 0;
}

.animate.fadein{
  opacity: 0;
  -moz-transition: all 1.9s linear;
  -webkit-transition: all 1.9s linear;
  -o-transition: all 1.9s linear;
  transition: all 1.9s linear;
  -moz-transform: translate3d(0px, 0, 0px);
  -webkit-transform: translate3d(0px, 0, 0px);
  -o-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  transform: translate3d(0px, 0, 0px);
}
.animate.fade-top{
  opacity: 0;
  -moz-transition: all 1.4s linear;
  -webkit-transition: all 1.4s linear;
  -o-transition: all 1.4s linear;
  transition: all 1.4s linear;
  -moz-transform: translate3d(0px, -80px, 0px);
  -webkit-transform: translate3d(0px, -80px, 0px);
  -o-transform: translate(0px, -80px);
  -ms-transform: translate(0px, -80px);
  transform: translate3d(0px, -80px, 0px);
}
.animate.fade-bottom{
  opacity: 0;
  -moz-transition: all 1.2s ease-out;
  -webkit-transition: all 1.2s ease-out;
  -o-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
  -moz-transform: translate3d(0, 90px, 0px);
  -webkit-transform: translate3d(0, 90px, 0px);
  -o-transform: translate(0, 90px);
  -ms-transform: translate(0, 90px);
  transform: translate3d(0, 90px, 0px);
}

.animate.fade-left main, .animate.fade-left aside, .animate.fade-left{
  opacity: 0;
  -moz-transition: all 1.8s ease-out;
  -webkit-transition: all 1.8s ease-out;
  -o-transition: all 1.8s ease-out;
  transition: all 1.8s ease-out;
  -moz-transform: translate3d(-150px, 0px, 0px);
  -webkit-transform: translate3d(-150px, 0px, 0px);
  -o-transform: translate(-150px, 0px);
  -ms-transform: translate(-150px, 0px);
  transform: translate3d(-150px, 0px, 0px);
}
.animate.fade-right main, .animate.fade-right aside, .animate.fade-right{
  opacity: 0;
  -moz-transition: all 1.8s ease-out;
  -webkit-transition: all 1.8s ease-out;
  -o-transition: all 1.8s ease-out;
  transition: all 1.8s ease-out;
  -moz-transform: translate3d(150px, 0px, 0px);
  -webkit-transform: translate3d(150px, 0px, 0px);
  -o-transform: translate(150px, 0px);
  -ms-transform: translate(150px, 0px);
  transform: translate3d(150px, 0px, 0px);
}
.animate.fade-top.in-view, .animate.fade-bottom.in-view, .animate.fadein.in-view, section.hero.new-phone .animate.fade-top.in-view, .animate.fade-bottom.in-view main, img.animate.fade-bottom.in-view, .animate.fade-bottom.in-view aside, .animate.fade-top.in-view, .animate.fade-bottom.in-view, .animate.fade-left.in-view, .animate.fade-right.in-view, .animate.fade-left.in-view main, .animate.fade-right.in-view main, .animate.fade-left.in-view aside, .animate.fade-right.in-view aside{
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/*.white-box:before {
  content: "";
  display: block;
  position: absolute;
  top: -80px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 2000px 0px 0;
  border-color: transparent #ffffff transparent transparent;
}
.white-box:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 2000px 80px 0;
  border-color: transparent #ffffff transparent transparent;
}*/
.ourproducts{
  padding: 40px 0;
  background: #f9f9f9;
}
.ourproducts figure{
  background: #fff;
  padding: 40px 20px;
  margin-bottom: 20px;
}
.ourproducts figure h4{
  font-size: 18px;
  margin: 8px 0 10px;
}
.ourproducts figure p{
  margin: 0;
  line-height: 130%;
}
.ourproducts figure img{
  margin: 0 auto;
  display: block;
  text-align: center;
}
.templates{
  padding: 90px 0;
  background: #f2f2f2;
  font-size: 22px;
}
.templates img{
  width: 100%;
}
.templates a{
  display: block;
  margin-bottom: 20px;
  padding: 0 8px;
}
.templates .carousel-indicators{
  position: static;
  margin: 0;
  padding: 0;
  width: 100%;
}
.templates .carousel-indicators li{
  width: 43%;
  height: auto; 
  position: relative;
  border: 0;
  border-radius: 0;
  position: relative;
  margin: 0 20px 20px 0;
  text-indent: 0;
}
.templates .carousel-indicators li.active:after, .templates .carousel-indicators li:hover:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: 15px solid #127ffd;
}
.fullbg{
  background: url('../img/business.jpg') no-repeat center center;
  background-size: cover;
  padding: 260px 0;
  color: #fff;
}
.fullbg h3, .templates h3{
  font-size: 50px;
}
.fullbg p{
  font-size: 24px;
}
.para{
  background: #288bfc; /* Old browsers */
  background: -moz-linear-gradient(top, #288bfc 4%, #127ffd 29%, #127ffd 61%, #225ebf 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #288bfc 4%,#127ffd 29%,#127ffd 61%,#225ebf 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #288bfc 4%,#127ffd 29%,#127ffd 61%,#225ebf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#288bfc', endColorstr='#225ebf',GradientType=0 ); /* IE6-9 */
  padding: 170px 0;
  color: #fff;
}
.para h5{
  font-weight: bold;
  font-size: 18px;
  font-family: "Open Sans Semibold";
  margin: 0 0 8px;
  text-rendering: optimizelegibility;
}
.para .col-md-6:first-child{
  padding-top: 50px;
}
.para .features{
  margin-bottom: 50px; 
  position: relative;
  padding-left: 100px;
}
.para .features img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
.para img{
  max-width: 450px;
  width: 100%;
}
.themes{
  background: #f3f3f3;
  padding: 190px 0;
  font-size: 22px;
}
.themes h3, .cta h3{
  font-size: 50px;
}
.themes img{
  width: 100%;
  max-width: 800px;
  margin-left: -170px;
  transform: scale(1.3);
}
.dark-gradient{
  background: #f9f3f0; /* Old browsers */
  background: -moz-linear-gradient(top,  #f9f3f0 0%, #fff 15%, #f6f2ee 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f3f0), color-stop(55%,#f6f2ee), color-stop(100%,#f6f2ee)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f9f3f0 0%,#fff 15%,#f6f2ee 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f9f3f0 0%,#fff 15%,#f6f2ee 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f9f3f0 0%,#fff 15%,#f6f2ee 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f9f3f0 0%,#fff 15%,#f6f2ee 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f3f0', endColorstr='#f6f2ee',GradientType=0 ); /* IE6-9 */
  padding: 35px 0;
}
/******************************************************************************
  Slider Revolution
*******************************************************************************/
.slider.rs-slider.home{
  background: url('../img/hero.jpg') no-repeat center center;
  background-size: cover;
}
.slider.rs-slider {
  border: 0 none;
  overflow: hidden;
  padding: 250px 0;
  position: relative;
}
.slider.rs-slider img{
  width: 100%;
}
.slider.load .tp-banner-container {
  visibility: hidden;
}
.slider.rs-slider .container {
  position: relative;
}
.slider.rs-slider .title {
  color: #fff;
  font-size: 55px;
  font-weight: normal;
  line-height: 100%;
  margin-bottom: 40px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 60px;
  z-index: 1;
}
.fancybox-opened .fancybox-skin{
  background: #fff;
  padding: 0 !important;
}
.blue-box{
  background-color: #0f99d6;
  font-family: 'Aktiv Grot W15 Medium';
}
.vid{
  padding: 21px 0 15px 0;
}
.play-btn{
  position: absolute;
  top: 0;
  left: 15px;
  max-width: 1170px;
  width: 100%;
  height: auto;
  z-index: 999999;
  display: block;
  cursor: pointer;
}
a.play-video{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px 28px 16px 28px;
  border: 0px solid #fff;
  font-family: "Open Sans Regular";
  font-weight: normal;
  line-height: 100%;
  margin-top: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  -moz-border-radius: 6px;
  font-size: 30px;
  display: block;
  background: rgba(255, 255, 255, .2);
  width: 213px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}
a.play-video:hover{
  background: #fff;
  color: #0f99d6;
}
.slider.rs-slider .description {
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  margin: 0;
  padding: 0 15px;
}
.slider.rs-slider .btn {
  color: #fff;
}
.rs-slider ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.login-box{
  background: #fff;
  width: 100%;
  max-width: 440px;
  padding: 20px;
  margin: 200px auto 300px;
  border: 1px solid #B3B3B3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.login-box h1{
  font-size: 32px;
  margin-bottom: 0;
  text-align: left;
}
.login-box input{
  display: block;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.login-box input#inputId, .login-box input#inputPassword{
  padding: 10px 0 10px 10px;
  margin: 17px 0;
  border: 1px solid #B3B3B3;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: auto;
}
 .ng-hide{
  display: none;
  }
  .form-signin input#inputPassword:focus, .form-signin input#inputId:focus {
      z-index: 2;
  }
.login-box button.signin-btn{
  padding: 14px 0;
  font-size: 18px;
  text-transform: uppercase;
  background: #009add;
}
.login-box button.signin-btn:hover{
  background: #0E4D8D;
}
.form-signin a.signup-btn{
  padding: 10px 0;
  font-size: 18px;
  margin-top: 15px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #5cb85c;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.alert-danger {
  font-size: 20px;
}
.alert-danger p{
  margin-bottom: 10px;
}
.alert-danger a{
  padding-bottom: 0px;
  border-bottom: 1px solid #009ADE;
  color: #009ADE;
}
.form-signin a.signup-btn:hover{
  background: #4E9930;
}
/* Social */
.social .sbtnf {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #555555;
  display: block;
  height: 40px;
  float: left;
  line-height: 40px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 40px;
}
.social .sbtnf:hover {
  opacity: 0.8;
  color: #fff;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.sidebar .widget.social .sbtnf {
  margin-bottom: 10px;
}
.cta{
  padding: 260px 0;
  background: url('../img/cta.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
/* Links */
.sidebar .links li {
  line-height: 21px;
}
.sidebar .links a,
.sidebar .links a:visited {
  color: #000000;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
.sidebar .links a:hover {
  color: #000;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
font-family:"Open Sans Semibold";
}

/******************************************************************************
  Home Pages
*******************************************************************************/


/* Services */
.service .icon {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  color: #1e1e1e;
  display: block;
  height: 70px;
  float: left;
  margin: 0 30px 0 0;
  text-align: center;
  text-decoration: none;
  width: 70px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.service .icon:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.service .icon i:before {
  font-size: 30px;
  line-height: 70px;
}
.service .title {
  margin: 2px 0 17px;
}
.service a,
.big-services-box a,
.features-block a {
  color: #1e1e1e;
  display: inline-block;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.service a:hover,
.big-services-box a:hover,
.features-block a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.white .service a {
  color: #fff;
}
.service .text-small {
  overflow: hidden;
}
.main-links{
  padding: 10px 0;
  color: #000;
  font-size: 17px;
}
.main-links h4.title{
  font-size: 22px;
}
.main-links h3{
  margin-bottom: 11px;
}
.main-links a{
  padding: 10px 40px;
  background: #0f99d6;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 4px;
  -moz-border-radius: 4px;
}
.main-links a, .call2action a, .system-requirements a{
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
.main-links a:hover{
  background: #006487;
  color: #fff;
}
.six-icons .big-services-box {
  margin: 6px 0 40px 0;
}
.six-icons .big-services-box.last3 {
  margin: 6px 0 8px 0;
}
.big-services-box {
  margin: 6px 0 0px 0;
}
.big-services-box .col3{
  background: #fff;
  padding: 20px;
  font-size: 15px;
  font-family:"Aktiv Grot W15 Light";
  height: 140px;
  -webkit-box-shadow: -2px 4px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: -2px 4px 5px 0px rgba(0,0,0,0.3);
  box-shadow: -2px 4px 5px 0px rgba(0,0,0,0.3);
}
.big-services-box svg{
  opacity: 1;
}

.big-services-box h4 {
  font-size: 18px;
  margin-bottom: 3px;
}
.member-benefits{
  line-height: 120%;
}
.member-benefits h4{
  font-size: 24px;
  width: 80%;
}
.big-icon,
.big-icon:visited {
  color: #1e1e1e;
  display: block;
  height: 100px;
  margin: 0 auto 20px;
  text-align: center;
  width: 100px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.big-icon i:before {
  font-size: 50px;
  line-height: 100px;
}
a.big-icon:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.big-icon.pull-left {
  margin: 0 20px 20px 0;
}

/******************************************************************************
  Contact Us
*******************************************************************************/
.contact-info {
  margin-top: 30px;
}
.contact-info .title {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 0 22px;
}
.contact-info address {
  margin-top: 5px;
  margin-bottom: 35px;
}
.contact-info hr {
  margin: 0 0 36px;
}
.contact-form .buttons-box {
  margin: 8px 0 0;
}
.map-box {
  position: relative;
}
.map-box .contact-info {
  background: #fff;
  margin: 0;
  padding: 5px 10px;
  position: absolute;
  top: 150px;
  z-index: 1;
}
.map-box .contact-info address {
  margin-bottom: 15px;
}

/******************************************************************************
  Other Pages
*******************************************************************************/

.services .service,
.services .features-block {
  margin-bottom: 40px;
}
.services-box-three-left {
  margin-bottom: 40px;
  padding: 20px;
}
.list-images > .col-md-4 {
  margin-bottom: 30px;
}
.call2action a, .system-requirements a{
  text-transform: uppercase;
  display: block;
  color: #58585B;
  padding: 9px 0;
  width: 220px;
  text-align: center;
  font-size: 23px;
  margin-top: 9px;
  background: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
}
.call2action a:hover{
  background: #0E4D8D;
  color: #fff;
}
.call2action{
  padding: 35px 0;
  line-height: 1em;
  font-size: 32px;
}
.call2action span{
  font-size: 24px;
}
.system-requirements{
  font-size: 23px;
}
.system-requirements .title-box h4{
  font-size: 18px;
  font-family: inherit;
  margin: 0;
  padding: 0
}
.system-requirements a{
  color: #000000;
  background: #DDDDDD;
  width: 165px;
  display: inline-block;
}
.system-requirements a:hover{
  background: #C0C0C0;
}
/******************************************************************************
  Footer
*******************************************************************************/
#footer {
  color: #000000;
  margin: 0;
  overflow-x: hidden;
}
#footer.footer-two {
  margin: -176px 0 0 0;
}
#footer .footer-top {
  background: #f7f4f2;
  font-size: 12px;
  line-height: 21px;
  padding: 30px 0 0px;
}
#footer.footer-two .footer-top {
  padding-bottom: 43px;
}
#footer .sidebar .widget {
  margin-bottom: 30px;
}
#footer .sidebar .widget:nth-child(4n+1) {
  clear: left;
}
#footer .sidebar .widget header,
#footer .sidebar .widget .title-block {
  margin: 0 0 16px;
  padding: 0;
  border-bottom: 1px solid #000000;
}
#footer .sidebar .widget header:before,
#footer .sidebar .widget .title-block:before {
  display: none;
}
#footer .sidebar .widget header .title,
#footer .sidebar .widget .title-block .title {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  text-transform: uppercase;
}
#footer .widget p {
  margin: 0 0 16px;
}
.footer-two .social {
  text-align: center;
}
.footer-two .social .sbtnf {
  display: inline-block;
  float: none;
  margin: 0 3px;
}
#footer .footer-bottom {
  background: #111;
  font-size: 11px;
  color: #fff;
  line-height: 17px;
  padding: 21px 0 20px;
}
#footer .footer-bottom a{
   color: #000000;
}
#footer .phone,
#footer .address,
#footer .copyright {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  position: relative;
}
#footer .footer-icon {
  color: #c6c6c6;
  left: 8px;
  position: absolute;
  top: 10px;
}
#footer .footer-icon:before {
  font-size: 20px;
  line-height: 18px;
  width: auto;
}
#footer .footer-bottom svg{
  width: 38px;
  height: 38px;
}
#footer .footer-bottom .address svg path, #footer .footer-bottom .phone svg path, #footer .footer-bottom .copyright svg path, #footer .footer-bottom .footer-logo a.pull-left svg path{
  fill: #8D8D8D;
}
 #footer .footer-bottom .footer-logo a.pull-left svg rect,  #footer .footer-bottom .footer-logo a.pull-left svg polyline,  #footer .footer-bottom .footer-logo a.pull-left svg line{
  stroke: #8D8D8D;
 }
 #footer .footer-bottom .footer-logo a.pull-left:hover svg rect,  #footer .footer-bottom .footer-logo a.pull-left:hover svg polyline,  #footer .footer-bottom .footer-logo a.pull-left:hover svg line{
  stroke: #0f99d6;
 }
 #footer .footer-bottom .footer-logo a.pull-left:hover svg path{
  fill: #0f99d6;
 }
 #footer .footer-bottom a:hover svg, #footer .visit-a a:hover svg{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -webkit-transform: scale(1.2);

  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
 }
 #footer .visit-a a{
  font-family: "Open Sans Regular";
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
 }
 #footer .visit-a a:hover{
font-family:"Open Sans Semibold";
  background: #0f99d6;
 }
 #footer .visit-a a:hover svg{
  margin-left: 3px;
 }
  #footer .footer-bottom a.pull-right:hover svg{
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transform: scale(1);

  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  transition: all 0s linear;
 }
#footer .footer-bottom .address:hover svg path, #footer .footer-bottom .phone:hover svg path, #footer .footer-bottom .copyright:hover svg path{
  fill: #0f99d6;
}
#footer .footer-bottom .footer-logo svg{
  margin-top: 10px;
}
#footer .footer-bottom .footer-logo svg.last-logo{
  width: 150px;
  height: 48px;
  margin: 0;
}
#footer .up {
  display: block;
  font-weight: bold;
  margin-left: 4px;
  text-align: center;
  text-transform: uppercase;
  width: 34px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.fontawesome-icon-list {
  color: #7f7f7f;
}
.fontawesome-icon-list .fa {
  color: #1e1e1e;
  width: 22px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
