@charset "utf-8";

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}



*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}



@media (min-width:1120px) {
.hidden-lg-only {
	display: none!important
}
#chat_support{
		display:block;
		float:right;
	}
	#chat_support img{
		width:110px;
	}
}

@media (max-width:319px) {
.hidden-3xs {
	display: none!important
}
.visible-3xs {
	display: block!important
}
.center-text-3xs {
	text-align: center!important
}
.center-text-3xs.row-block {
	float: text-align-left
}
.center-text-3xs.pull-right {
	float: none!important
}
#chat_support{
		display:block;
		float:right;
		top:150px;
	}
}

@media (max-width:479px) {
.hidden-2xs {
	display: none!important
}
.visible-2xs {
	display: block!important
}
.center-text-2xs {
	text-align: center!important
}
.center-text-2xs.row-block {
	float: text-align-left
}
.center-text-2xs.pull-right {
	float: none!important
}
#chat_support{
		display:block;
		float:right;
	}
}

@media (max-width:767px) {
.hidden-xs {
	display: none!important
}
.visible-xs {
	display: block!important
}
.center-text-xs {
	text-align: center!important
}
.center-text-xs.row-block {
	float: text-align-left
}
.center-text-xs.pull-right {
	float: none!important
}
}

@media (max-width:991px) {
.hidden-sm {
	display: none!important
}
.visible-sm {
	display: block!important
}
.center-text-sm {
	text-align: center!important
}
.center-text-sm.row-block {
	float: text-align-left
}
.center-text-sm.pull-right {
	float: none!important
}
#chat_support{
		display:block;
		float:right;
	}
}

@media (max-width:1119px) {
.hidden-md {
	display: none!important
}
.visible-md {
	display: block!important
}
.center-text-md {
	text-align: center!important
}
.center-text-md.row-block {
	float: text-align-left
}
.center-text-md.pull-right {
	float: none!important
}
#chat_support{
		display:block;
		float:right;
	}
}
.center-text-lg {
	text-align: center!important
}
.center-text-lg.row-block {
	float: text-align-left
}
.center-text-lg.pull-right {
	float: none!important
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}
.container:after, .container:before {
	content: " ";
	display: table
}
.container:after {
	clear: both
}
.row {
	margin-left: -15px;
	margin-right: -15px
}
.row:after, .row:before {
	content: " ";
	display: table
}
.row:after {
	clear: both
}
.show-grid [class^=col-] {
	background: rgba(0,0,0,.05);
	border: 1px solid rgba(0,0,0,.11);
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px
}
.col-2xs-3, .col-2xs-4, .col-3xs-3, .col-3xs-4, .col-lg-3, .col-lg-4, .col-md-3, .col-md-4, .col-sm-3, .col-sm-4, .col-xs-3, .col-xs-4{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}
.grid-small-margins {
	margin-left: -10px;
	margin-right: -10px
}
.grid-small-margins .col-2xs-3, .grid-small-margins .col-2xs-4, .grid-small-margins .col-3xs-3, .grid-small-margins .col-3xs-4, .grid-small-margins .col-lg-3, .grid-small-margins .col-lg-4, .grid-small-margins .col-md-3, .grid-small-margins .col-md-4, .grid-small-margins .col-sm-3, .grid-small-margins .col-sm-4, .grid-small-margins .col-xs-3, .grid-small-margins .col-xs-4{
	padding-left: 10px;
	padding-right: 10px
}
.grid-big-margins {
	margin-left: -32px;
	margin-right: -32px
}
.grid-big-margins .col-2xs-3, .grid-big-margins .col-2xs-4, .grid-big-margins .col-3xs-3, .grid-big-margins .col-3xs-4, .grid-big-margins .col-lg-3, .grid-big-margins .col-lg-4, .grid-big-margins .col-md-3, .grid-big-margins .col-md-4, .grid-big-margins .col-sm-3, .grid-big-margins .col-sm-4, .grid-big-margins .col-xs-3, .grid-big-margins .col-xs-4, {
	padding-left: 32px;
	padding-right: 32px
}


@media (min-width:0) {
.col-3xs-3, .col-3xs-4{
	float: left
}

.col-3xs-3 {
	width: 25%
}
.col-3xs-4 {
	width: 33.33333333333333%
}

.col-3xs-push-3 {
	left: 25%
}
.col-3xs-push-4 {
	left: 33.33333333333333%
}

.col-3xs-pull-3 {
	right: 25%
}
.col-3xs-pull-4 {
	right: 33.33333333333333%
}

.col-3xs-offset-3 {
	margin-left: 25%
}
.col-3xs-offset-4 {
	margin-left: 33.33333333333333%
}

}

@media (min-width:320px) {
.col-2xs-3, .col-2xs-4{
	float: left
}

.col-2xs-3 {
	width: 25%
}
.col-2xs-4 {
	width: 33.33333333333333%
}

.col-2xs-push-3 {
	left: 25%
}
.col-2xs-push-4 {
	left: 33.33333333333333%
}

.col-2xs-pull-3 {
	right: 25%
}
.col-2xs-pull-4 {
	right: 33.33333333333333%
}

.col-2xs-offset-3 {
	margin-left: 25%
}
.col-2xs-offset-4 {
	margin-left: 33.33333333333333%
}

}

@media (min-width:480px) {
.col-xs-3, .col-xs-4{
	float: left
}

.col-xs-3 {
	width: 25%
}
.col-xs-4 {
	width: 33.33333333333333%
}

.col-xs-push-3 {
	left: 25%
}
.col-xs-push-4 {
	left: 33.33333333333333%
}

.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-4 {
	right: 33.33333333333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-4 {
	margin-left: 33.33333333333333%
}

}

@media (min-width:768px) {
.col-sm-3, .col-sm-4{
	float: left
}

.col-sm-3 {
	width: 25%
}
.col-sm-4 {
	width: 33.33333333333333%
}

.col-sm-push-3 {
	left: 25%
}
.col-sm-push-4 {
	left: 33.33333333333333%
}

.col-sm-pull-3 {
	right: 25%
}
.col-sm-pull-4 {
	right: 33.33333333333333%
}

.col-sm-offset-3 {
	margin-left: 25%
}
.col-sm-offset-4 {
	margin-left: 33.33333333333333%
}

}

@media (min-width:992px) {
.col-md-3, .col-md-4{
	float: left
}

.col-md-3 {
	width: 25%
}
.col-md-4 {
	width: 33.33333333333333%
}

.col-md-push-3 {
	left: 25%
}
.col-md-push-4 {
	left: 33.33333333333333%
}

.col-md-pull-3 {
	right: 25%
}
.col-md-pull-4 {
	right: 33.33333333333333%
}

.col-md-offset-3 {
	margin-left: 25%
}
.col-md-offset-4 {
	margin-left: 33.33333333333333%
}
}

@media (min-width:1120px) {
.col-lg-3, .col-lg-4{
	float: left
}

.col-lg-3 {
	width: 25%
}
.col-lg-4 {
	width: 33.33333333333333%
}

.col-lg-push-3 {
	left: 25%
}
.col-lg-push-4 {
	left: 33.33333333333333%
}
.col-lg-pull-3 {
	right: 25%
}
.col-lg-pull-4 {
	right: 33.33333333333333%
}

}



.clearfix:after, .clearfix:before {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}

.center {
	display: block;
	margin: 20px auto;
	text-align: center
}

/*Section*/
.section-w {
	position: relative;
	-webkit-transition: background .1s ease-in-out 0s;
	-moz-transition: background .1s ease-in-out 0s;
	-ms-transition: background .1s ease-in-out 0s;
	-o-transition: background .1s ease-in-out 0s;
	transition: background .1s ease-in-out 0s
}
.section {
	max-width: 1170px;
	margin: 0 auto;
	padding: 60px 40px 40px;
	position: relative
}


@media screen and (min-width:1120px) {
.section-parallax {
	background-attachment: fixed
}
}

@media (max-width:992px) {
.section {
	padding: 55px 30px 35px
}
}

@media (max-width:768px) {
	#chat_support{
		display:block;
		float:right;
	}
.section {
	padding: 50px 20px 30px
}
}
/*White*/
.section-white {
	background-color: #fff;
}
.section-white.borders {
	border-top: 1px solid #eef1f1;
	border-bottom: 1px solid #eef1f1
}
.section-white.border-top {
	border-top: 1px solid #eef1f1
}
.section-white.border-bottom {
	border-bottom: 1px solid #eef1f1
}
.section-white.borders-light {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff
}
.section-white.border-top-light {
	border-top: 1px solid #fff
}
.section-white.border-bottom-light {
	border-bottom: 1px solid #fff
}
.section-white.shadow-bottom {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.08);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.08);
	box-shadow: 0 1px 2px rgba(0,0,0,.08)
}
.header-sticky .section-white.shadow-bottom {
	-webkit-box-shadow: 0 1px 15px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 15px rgba(0,0,0,.1);
	box-shadow: 0 1px 15px rgba(0,0,0,.1)
}
.section-white.shadow-inside {
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,.1);
	box-shadow: inset 0 0 3px rgba(0,0,0,.1)
}
.section-white.shadow-inside-top {
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.08);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.08);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.08)
}
.section-white.shadow-inside-bottom {
	-webkit-box-shadow: inset 0 -1px 2px rgba(0,0,0,.08);
	-moz-box-shadow: inset 0 -1px 2px rgba(0,0,0,.08);
	box-shadow: inset 0 -1px 2px rgba(0,0,0,.08)
}
.section-white .breadcrumb {
	color: #a3adb4
}
.section-white .breadcrumb li:after {
	color: #d8dee2
}
/*Grey*/
.section-grey {
	background-color: #f4f6f6
}
.section-grey.borders {
	border-top: 1px solid #e6eaea;
	border-bottom: 1px solid #e6eaea
}
.section-grey.border-top {
	border-top: 1px solid #e6eaea
}
.section-grey.border-bottom {
	border-bottom: 1px solid #e6eaea
}
.section-grey.borders-light {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff
}



/*Base*/
.section-base {
	background-color: #3989c3;
	margin-top:7px
}
.section-base.borders {
	border-top: 1px solid #0055aa;
	border-bottom: 1px solid #0055aa
}
.section-base.border-top {
	bor
	der-top: 1px solid #0055aa
}
.section-base.border-bottom {
	border-bottom: 1px solid #0055aa
}
.section-base.borders-light {
	border-top: 1px solid #3bc0c2;
	border-bottom: 1px solid #3bc0c2
}
.section-base.border-top-light {
	border-top: 1px solid #3bc0c2
}
.section-base.border-bottom-light {
	border-bottom: 1px solid #3bc0c2
}
.section-base.shadow-bottom {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.07);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.07);
	box-shadow: 0 1px 3px rgba(0,0,0,.07)
}
.header-sticky .section-base.shadow-bottom {
	-webkit-box-shadow: 0 1px 15px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 15px rgba(0,0,0,.1);
	box-shadow: 0 1px 15px rgba(0,0,0,.1)
}
.section-base.shadow-inside {
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.13);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,.13);
	box-shadow: inset 0 0 3px rgba(0,0,0,.13)
}
.section-base.shadow-inside-top {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.12)
}
.section-base.shadow-inside-bottom {
	-webkit-box-shadow: inset 0 -1px 1px rgba(0,0,0,.12);
	-moz-box-shadow: inset 0 -1px 1px rgba(0,0,0,.12);
	box-shadow: inset 0 -1px 1px rgba(0,0,0,.12)
}
.section-base .breadcrumb {
	color: #cde5f6
}
.section-base .breadcrumb li:after {
	color: #62c1d6
}

.border-top-strong-base {
	border-top: 3px solid #0066cc
}
.border-bottom-strong-base {
	border-bottom: 3px solid #0066cc
}
.section-overlay-base {
	background: rgba(0,102,116,.9)
}
.header {
	position: relative;
	z-index: 1001;
}
.row-lg, .row-md, .row-sm {
	padding-top: 0;
	padding-bottom: 0
}
.row-lg img, .row-md img, .row-sm img {
	max-height: 100%
}
.row-lg .full-height, .row-md .full-height, .row-sm .full-height {
	vertical-align: top
}
.row-lg:after, .row-lg:before, .row-md:after, .row-md:before, .row-sm:after, .row-sm:before {
	content: " ";
	display: table
}
.row-lg:after, .row-md:after, .row-sm:after {
	clear: both
}
.row-block {
	display: inline-block;
	margin: 0 10px;
	float: left;
	line-height: 1em;
	vertical-align: top;
	max-height: 100%
}
.row-block:first-child:not(.pull-right) {
	margin-left: 0
}
.row-block.pull-right:first-child, .row-block:not(.pull-right)+.pull-right {
	margin-right: 0
}
.row-block a {
	max-height: 100%
}
.row-block a:hover {
	text-decoration: none
}
.bordered {
	position: relative;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent
}
.bordered:after, .bordered:before {
	display: block;
	width: 1px;
	height: 100%;
	content: " ";
	position: absolute;
	z-index: 1;
	top: 0;
	background: 0 0
}
.bordered:before {
	left: 0
}
.bordered:after {
	right: 0
}
.bordered:hover:after, .bordered:hover:before {
	background: 0 0
}
.bordered:after, .bordered:before {
	-webkit-transition: all .1s ease-in-out 0s;
	-moz-transition: all .1s ease-in-out 0s;
	-ms-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s
}
.row-block-logo a {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	border-bottom: 0
}
.row-block-logo .has-bg {
	-webkit-transition: background .1s ease-in-out 0s;
	-moz-transition: background .1s ease-in-out 0s;
	-ms-transition: background .1s ease-in-out 0s;
	-o-transition: background .1s ease-in-out 0s;
	transition: background .1s ease-in-out 0s
}
.row-block-logo img {
	display: block
}
.row-block-logo .center-vertically {
	display: table
}
.row-block-logo .center-vertically>a, .row-block-logo .center-vertically>span {
	display: table-cell;
	vertical-align: middle
}
.row-lg .row-block-logo img {
	max-height: 96px
}
.row-md .row-block-logo img {
	max-height: 70px
}
.row-sm .row-block-logo img {
	max-height: 46px
}
.row-block-txt {
	position: relative;
	line-height: 28px
}
.row-block-txt a {
	border-bottom: 1px solid transparent;
	-webkit-transition: all .1s ease-in-out 0s;
	-moz-transition: all .1s ease-in-out 0s;
	-ms-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s
}
.row-block-icon {
	position: relative;
	margin: -3px 6px 0 0;
	font-size: 14px
}
.row-block-icon.icon-circle, .row-block-icon.icon-square {
	top: -1px;
	height: 26px;
	width: 26px;
	font-size: 14px;
	line-height: 26px;
	margin: 0 8px -9px 0
}
.row-sm .big-font {
	font-size: 16px
}
.row-sm .bigger-font {
	font-size: 18px;
	font-weight: 300
}
.row-sm .row-block-txt {
	margin-top: 9px;
	margin-bottom: 9px
}
.row-sm .center-vertically>a, .row-sm .center-vertically>span {
	height: 46px
}


/*Navbar*/
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #c1bcbc;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: 100%;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
 
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 5px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.navbar {
  position: relative;
  min-height: 40px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0px;
  }
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 8px;
  padding-left: 8px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 1px;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
}


@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  font-weight:700;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
	height:40px;
  }
  .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after {
  clear: both;
}

/*Menu*/
.menu, .simple-menu {
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	-webkit-padding-start: 0;
	padding: 0;
	margin: 0
}
.row-block .menu, .row-block .simple-menu {
	margin: 0
}
.menu li, .simple-menu li {
	position: relative;
	text-align: left;
	margin: 0
}
.menu a, .simple-menu a {
	display: block;
	text-decoration: none;
	border: none;
	position: relative
}
.menu a.active, .menu a:hover, .simple-menu a.active, .simple-menu a:hover {
	border: none
}
.menu>li, .simple-menu>li {
	float: left;
	vertical-align: top
}
.menu>li>a, .simple-menu>li>a {
	border: 0
}
.menu>li>.submenu, .simple-menu>li>.submenu {
	top: 100%;
	left: 0
}
.menu>li>.submenu.submenu-left-side, .simple-menu>li>.submenu.submenu-left-side {
	left: auto;
	right: 0
}
.menu>li.has-dropdown-wide, .simple-menu>li.has-dropdown-wide {
	position: static
}
.menu>li:hover>.submenu, .menu>li:hover>.submenu-wide, .simple-menu>li:hover>.submenu, .simple-menu>li:hover>.submenu-wide {
	visibility: visible;
	opacity: 1
}
.menu li i, .simple-menu li i {
	margin-right: 8px;
	font-size: 14px;
	opacity: 1
}
.menu li.has-dropdown>a, .simple-menu li.has-dropdown>a {
	position: relative;
	padding-right: 25px
}
.menu li.has-dropdown>a:after, .simple-menu li.has-dropdown>a:after {
	display: block;
	content: "\e8d2";
	position: absolute;
	top: 50%;
	right: 14px;
	margin: -5px 0 0;
	font-family: fontello;
	font-size: 12px;
	opacity: .3;
	line-height: 1em;
	-webkit-transition: -webkit-transform .2s ease-in;
	-moz-transition: -moz-transform .2s ease-in;
	-ms-transition: -ms-transform .2s ease-in;
	-o-transition: -o-transform .2s ease-in;
	transition: transform .2s ease-in
}
.menu li.has-dropdown:hover>a:after, .simple-menu li.has-dropdown:hover>a:after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: .9;
	margin-top: -6px
}
.section-base .menu li.has-dropdown>a:after, .section-base .simple-menu li.has-dropdown>a:after {
	opacity: .5
}
.section-base .menu li.has-dropdown:hover>a:after, .section-base .simple-menu li.has-dropdown:hover>a:after {
	opacity: 1
}
.simple-menu>li>a {
	padding: 0 15px
}
.simple-menu>li>a span {
	display: inline-block;
	position: relative;
	padding: 0
}
.simple-menu>li>.submenu {
	left: 15px
}
.simple-menu.has-hover-border>li>a {
	display: block;
	overflow: hidden
}
.simple-menu.has-hover-border>li>a>span:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	border-bottom: 3px solid transparent;
	-webkit-transition: border-color .1s ease-in-out 0s;
	-moz-transition: border-color .1s ease-in-out 0s;
	-ms-transition: border-color .1s ease-in-out 0s;
	-o-transition: border-color .1s ease-in-out 0s;
	transition: border-color .1s ease-in-out 0s
}
.menu>li>a {
	padding: 0 18px
}
.menu.items-have-borders>li, .menu.items-have-double-borders>li {
	margin: 0 0 0 -1px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent
}
.menu.items-have-borders>li:first-child, .menu.items-have-double-borders>li:first-child {
	margin-left: 0
}
.menu.items-have-double-borders:after, .menu.items-have-double-borders:before {
	display: block;
	width: 1px;
	height: 100%;
	content: " ";
	position: absolute;
	z-index: 1;
	top: 0;
	background: 0 0
}
.menu.items-have-double-borders:before {
	left: 0
}
.menu.items-have-double-borders:after {
	right: 0
}
.menu.items-have-double-borders:hover:after, .menu.items-have-double-borders:hover:before {
	background: 0 0
}
.menu.has-hover-border>li>a {
	display: block;
	overflow: hidden
}

.row-sm {
	font-size: 14px
}
.row-sm .menu, .row-sm .simple-menu {
	font-size: 14px;
	vertical-align: top
}


/*Menu White*/
.section-white .menu>li {
	background: 0 0;
	color: #21252b
}
.section-white .menu>li.divider {
	padding-top: 10px;
	color:#666;
}
