@charset "UTF-8";
.contact-switcher {
	position: relative;
	display: inline-block;
	width: 100%
}
#content>.contact-switcher {
	margin-top: -80px;
	margin-bottom: -80px
}
address {
	font-style: normal;
	margin-bottom: 15px
}
address .row {
	margin-bottom: 10px
}

@media (min-width:768px) {
address {
	margin-bottom: 30px
}
}
address b {
	color: #2d343e
}
#googlemaps {
	height: 500px;
	width: 100%;
	line-height: inherit
}
#googlemaps.map-cover {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	line-height: inherit;
	background-image: rbga('40, 30, 50, .6')
}
#googlemaps img {
	max-width: inherit
}
#googlemaps .gm-style div {
	font: 13px/20px 'Open Sans', sans-serif
}
#googlemaps .gm-style-iw address {
	width: 300px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px
}
#googlemaps .gm-style-iw address .row {
	margin-top: 10px
}
#googlemaps .gm-style-iw h4 {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 15px
}
.contact-switcher .btn.to-contact, .contact-switcher .btn.to-form {
	margin-bottom: 15px
}
.contact-switcher .address, .contact-switcher .form {
	top: 0;
	width: 96%;
	position: absolute;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	margin: 60px 2%
}
.contact-switcher .address {
	left: -100%
}
.address-inner {
	background-color: #0ba6ff;
	padding: 15px 15px 0;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.2);
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
	display: inline-block;
	width: 100%
}
.form-field {
	position: relative;
	margin-bottom: 30px;
	display: block
}
.form-control, select {
	color: #bbb;
	width: 100%;
	line-height: 20px;
	border-radius: 2px;
	border: 1px solid #000086;
	background-color: rgba(0,0,0,0);
	padding: 14px 10px;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	-webkit-transition: all linear .1s;
	transition: all linear .1s;
	resize: none
}
select {
	height: 50px;
	display: block
}
.container-light .form-control, .container-light select, .tab .tab select {
	background-color: #f9f9f9
}
input[type=checkbox], input[type=radio] {
	visibility: hidden;
	position: absolute
}
input[type=checkbox]+label, input[type=radio]+label {
	position: relative;
	padding-left: 25px;
	font-weight: 400;
	color: #888
}
input[type=checkbox]+label:before, input[type=radio]+label:before {
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	width: 19px;
	height: 19px;
	background-color: #2d343e;
	line-height: 1;
	border-radius: 2px
}
input[type=radio]+label:after {
	display: none;
	content: "";
	position: absolute;
	height: 9px;
	width: 9px;
	left: 5px;
	top: 5px;
	background-color: #797979
}
input[type=checkbox]+label:after {
	position: absolute;
	font-family: icomoon;
	content: "\e6fe";
	color: #fff;
	left: 0;
	width: 19px;
	text-align: center;
	line-height: 19px;
	top: 0;
	display: none
}
input[type=radio]+label:after, input[type=radio]+label:before {
	border-radius: 50%
}
input[type=checkbox]:checked+label:after, input[type=radio]:checked+label:after {
	display: block
}
.form-desc {
	font-size: 12px;
	margin: 5px 0 0;
	line-height: 1;
	color: #121212
}
.form-field label {
	cursor: pointer;
	display: block;
	margin-bottom: 5px;
	color: #242449;
	font-weight: 500
}
.form-field label[class*=col-] {
	margin-top: 15px;
	text-align: left
}

@media (min-width:768px) {
.form-field label[class*=col-sm-] {
	text-align: right
}
}

@media (min-width:992px) {
.form-field label[class*=col-md-] {
	text-align: right
}
}

@media (min-width:1200px) {
.form-field label[class*=col-lg-] {
	text-align: right
}
}
.form-field label .require {
	color: #000089;
	margin-left: 5px;
	font-weight: 400;
	font-style: italic;
	font-size: 88%
}
.placeholder.keyup>label {
	display: none
}
.form-group, .form-group-separator {
	display: inline-block;
	vertical-align: middle;
	position: relative
}
.form-group-separator {
	font-size: 28px;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: bottom;
	line-height: 50px
}
.form-group-separator i {
	color: #2d343e
}
.form-group+.form-group {
	margin-left: 15px
}
.form-field .placeholder label {
	font-weight: 400;
	color: #767676;
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 50px;
	text-indent: 10px;
	cursor: text;
	-webkit-transition: opacity linear .1s;
	transition: opacity linear .1s
}
.form-field .placeholder.focus label {
	opacity: .4
}
.form-field .placeholder label .require {
	float: right;
	margin-left: 0;
	margin-right: 10px
}
body .form-control.error, body select.error select {
	border-color: #ff3b30;
	-webkit-box-shadow: 0 0 0 1px #ff3b30;
	box-shadow: 0 0 0 1px #ff3b30
}
.form-field .text-error {
	margin-top: 3px;
	font-size: 12px;
	line-height: 1;
	position: absolute;
	left: 15px;
	top: 100%
}
.form-field>.text-error, .form-group>.text-error {
	left: 0
}
form .btn[class*=btn-icon-] {
	float: right
}
.btn[class*=btn-icon-]+.form-field {
	width: auto;
	display: block;
	margin-right: 60px
}
.form-field+span.error {
	margin-top: -15px;
	display: block;
	margin-bottom: 15px;
	font-size: 12px
}
.response {
	margin-bottom: 30px;
	position: relative;
	padding: 15px;
	border: 1px solid transparent;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.1)
}
.response.success {
	background-color: #33c570;
	border-color: #00b74c
}
.response.error {
	background-color: #ff6259;
	border-color: #ff3b30
}
.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin linear;
	animation: spin linear
}
@-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0)
}
100% {
-webkit-transform:rotate(360deg)
}
}
@keyframes spin {
0% {
transform:rotate(0)
}
100% {
transform:rotate(360deg)
}
}


#color-white {
	color: #fff!important
}
#color-dark {
	color: #17182e!important
}
.bg60 {
	background-image: url(sliders/advertising-slider.jpg)
}
#bbw {
	color: #fff!important;
	font-weight: 600
}
#bbw2 {
	color: #07022f!important;
	font-weight: 600
}
#bbw3 {
	color: #fff!important;
	font-weight: 400
}
#bbw4 {
	color: #07022f!important
}
#bbw5 {
	color: #07022f!important;
	font-weight: 400
}
#bbw0 {
	color: #fff!important;
	font-weight: 300
}
#bbw6 {
	color: #07022f!important;
	font-weight: 600
}
#bbw7 {
	color: #07022f!important;
	font-weight: 400
}
#wht {
	color: #fff!important;
	font-weight: 400
}


}

a.srv:link {
	color: #000089
}
a.srv:visited {
	color: #121212
}
a.srv:hover {
	color: #00a
}
.center {
	margin: auto;
	width: 50%;
	line-height: 1.25;
	display: inline-block;
	margin-top: -40px
}
.center-txt {
	font-color: #121212!important;
	font-weight: 300!important
}
.button-center {
	margin: auto;
	width: 100%;
	line-height: 1;
	display: inline-block;
	margin-top: -40px;
	text-align: center;
	display: block;
	padding: 15px 30px;
	font-color: #fff!important;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	font-family: montserrat;
	letter-spacing: 2px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.button-center a:hover {
	font-color: #fff!important;
	font-weight: 400;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.myButton {
	-moz-box-shadow: 3px 4px 0 0 #e0dff5;
	-webkit-box-shadow: 3px 4px 0 0 #e0dff5;
	box-shadow: 3px 4px 0 0 #e0dff5;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #ededed), color-stop(1, #6597a3));
	background: -moz-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: -webkit-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: -o-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: -ms-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: linear-gradient(to bottom, #ededed 5%, #6597a3 100%);
	background-color: #ededed;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #d6bcd6;
	display: inline-block;
	cursor: pointer;
	color: #004;
	font-family: Arial;
	font-size: 18px;
	padding: 2px 69px;
	text-decoration: none;
	text-shadow: 0 1px 0 #e1e2ed
}
.myButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #0000bc), color-stop(1, #02e0ff));
	background: -moz-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: -webkit-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: -o-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: -ms-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: linear-gradient(to bottom, #0000bc 5%, #02e0ff 100%);
	color: #fff;
	font-weight: 500;
	background-color: #0000bc
}
.myButton:active {
	position: relative;
	top: 1px
}
.myButton-sml {
	-moz-box-shadow: 3px 4px 0 0 #e0dff5;
	-webkit-box-shadow: 3px 4px 0 0 #e0dff5;
	box-shadow: 3px 4px 0 0 #e0dff5;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #ededed), color-stop(1, #6597a3));
	background: -moz-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: -webkit-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: -o-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: -ms-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: linear-gradient(to bottom, #ededed 5%, #6597a3 100%);
	background-color: #ededed;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #d6bcd6;
	display: inline-block;
	cursor: pointer;
	color: #004;
	font-family: Arial;
	font-size: 16px;
	padding: 2px 24px;
	text-decoration: none;
	text-shadow: 0 1px 0 #e1e2ed
}
.myButton-sml:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #0000bc), color-stop(1, #02e0ff));
	background: -moz-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: -webkit-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: -o-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: -ms-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: linear-gradient(to bottom, #0000bc 5%, #02e0ff 100%);
	color: #fff;
	font-weight: 500;
	background-color: #0000bc
}
.myButton-sml:active {
	position: relative;
	top: 1px
}
#trans {
	opacity: 0
}
#inbody {
	background-repeat: repeat;
	margin: 0;
	overflow: auto
}
#fmenu-outer {
	height: 84px;
	margin-bottom: 10px
}
.ftable {
	display: table;
	margin: 0 auto
}
ul#fhorizontal-list {
	min-width: 696px;
	max-width: 95%;
	width: 80%;
	list-style: none;
	padding-top: 20px;
	text-align: center;
	display: inline-block
}
ul#fhorizontal-list li {
	display: inline;
	width: 290px
}
#footer ul.nav li {
	display: inline-block;
	list-style-type: none
}
#footer ul.nav li+li {
	margin-left: 20px
}
#footer ul.nav li a {
	text-transform: uppercase;
	display: block
}
a.zed {
	color: #9a9a9a
}
#off-wht {
	font-color: #f9f9f9
}
.prev {
	float: left;
	padding-left: 50px;
	text-align: left
}
.next {
	float: right;
	padding-right: 50px;
	text-align: right
}
.article-nav ul li {
	line-height: 19px;
	margin: 5px 0
}
.article-nav ul, .article-nav ul li {
	display: inline-block;
	position: relative
}
* {
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
li {
	display: list-item;
	text-align: -webkit-match-parent
}
.article-nav ul {
	line-height: 1.5;
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: 50px
}
ul {
	list-style-type: disc
}
.article-nav {
	background-color: #f9f9f9;
	display: block;
	position: relative;
	color: #e5e5e5;
	font-size: 15px;
	text-align: center;
	clear: both;
	line-height: 0
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.prev {
	float: left;
	padding-left: 50px;
	text-align: left
}
.article-nav ul li {
	line-height: 19px;
	margin: 5px 0
}
.article-nav ul, .article-nav ul li {
	display: inline-block;
	position: relative
}
* {
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
li {
	display: list-item;
	text-align: -webkit-match-parent
}
.article-nav ul {
	line-height: 1.5;
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: 50px
}
ul {
	list-style-type: disc
}
.article-nav {
	background-color: #f9f9f9;
	display: block;
	position: relative;
	color: #e5e5e5;
	font-size: 15px;
	text-align: center;
	clear: both;
	line-height: 0
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.btn.next, .btn.prev {
	border: none;
	background: rgba(255,255,255,.4);
	color: #2d343e;
	position: absolute;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out
}
#oline {
1px solid #000086
}
.article-date:after, .article-share ul li p:before {
	content: '';
	left: 0
}
.article-date {
	padding: 10px 0;
	color: #fff;
	position: relative;
	width: 80px;
	display: inline-block;
	margin: 0 0 20px
}
.article-date:after {
	width: 0;
	bottom: -20px;
	height: 0;
	position: absolute;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 20px solid transparent
}
.article-date span {
	text-align: center;
	display: block;
	margin: 0 5px;
	padding: 10px 0;
	border-top: 1px solid rgba(255,255,255,.2);
	line-height: 1
}
.article-date span:first-child {
	padding-top: 0;
	border-top: none
}
.article-date .day {
	font-size: 32px
}
.article-date .month {
	font-size: 16px
}
.article-date .type {
	color: #fff;
	font-size: 36px
}
.article-share {
	display: block;
	background-color: #262829;
	color: #fff;
	text-align: center;
	margin-bottom: 15px
}
.article-share h5 {
	color: #fff;
	position: relative;
	line-height: 25px;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	background-color: rgba(255,255,255,.1);
	padding: 20px 0;
	box-shadow: 0 0 1px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.4)
}
.article-share h5 i {
	display: block;
	font-size: 20px
}
.article-share ul {
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
	font-size: 0
}
.article-share ul li {
	display: inline-block;
	width: 25%;
	line-height: 80px;
	font-size: 13px
}
.article-share ul li a {
	display: block;
	width: 100%;
	height: 80px;
	color: #fff
}
.article-share ul li a>* {
	display: inline-block;
	vertical-align: middle
}
.article-share ul li p {
	line-height: 25px;
	margin: 0 0 0 5px;
	position: relative;
	padding-left: 5px
}
.article-share ul li p:before {
	opacity: .3;
	top: 0;
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #fff;
	transform: rotate(20deg);
	-webkit-transform: rotate(20deg)
}
.article-share ul li i {
	font-size: 24px;
	position: relative;
	display: inline-block
}
.article-share ul li a.like.active, .article-share ul li a.like:hover {
	background-color: #d94332
}
.article-share ul li a.twitter.active, .article-share ul li a.twitter:hover {
	background-color: #3cf
}
.article-share ul li a.facebook.active, .article-share ul li a.facebook:hover {
	background-color: #2980b9
}
.article-share ul li a.pinterest.active, .article-share ul li a.pinterest:hover {
	background-color: #fc0
}

@media (min-width:768px) {
.article-share ul li {
	display: block;
	width: auto
}
}
.article-details {
	display: none;
	text-align: center;
	color: #2d343e
}
.article-details ul {
	margin: 0;
	padding: 0
}
.article-details li {
	line-height: 30px;
	display: block
}
.article-details span {
	background-color: #f9f9f9;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	color: #2d343e;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 16px
}
.article-details li:first-child span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #2d343e;
	color: #fff;
	position: relative;
	z-index: 1;
	margin-bottom: -10px
}

@media (min-width:768px) {
.article-details {
	display: block
}
}
.article-nav {
	background-color: #f9f9f9;
	display: block;
	position: relative;
	color: #e5e5e5;
	font-size: 15px;
	text-align: center;
	clear: both;
	line-height: 0
}
.article-nav ul, .article-nav ul li {
	display: inline-block;
	position: relative
}
.article-nav ul {
	line-height: 1.5;
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: 50px
}
.article-nav ul li {
	line-height: 19px;
	margin: 5px 0
}
.article-nav ul li a {
	color: #2d343e
}
.article-nav ul li.selector {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px
}

@media (max-width:767px) {
.article-nav ul li {
	width: 100%
}
.article-nav ul li.selector {
	position: relative;
	left: 0;
	margin: 0
}
.article-nav ul li.selector a {
	margin: 0 auto
}
}
.article-nav ul li.selector a {
	color: #fff;
	background-color: #2d343e;
	width: 50px;
	display: block;
	height: 50px;
	line-height: 50px
}
.article-nav ul li.selector a:after {
	content: "\f00a";
	font-family: FontAwesome;
	font-size: 18px;
	display: block
}
.article-nav ul li.selector a:hover {
	color: #fff
}
.article-nav strong {
	color: #e5e5e5;
	font-size: 12px
}
.article-nav .prev {
	float: left;
	padding-left: 50px;
	text-align: left
}
.article-nav .next {
	float: right;
	padding-right: 50px;
	text-align: right
}
.article-nav .next a:before, .article-nav .prev a:before {
	position: absolute;
	font-family: FontAwesome;
	font-size: 48px;
	top: 50%;
	margin-top: -24px;
	line-height: 1;
	color: #2d343e;
	width: 50px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.post-content, article.post {
	position: relative
}
.article-nav .next a:before {
	content: "\f101";
	right: 0;
	color: #787878
}
.article-nav .prev a:before {
	content: "\f100";
	left: 0;
	color: #909090
}
#page-content .article-nav {
	font-size: inherit;
	margin-bottom: 30px;
	background-color: transparent
}
#page-content .article-nav ul {
	min-height: 0
}
#page-content .article-nav ul li {
	margin-top: 0;
	margin-bottom: 0
}
#page-content .article-nav .next a:before, #page-content .article-nav .prev a:before {
	color: #e5e5e5
}
.post-content>.type, .tags p a {
	color: #fff;
	display: inline-block
}
.article-author {
	border: 1px solid #f1f1f1;
	background-color: #f9f9f9;
	padding: 30px 30px 10px;
	display: block
}
a.qte {
	text-decoration: none
}
.phone-number {
	font-weight: 700;
	font-size: 2px;
	text-align: right;
	text-transform: uppercase;
	font-weight: 700;
	background: #bc151c;
	border-radius: 14px;
	padding: 1em;
	position: relative;
	padding-left: 3.5em;
	color: #f9f9f9;
	display: inline-block;
	width: 117px
}
.phone-number--below {
	display: block;
	text-align: left;
	padding-left: 3.5em;
	margin-left: 5px
}
.phone-number:hover {
	background: #6c7982
}
li.c, ul.c {
	color: #666
}
ul.a {
	padding-left: 1em;
	text-indent: -1em
}
ul.a {
	padding-left: 1em;
	text-indent: -1em
}
ul.c {
	margin-left: 15;
	padding-left: 15px;
	text-indent: 0;
	margin-left: 7px;
	top: 2px;
	content: "\f068"
}
li.c {
	margin-left: 7px;
	top: 2px;
	content: "\f068"
}
ul.a, ul.c {
	list-style-position: outside
}
ul.dash {
	margin-left: 15;
	padding-left: 15px;
	text-indent: 0;
	margin-top: 15px;
	margin-bottom: 9px;
	top: 1px
}
li.dash, ul.dash {
	color: #666
}
ul.dash>li:before {
	left: 0;
	top: 1px;
	position: absolute;
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	list-style-position: outside;
	content: "\f068"
}
p.tight {
	line-height: 23px;
	margin-top: 0;
	margin-bottom: 12px;
	margin-right: 12px;
	padding-right: 9px;
	margin-bottom: 24px
}
.contact-switcher {
	position: relative;
	display: inline-block;
	width: 100%
}
#content>.contact-switcher {
	margin-top: -80px;
	margin-bottom: -80px
}
address {
	font-style: normal;
	margin-bottom: 15px
}
address .row {
	margin-bottom: 10px
}

@media (min-width:768px) {
address {
	margin-bottom: 30px
}
}
address b {
	color: #2d343e
}
#googlemaps {
	height: 500px;
	width: 100%;
	line-height: inherit
}
#googlemaps.map-cover {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	line-height: inherit;
	background-image: rbga('40, 30, 50, .6')
}
#googlemaps img {
	max-width: inherit
}
#googlemaps .gm-style div {
	font: 13px/20px 'Open Sans', sans-serif
}
#googlemaps .gm-style-iw address {
	width: 300px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px
}
#googlemaps .gm-style-iw address .row {
	margin-top: 10px
}
#googlemaps .gm-style-iw h4 {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 15px
}
.contact-switcher .btn.to-contact, .contact-switcher .btn.to-form {
	margin-bottom: 15px
}
.contact-switcher .address, .contact-switcher .form {
	top: 0;
	width: 96%;
	position: absolute;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	margin: 60px 2%
}
.contact-switcher .address {
	left: -100%
}
.address-inner {
	background-color: #0ba6ff;
	padding: 15px 15px 0;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.2);
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
	display: inline-block;
	width: 100%
}
.form-field {
	position: relative;
	margin-bottom: 30px;
	display: block
}
.form-control, select {
	color: #bbb;
	width: 100%;
	line-height: 20px;
	border-radius: 2px;
	border: 1px solid #000086;
	background-color: rgba(0,0,0,0);
	padding: 14px 10px;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	-webkit-transition: all linear .1s;
	transition: all linear .1s;
	resize: none
}
select {
	height: 50px;
	display: block
}
.container-light .form-control, .container-light select, .tab .tab select {
	background-color: #f9f9f9
}
input[type=checkbox], input[type=radio] {
	visibility: hidden;
	position: absolute
}
input[type=checkbox]+label, input[type=radio]+label {
	position: relative;
	padding-left: 25px;
	font-weight: 400;
	color: #888
}
input[type=checkbox]+label:before, input[type=radio]+label:before {
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	width: 19px;
	height: 19px;
	background-color: #2d343e;
	line-height: 1;
	border-radius: 2px
}
input[type=radio]+label:after {
	display: none;
	content: "";
	position: absolute;
	height: 9px;
	width: 9px;
	left: 5px;
	top: 5px;
	background-color: #797979
}
input[type=checkbox]+label:after {
	position: absolute;
	font-family: icomoon;
	content: "\e6fe";
	color: #fff;
	left: 0;
	width: 19px;
	text-align: center;
	line-height: 19px;
	top: 0;
	display: none
}
input[type=radio]+label:after, input[type=radio]+label:before {
	border-radius: 50%
}
input[type=checkbox]:checked+label:after, input[type=radio]:checked+label:after {
	display: block
}
.form-desc {
	font-size: 16px;
	margin: 5px 0 0;
	line-height: 1;
	color: #121212
}
.form-field label {
	cursor: pointer;
	display: block;
	margin-bottom: 5px;
	color: #242449;
	font-weight: 500;
	font-size: 33px;
}
.form-field label[class*=col-] {
	margin-top: 15px;
	text-align: left
}

@media (min-width:768px) {
.form-field label[class*=col-sm-] {
	text-align: right
}
}

@media (min-width:992px) {
.form-field label[class*=col-md-] {
	text-align: right
}
}

@media (min-width:1200px) {
.form-field label[class*=col-lg-] {
	text-align: right
}
}
.form-field label .require {
	color: #000089;
	margin-left: 5px;
	font-weight: 400;
	font-style: italic;
	font-size: 88%
}
.placeholder.keyup>label {
	display: none
}
.form-group, .form-group-separator {
	display: inline-block;
	vertical-align: middle;
	position: relative
}
.form-group-separator {
	font-size: 28px;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: bottom;
	line-height: 50px
}
.form-group-separator i {
	color: #2d343e
}
.form-group+.form-group {
	margin-left: 15px
}
.form-field .placeholder label {
	font-weight: 400;
	color: #767676;
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 50px;
	text-indent: 10px;
	cursor: text;
	-webkit-transition: opacity linear .1s;
	transition: opacity linear .1s
}
.form-field .placeholder.focus label {
	opacity: .0
}
.form-field .placeholder label .require {
	float: right;
	margin-right: 10px
}
body .form-control.error, body select.error select {
	border-color: #ff3b30;
	-webkit-box-shadow: 0 0 0 1px #ff3b30;
	box-shadow: 0 0 0 1px #ff3b30
}
.form-field .text-error {
	margin-top: 3px;
	font-size: 12px;
	line-height: 1;
	position: absolute;
	left: 15px;
	top: 100%
}
.form-field>.text-error, .form-group>.text-error {
	left: 0
}
form .btn[class*=btn-icon-] {
	float: right
}
.btn[class*=btn-icon-]+.form-field {
	width: auto;
	display: block;
	margin-right: 60px
}
.form-field+span.error {
	margin-top: -15px;
	display: block;
	margin-bottom: 15px;
	font-size: 12px
}
.response {
	margin-bottom: 30px;
	position: relative;
	padding: 15px;
	border: 1px solid transparent;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.1)
}
.response.success {
	background-color: #33c570;
	border-color: #00b74c
}
.response.error {
	background-color: #ff6259;
	border-color: #ff3b30
}
.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin linear;
	animation: spin linear
}
@-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0)
}
100% {
-webkit-transform:rotate(360deg)
}
}
@keyframes spin {
0% {
transform:rotate(0)
}
100% {
transform:rotate(360deg)
}
}


#color-white {
	color: #fff!important
}
#color-dark {
	color: #17182e!important
}
.bg60 {
	background-image: url(sliders/advertising-slider.jpg)
}
#bbw {
	color: #fff!important;
	font-weight: 600
}
#bbw2 {
	color: #07022f!important;
	font-weight: 600
}
#bbw3 {
	color: #fff!important;
	font-weight: 400
}
#bbw4 {
	color: #07022f!important
}
#bbw5 {
	color: #07022f!important;
	font-weight: 400
}
#bbw0 {
	color: #fff!important;
	font-weight: 300
}
#bbw6 {
	color: #07022f!important;
	font-weight: 600
}
#bbw7 {
	color: #07022f!important;
	font-weight: 400
}
#wht {
	color: #fff!important;
	font-weight: 400
}

}
.bg333 {
	background-image: url(img/head-service-1.png)
}
a.srv:link {
	color: #000089
}
a.srv:visited {
	color: #121212
}
a.srv:hover {
	color: #00a
}
a.alt:link {
	color: #303030
}
a.alt:visited {
	color: #303030
}
a.alt:hover {
	color: #b54321
}
.center {
	margin: auto;
	width: 50%;
	line-height: 1.25;
	display: inline-block;
	margin-top: -40px
}
.center-txt {
	font-color: #121212!important;
	font-weight: 300!important
}
.button-center {
	margin: auto;
	width: 100%;
	line-height: 1;
	display: inline-block;
	margin-top: -40px;
	text-align: center;
	display: block;
	padding: 15px 30px;
	font-color: #fff!important;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	font-family: montserrat;
	letter-spacing: 2px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.button-center a:hover {
	font-color: #fff!important;
	font-weight: 400;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.myButton {
	-moz-box-shadow: 3px 4px 0 0 #e0dff5;
	-webkit-box-shadow: 3px 4px 0 0 #e0dff5;
	box-shadow: 3px 4px 0 0 #e0dff5;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #ededed), color-stop(1, #6597a3));
	background: -moz-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: -webkit-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: -o-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: -ms-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: linear-gradient(to bottom, #ededed 5%, #6597a3 100%);
	background-color: #ededed;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #d6bcd6;
	display: inline-block;
	cursor: pointer;
	color: #004;
	font-family: Arial;
	font-size: 18px;
	padding: 2px 69px;
	text-decoration: none;
	text-shadow: 0 1px 0 #e1e2ed
}
.myButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #0000bc), color-stop(1, #02e0ff));
	background: -moz-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: -webkit-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: -o-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: -ms-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: linear-gradient(to bottom, #0000bc 5%, #02e0ff 100%);
	color: #fff;
	font-weight: 500;
	background-color: #0000bc
}
.myButton:active {
	position: relative;
	top: 1px
}
.myButton-sml {
	-moz-box-shadow: 3px 4px 0 0 #e0dff5;
	-webkit-box-shadow: 3px 4px 0 0 #e0dff5;
	box-shadow: 3px 4px 0 0 #e0dff5;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #ededed), color-stop(1, #6597a3));
	background: -moz-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: -webkit-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: -o-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: -ms-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: linear-gradient(to bottom, #ededed 5%, #6597a3 100%);
	background-color: #ededed;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #d6bcd6;
	display: inline-block;
	cursor: pointer;
	color: #004;
	font-family: Arial;
	font-size: 16px;
	padding: 2px 24px;
	text-decoration: none;
	text-shadow: 0 1px 0 #e1e2ed
}
.myButton-sml:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #0000bc), color-stop(1, #02e0ff));
	background: -moz-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: -webkit-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: -o-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: -ms-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: linear-gradient(to bottom, #0000bc 5%, #02e0ff 100%);
	color: #fff;
	font-weight: 500;
	background-color: #0000bc
}
.myButton-sml:active {
	position: relative;
	top: 1px
}
#trans {
	opacity: 0
}
#inbody {
	background-repeat: repeat;
	margin: 0;
	overflow: auto
}
#fmenu-outer {
	height: 84px;
	margin-bottom: 10px
}
.ftable {
	display: table;
	margin: 0 auto
}
ul#fhorizontal-list {
	min-width: 696px;
	max-width: 95%;
	width: 80%;
	list-style: none;
	padding-top: 20px;
	text-align: center;
	display: inline-block
}
ul#fhorizontal-list li {
	display: inline;
	width: 290px
}
#footer ul.nav li {
	display: inline-block;
	list-style-type: none
}
#footer ul.nav li+li {
	margin-left: 20px
}
#footer ul.nav li a {
	text-transform: uppercase;
	display: block
}
a.zed {
	color: #9a9a9a
}
#off-wht {
	font-color: #f9f9f9
}
.prev {
	float: left;
	padding-left: 50px;
	text-align: left
}
.next {
	float: right;
	padding-right: 50px;
	text-align: right
}
.article-nav ul li {
	line-height: 19px;
	margin: 5px 0
}
.article-nav ul, .article-nav ul li {
	display: inline-block;
	position: relative
}
* {
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
li {
	display: list-item;
	text-align: -webkit-match-parent
}
.article-nav ul {
	line-height: 1.5;
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: 50px
}
ul {
	list-style-type: disc
}
.article-nav {
	background-color: #f9f9f9;
	display: block;
	position: relative;
	color: #e5e5e5;
	font-size: 15px;
	text-align: center;
	clear: both;
	line-height: 0
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.prev {
	float: left;
	padding-left: 50px;
	text-align: left
}
.article-nav ul li {
	line-height: 19px;
	margin: 5px 0
}
.article-nav ul, .article-nav ul li {
	display: inline-block;
	position: relative
}
* {
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
li {
	display: list-item;
	text-align: -webkit-match-parent
}
.article-nav ul {
	line-height: 1.5;
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: 50px
}
ul {
	list-style-type: disc
}
.article-nav {
	background-color: #f9f9f9;
	display: block;
	position: relative;
	color: #e5e5e5;
	font-size: 15px;
	text-align: center;
	clear: both;
	line-height: 0
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.btn.next, .btn.prev {
	border: none;
	background: rgba(255,255,255,.4);
	color: #2d343e;
	position: absolute;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out
}
#oline {
1px solid #000086
}
.article-date:after, .article-share ul li p:before {
	content: '';
	left: 0
}
.article-date {
	padding: 10px 0;
	color: #fff;
	position: relative;
	width: 80px;
	display: inline-block;
	margin: 0 0 20px
}
.article-date:after {
	width: 0;
	bottom: -20px;
	height: 0;
	position: absolute;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 20px solid transparent
}
.article-date span {
	text-align: center;
	display: block;
	margin: 0 5px;
	padding: 10px 0;
	border-top: 1px solid rgba(255,255,255,.2);
	line-height: 1
}
.article-date span:first-child {
	padding-top: 0;
	border-top: none
}
.article-date .day {
	font-size: 32px
}
.article-date .month {
	font-size: 16px
}
.article-date .type {
	color: #fff;
	font-size: 36px
}
.article-share {
	display: block;
	background-color: #262829;
	color: #fff;
	text-align: center;
	margin-bottom: 15px
}
.article-share h5 {
	color: #fff;
	position: relative;
	line-height: 25px;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	background-color: rgba(255,255,255,.1);
	padding: 20px 0;
	box-shadow: 0 0 1px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.4)
}
.article-share h5 i {
	display: block;
	font-size: 20px
}
.article-share ul {
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
	font-size: 0
}
.article-share ul li {
	display: inline-block;
	width: 25%;
	line-height: 80px;
	font-size: 13px
}
.article-share ul li a {
	display: block;
	width: 100%;
	height: 80px;
	color: #fff
}
.article-share ul li a>* {
	display: inline-block;
	vertical-align: middle
}
.article-share ul li p {
	line-height: 25px;
	margin: 0 0 0 5px;
	position: relative;
	padding-left: 5px
}
.article-share ul li p:before {
	opacity: .3;
	top: 0;
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #fff;
	transform: rotate(20deg);
	-webkit-transform: rotate(20deg)
}
.article-share ul li i {
	font-size: 24px;
	position: relative;
	display: inline-block
}
.article-share ul li a.like.active, .article-share ul li a.like:hover {
	background-color: #d94332
}
.article-share ul li a.twitter.active, .article-share ul li a.twitter:hover {
	background-color: #3cf
}
.article-share ul li a.facebook.active, .article-share ul li a.facebook:hover {
	background-color: #2980b9
}
.article-share ul li a.pinterest.active, .article-share ul li a.pinterest:hover {
	background-color: #fc0
}

@media (min-width:768px) {
.article-share ul li {
	display: block;
	width: auto
}
}
.article-details {
	display: none;
	text-align: center;
	color: #2d343e
}
.article-details ul {
	margin: 0;
	padding: 0
}
.article-details li {
	line-height: 30px;
	display: block
}
.article-details span {
	background-color: #f9f9f9;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	color: #2d343e;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 16px
}
.article-details li:first-child span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #2d343e;
	color: #fff;
	position: relative;
	z-index: 1;
	margin-bottom: -10px
}

@media (min-width:768px) {
.article-details {
	display: block
}
}
.article-nav {
	background-color: #f9f9f9;
	display: block;
	position: relative;
	color: #e5e5e5;
	font-size: 15px;
	text-align: center;
	clear: both;
	line-height: 0
}
.article-nav ul, .article-nav ul li {
	display: inline-block;
	position: relative
}
.article-nav ul {
	line-height: 1.5;
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: 50px
}
.article-nav ul li {
	line-height: 19px;
	margin: 5px 0
}
.article-nav ul li a {
	color: #2d343e
}
.article-nav ul li.selector {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px
}

@media (max-width:767px) {
.article-nav ul li {
	width: 100%
}
.article-nav ul li.selector {
	position: relative;
	left: 0;
	margin: 0
}
.article-nav ul li.selector a {
	margin: 0 auto
}
}
.article-nav ul li.selector a {
	color: #fff;
	background-color: #2d343e;
	width: 50px;
	display: block;
	height: 50px;
	line-height: 50px
}
.article-nav ul li.selector a:after {
	content: "\f00a";
	font-family: FontAwesome;
	font-size: 18px;
	display: block
}
.article-nav ul li.selector a:hover {
	color: #fff
}
.article-nav strong {
	color: #e5e5e5;
	font-size: 12px
}
.article-nav .prev {
	float: left;
	padding-left: 50px;
	text-align: left
}
.article-nav .next {
	float: right;
	padding-right: 50px;
	text-align: right
}
.article-nav .next a:before, .article-nav .prev a:before {
	position: absolute;
	font-family: FontAwesome;
	font-size: 48px;
	top: 50%;
	margin-top: -24px;
	line-height: 1;
	color: #2d343e;
	width: 50px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.post-content, article.post {
	position: relative
}
.article-nav .next a:before {
	content: url('next2.svg');
	right: 0;
	width: 30px;
	margin-top: -19px
}
.article-nav .prev a:before {
	content: url('previous2.svg');
	left: 0;
	width: 30px;
	margin-top: -19px
}
#page-content .article-nav {
	font-size: inherit;
	margin-bottom: 30px;
	background-color: transparent
}
#page-content .article-nav ul {
	min-height: 0
}
#page-content .article-nav ul li {
	margin-top: 0;
	margin-bottom: 0
}
#page-content .article-nav .next a:before, #page-content .article-nav .prev a:before {
	color: #e5e5e5
}
.post-content>.type, .tags p a {
	color: #fff;
	display: inline-block
}
.article-author {
	border: 1px solid #f1f1f1;
	background-color: #f9f9f9;
	padding: 30px 30px 10px;
	display: block
}
a.qte {
	text-decoration: none;
}
.phone-number {
	font-weight: bold;
	font-size: 2px;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	background: #bc151c;
	border-radius: 14px;
	padding: 1em;
	position: relative;
	padding-left: 3.5em;
	color: #f9f9f9;
	display: inline-block;
	width: 117px;
}
.phone-number--below {
display:inline:block;
	text-align: left;
	padding-left: 3.5em;
	margin-left: 5px;
}
.phone-number:hover {
	border-radius: 14px;
	border: 1px solid #121212;
	background: #ffffff;
	color: #bc151c;
}
.row-inline-wrap {
	margin-left: -15px;
	margin-right: -15px
}
.row.row-inline {
	display: table;
	font-size: 0;
	width: 100%;
	margin-left: 0;
	margin-right: 0
}
.row.row-inline>* {
	display: block;
	padding-left: 0;
	padding-right: 0;
	float: none;
	font-size: 14px;
	vertical-align: middle
}
.row-inline.inline-bottom>* {
	vertical-align: bottom
}
.row-inline.inline-top>* {
	vertical-align: top
}

@media (min-width:992px) {
.row.row-inline>[class*=col-md-] {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px
}
}

@media (min-width:768px) {
.row.row-inline>[class*=col-sm-] {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px
}
}
.container-out+.container-out, .container-out:first-child {
	margin-top: -30px
}
.container-out {
	padding: 30px 5000px 1px;
	margin-left: -5000px;
	margin-right: -5000px;
	margin-bottom: 30px
}

@media (min-width:768px) {
.container-out {
	padding-top: 50px;
	padding-bottom: 20px;
	margin-bottom: 50px
}
}
.container-out.container-full-width {
	padding: 0;
	margin-left: 0;
	margin-right: 0
}
#boxed .container-out.container-full-width, .row-inline-wrap {
	margin-left: -15px;
	margin-right: -15px
}
.container-out.container-no-bottom {
	padding-bottom: 0
}
.container-out:last-child {
	margin-bottom: -30px
}

@media (min-width:768px) {
.container-out+.container-out, .container-out:first-child {
	margin-top: -50px
}
.container-out:last-child {
	margin-bottom: -50px
}
}
.container-light {
	background-color: #f9f9f9
}
.container-dark {
	background-color: #2d343e
}
.container-image {
	background-position: center center;
	-webkit-background-size: cover
}
.container-dark a, .container-dark h1, .container-dark h2, .container-dark h3, .container-dark h4, .container-dark h5, .container-dark h6, .container-image a, .container-image h1, .container-image h2, .container-image h3, .container-image h4, .container-image h5, .container-image h6 {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.1)
}
.container-dark a:hover, .container-image a:hover {
	color: rgba(255,255,255,.6)
}
.container-dark, .container-image {
	color: rgba(255,255,255,.6);
	text-shadow: 1px 1px 0 rgba(0,0,0,.1)
}
.container-dark .btn {
	color: #2d343e;
	background-color: #fff;
	border-color: #fff
}
.container-dark .btn:hover {
	color: #2d343e;
	background-color: #f9f9f9;
	border-color: #f9f9f9
}
.container-dark .btn:active {
	border-color: #fff
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
.col-xs-pull-12 {
	right: 100%
}
.col-xs-pull-11 {
	right: 91.66666667%
}
.col-xs-pull-10 {
	right: 83.33333333%
}
.col-xs-pull-9 {
	right: 75%
}
.col-xs-pull-8 {
	right: 66.66666667%
}
.col-xs-pull-7 {
	right: 58.33333333%
}
.col-xs-pull-6 {
	right: 50%
}
.col-xs-pull-5 {
	right: 41.66666667%
}
.col-xs-pull-4 {
	right: 33.33333333%
}
.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-2 {
	right: 16.66666667%
}
.col-xs-pull-1 {
	right: 8.33333333%
}
.col-xs-pull-0 {
	right: 0
}
.col-xs-push-12 {
	left: 100%
}
.col-xs-push-11 {
	left: 91.66666667%
}
.col-xs-push-10 {
	left: 83.33333333%
}
.col-xs-push-9 {
	left: 75%
}
.col-xs-push-8 {
	left: 66.66666667%
}
.col-xs-push-7 {
	left: 58.33333333%
}
.col-xs-push-6 {
	left: 50%
}
.col-xs-push-5 {
	left: 41.66666667%
}
.col-xs-push-4 {
	left: 33.33333333%
}
.col-xs-push-3 {
	left: 25%
}
.col-xs-push-2 {
	left: 16.66666667%
}
.col-xs-push-1 {
	left: 8.33333333%
}
.col-xs-push-0 {
	left: 0
}
.col-xs-offset-12 {
	margin-left: 100%
}
.col-xs-offset-11 {
	margin-left: 91.66666667%
}
.col-xs-offset-10 {
	margin-left: 83.33333333%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-8 {
	margin-left: 66.66666667%
}
.col-xs-offset-7 {
	margin-left: 58.33333333%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-5 {
	margin-left: 41.66666667%
}
.col-xs-offset-4 {
	margin-left: 33.33333333%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-2 {
	margin-left: 16.66666667%
}
.col-xs-offset-1 {
	margin-left: 8.33333333%
}
.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	float: left
}
.col-sm-12 {
	width: 100%
}
.col-sm-11 {
	width: 91.66666667%
}
.col-sm-10 {
	width: 83.33333333%
}
.col-sm-9 {
	width: 75%
}
.col-sm-8 {
	width: 66.66666667%
}
.col-sm-7 {
	width: 58.33333333%
}
.col-sm-6 {
	width: 50%
}
.col-sm-5 {
	width: 41.66666667%
}
.col-sm-4 {
	width: 33.33333333%
}
.col-sm-3 {
	width: 25%
}
.col-sm-2 {
	width: 16.66666667%
}
.col-sm-1 {
	width: 8.33333333%
}
.col-sm-pull-12 {
	right: 100%
}
.col-sm-pull-11 {
	right: 91.66666667%
}
.col-sm-pull-10 {
	right: 83.33333333%
}
.col-sm-pull-9 {
	right: 75%
}
.col-sm-pull-8 {
	right: 66.66666667%
}
.col-sm-pull-7 {
	right: 58.33333333%
}
.col-sm-pull-6 {
	right: 50%
}
.col-sm-pull-5 {
	right: 41.66666667%
}
.col-sm-pull-4 {
	right: 33.33333333%
}
.col-sm-pull-3 {
	right: 25%
}
.col-sm-pull-2 {
	right: 16.66666667%
}
.col-sm-pull-1 {
	right: 8.33333333%
}
.col-sm-pull-0 {
	right: 0
}
.col-sm-push-12 {
	left: 100%
}
.col-sm-push-11 {
	left: 91.66666667%
}
.col-sm-push-10 {
	left: 83.33333333%
}
.col-sm-push-9 {
	left: 75%
}
.col-sm-push-8 {
	left: 66.66666667%
}
.col-sm-push-7 {
	left: 58.33333333%
}
.col-sm-push-6 {
	left: 50%
}
.col-sm-push-5 {
	left: 41.66666667%
}
.col-sm-push-4 {
	left: 33.33333333%
}
.col-sm-push-3 {
	left: 25%
}
.col-sm-push-2 {
	left: 16.66666667%
}
.col-sm-push-1 {
	left: 8.33333333%
}
.col-sm-push-0 {
	left: 0
}
.col-sm-offset-12 {
	margin-left: 100%
}
.col-sm-offset-11 {
	margin-left: 91.66666667%
}
.col-sm-offset-10 {
	margin-left: 83.33333333%
}
.col-sm-offset-9 {
	margin-left: 75%
}
.col-sm-offset-8 {
	margin-left: 66.66666667%
}
.col-sm-offset-7 {
	margin-left: 58.33333333%
}
.col-sm-offset-6 {
	margin-left: 50%
}
.col-sm-offset-5 {
	margin-left: 41.66666667%
}
.col-sm-offset-4 {
	margin-left: 33.33333333%
}
.col-sm-offset-3 {
	margin-left: 25%
}
.col-sm-offset-2 {
	margin-left: 16.66666667%
}
.col-sm-offset-1 {
	margin-left: 8.33333333%
}
.col-sm-offset-0 {
	margin-left: 0
}
}

@media (min-width:992px) {
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	float: left
}
.col-md-12 {
	width: 100%
}
.col-md-11 {
	width: 91.66666667%
}
.col-md-10 {
	width: 83.33333333%
}
.col-md-9 {
	width: 75%
}
.col-md-8 {
	width: 66.66666667%
}
.col-md-7 {
	width: 58.33333333%
}
.col-md-6 {
	width: 50%
}
.col-md-5 {
	width: 41.66666667%
}
.col-md-4 {
	width: 33.33333333%
}
.col-md-3 {
	width: 25%
}
.col-md-2 {
	width: 16.66666667%
}
.col-md-1 {
	width: 8.33333333%
}
.col-md-pull-12 {
	right: 100%
}
.col-md-pull-11 {
	right: 91.66666667%
}
.col-md-pull-10 {
	right: 83.33333333%
}
.col-md-pull-9 {
	right: 75%
}
.col-md-pull-8 {
	right: 66.66666667%
}
.col-md-pull-7 {
	right: 58.33333333%
}
.col-md-pull-6 {
	right: 50%
}
.col-md-pull-5 {
	right: 41.66666667%
}
.col-md-pull-4 {
	right: 33.33333333%
}
.col-md-pull-3 {
	right: 25%
}
.col-md-pull-2 {
	right: 16.66666667%
}
.col-md-pull-1 {
	right: 8.33333333%
}
.col-md-pull-0 {
	right: 0
}
.col-md-push-12 {
	left: 100%
}
.col-md-push-11 {
	left: 91.66666667%
}
.col-md-push-10 {
	left: 83.33333333%
}
.col-md-push-9 {
	left: 75%
}
.col-md-push-8 {
	left: 66.66666667%
}
.col-md-push-7 {
	left: 58.33333333%
}
.col-md-push-6 {
	left: 50%
}
.col-md-push-5 {
	left: 41.66666667%
}
.col-md-push-4 {
	left: 33.33333333%
}
.col-md-push-3 {
	left: 25%
}
.col-md-push-2 {
	left: 16.66666667%
}
.col-md-push-1 {
	left: 8.33333333%
}
.col-md-push-0 {
	left: 0
}
.col-md-offset-12 {
	margin-left: 100%
}
.col-md-offset-11 {
	margin-left: 91.66666667%
}
.col-md-offset-10 {
	margin-left: 83.33333333%
}
.col-md-offset-9 {
	margin-left: 75%
}
.col-md-offset-8 {
	margin-left: 66.66666667%
}
.col-md-offset-7 {
	margin-left: 58.33333333%
}
.col-md-offset-6 {
	margin-left: 50%
}
.col-md-offset-5 {
	margin-left: 41.66666667%
}
.col-md-offset-4 {
	margin-left: 33.33333333%
}
.col-md-offset-3 {
	margin-left: 25%
}
.col-md-offset-2 {
	margin-left: 16.66666667%
}
.col-md-offset-1 {
	margin-left: 8.33333333%
}
.col-md-offset-0 {
	margin-left: 0
}
}

@media (min-width:1200px) {
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
	float: left
}
.col-lg-12 {
	width: 100%
}
.col-lg-11 {
	width: 91.66666667%
}
.col-lg-10 {
	width: 83.33333333%
}
.col-lg-9 {
	width: 75%
}
.col-lg-8 {
	width: 66.66666667%
}
.col-lg-7 {
	width: 58.33333333%
}
.col-lg-6 {
	width: 50%
}
.col-lg-5 {
	width: 41.66666667%
}
.col-lg-4 {
	width: 33.33333333%
}
.col-lg-3 {
	width: 25%
}
.col-lg-2 {
	width: 16.66666667%
}
.col-lg-1 {
	width: 8.33333333%
}
.col-lg-pull-12 {
	right: 100%
}
.col-lg-pull-11 {
	right: 91.66666667%
}
.col-lg-pull-10 {
	right: 83.33333333%
}
.col-lg-pull-9 {
	right: 75%
}
.col-lg-pull-8 {
	right: 66.66666667%
}
.col-lg-pull-7 {
	right: 58.33333333%
}
.col-lg-pull-6 {
	right: 50%
}
.col-lg-pull-5 {
	right: 41.66666667%
}
.col-lg-pull-4 {
	right: 33.33333333%
}
.col-lg-pull-3 {
	right: 25%
}
.col-lg-pull-2 {
	right: 16.66666667%
}
.col-lg-pull-1 {
	right: 8.33333333%
}
.col-lg-pull-0 {
	right: 0
}
.col-lg-push-12 {
	left: 100%
}
.col-lg-push-11 {
	left: 91.66666667%
}
.col-lg-push-10 {
	left: 83.33333333%
}
.col-lg-push-9 {
	left: 75%
}
.col-lg-push-8 {
	left: 66.66666667%
}
.col-lg-push-7 {
	left: 58.33333333%
}
.col-lg-push-6 {
	left: 50%
}
.col-lg-push-5 {
	left: 41.66666667%
}
.col-lg-push-4 {
	left: 33.33333333%
}
.col-lg-push-3 {
	left: 25%
}
.col-lg-push-2 {
	left: 16.66666667%
}
.col-lg-push-1 {
	left: 8.33333333%
}
.col-lg-push-0 {
	left: 0
}
.col-lg-offset-12 {
	margin-left: 100%
}
.col-lg-offset-11 {
	margin-left: 91.66666667%
}
.col-lg-offset-10 {
	margin-left: 83.33333333%
}
.col-lg-offset-9 {
	margin-left: 75%
}
.col-lg-offset-8 {
	margin-left: 66.66666667%
}
.col-lg-offset-7 {
	margin-left: 58.33333333%
}
.col-lg-offset-6 {
	margin-left: 50%
}
.col-lg-offset-5 {
	margin-left: 41.66666667%
}
.col-lg-offset-4 {
	margin-left: 33.33333333%
}
.col-lg-offset-3 {
	margin-left: 25%
}
.col-lg-offset-2 {
	margin-left: 16.66666667%
}
.col-lg-offset-1 {
	margin-left: 8.33333333%
}
.col-lg-offset-0 {
	margin-left: 0
}
}
.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
	content: " ";
	display: table
}
.clearfix:after, .container-fluid:after, .container:after, .row:after {
	clear: both
}
.devider-bottom:after, .devider-top:before, hr {
	border: 0;
	border: none;
	margin: 30px 0;
	display: block;
	content: '';
	height: 1px;
	width: 100%;
	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(241,241,241,0)), color-stop(33%, rgba(241,241,241,1)), color-stop(66%, rgba(241,241,241,1)), color-stop(100%, rgba(241,241,241,0)));
	background: -webkit-linear-gradient(left, rgba(241,241,241,0) 0, rgba(241,241,241,1) 33%, rgba(241,241,241,1) 66%, rgba(241,241,241,0) 100%);
	background: linear-gradient(to right, rgba(241,241,241,0) 0, rgba(241,241,241,1) 33%, rgba(241,241,241,1) 66%, rgba(241,241,241,0) 100%)
}
.devider-heavy:after, .devider-heavy:before, hr.devider-heavy {
	height: 3px
}
.devider-margin-medium.devider-bottom:after, .devider-margin-medium.devider-top:before, hr.devider-margin-medium {
	margin: 40px 0
}
.devider-margin-big.devider-bottom:after, .devider-margin-big.devider-top:before, hr.devider-margin-big {
	margin: 50px 0
}
.row+.devider-bottom:after, .row+.devider-top:before, .row+hr {
	margin-top: 0
}
.row+.devider-margin-medium.devider-bottom:after, .row+.devider-margin-medium.devider-top:before, .row+hr.devider-margin-medium {
	margin-top: 10px
}
.row+.devider-margin-big.devider-bottom:after, .row+.devider-margin-big.devider-top:before, .row+hr.devider-margin-big {
	margin-top: 20px
}
.row-inline-wrap {
	margin-left: -15px;
	margin-right: -15px
}
margin-bottom:30px
}
.row.row-inline {
	display: table;
	font-size: 0;
	width: 100%;
	margin-left: 0;
	margin-right: 0
}
.row.row-inline>* {
	display: block;
	padding-left: 0;
	padding-right: 0;
	float: none;
	font-size: 14px;
	vertical-align: middle
}
.row-inline.inline-bottom>* {
	vertical-align: bottom
}
.row-inline.inline-top>* {
	vertical-align: top
}

@media (min-width:992px) {
.row.row-inline>[class*=col-md-] {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px
}
}

@media (min-width:768px) {
.row.row-inline>[class*=col-sm-] {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px
}
}
article.post-mini.devider-top:before {
	margin: 15px 0
}
ul.arrow>li, ul.check>li, ul.circle>li, ul.dash>li, ul.default>li, ul.plus>li {
	list-style: none;
	padding: 0 0 0 24px;
	position: relative;
	margin: 5px 0;
	list-style-image: url('cross.svg') !important;
}
ol>li {
	margin: 5px 0
}
ul.default>li {
	padding: 0
}
ul.arrow>li:before, ul.check>li:before, ul.circle>li:before, ul.dash>li:before, ul.plus>li:before {
	left: 0;
	top: 1px;
	position: absolute;
	font-family: FontAwesome;
	font-weight: 100;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased
}
.cm, .ge, .sd {
	font-style: italic
}
ul.arrow>li:before {
	content: "\f054"
}
ul.circle>li:before {
	top: 4px;
	font-size: 7px;
	content: "\f111"
}
ul.check>li:before {
	content: "\f00c"
}
ul.plus>li:before {
	list-style-image: url('plus999.svg');
}
ul.dash>li:before {
	top: 2px;
	content: "\f068"
}
.text-right ul.arrow>li, .text-right ul.check>li, .text-right ul.circle>li, .text-right ul.dash>li, .text-right ul.plus>li {
	padding: 0 24px 0 0
}
.text-right ul li:before {
	left: auto;
	right: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

body {background-color: #f9f9f9;}		
p {
			
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-style: normal;
	font-size: 15.72px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-right: 12px;
	padding-right: 9px;
	margin-bottom: 18px 
}
.tight87{	
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 15.72px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
			margin-top: 0;
	margin-bottom: 12px;
	margin-right: 12px;
	padding-right: 9px;
	margin-bottom: 24px;
    width: 775px !important;}
.tight85{	
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 15.72px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
			margin-top: 0;
	margin-bottom: 12px;
	margin-right: 12px;
	padding-right: 9px;
	margin-bottom: 24px;
    width: 750px !important;}
.tight8{	
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 15.72px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
			margin-top: 0;
	margin-bottom: 12px;
	margin-right: 12px;
	padding-right: 9px;
	margin-bottom: 24px;
    width: 700px !important;}
.tight7{	
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 15.72px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
			margin-top: 0;
	margin-bottom: 12px;
	margin-right: 12px;
	padding-right: 9px;
	margin-bottom: 24px;
    width: 600px !important;}
.tight6{	
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 15.72px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
			margin-top: 0;
	margin-bottom: 12px;
	margin-right: 12px;
	padding-right: 9px;
	margin-bottom: 24px;
    width: 550px !important;}
.tight5{	
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 15.72px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
			margin-top: 0;
	margin-bottom: 12px;
	margin-right: 12px;
	padding-right: 9px;
	margin-bottom: 24px;
    width: 500px !important;}
.tight4{	
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 15.72px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
			margin-top: 0;
	margin-bottom: 12px;
	margin-right: 33px;
	padding-right: 6px;
	margin-bottom: 24px;
	width: 450px !important;}
		
.tight3{	
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 15.72px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
			margin-top: 0;
	margin-bottom: 12px;
	margin-right: 33px;
	padding-right: 6px;
	margin-bottom: 24px;
	width: 300px !important;}
.tight25{	
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 15.72px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
			margin-top: 0;
	margin-bottom: 12px;
	margin-right: 33px;
	padding-right: 6px;
	margin-bottom: 24px;
	width: 270px !important;}	 
		
.tight2{	
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 16.72px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
			margin-top: 0;
	margin-bottom: 12px;
	margin-right: 12px;
	padding-right: 9px;
	margin-bottom: 24px}

.tight{	
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 15.72px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
			margin-top: 0;
	margin-bottom: 12px;
	margin-right: 12px;
	padding-right: 9px;
	margin-bottom: 24px}
		


	
h3 {
    font-size: 24px;
    line-height: 30px;
	font-family: omnes-cyrillic, sans-serif;
	color: #181818;
font-style: normal;
font-weight: 300;
}

h4 {
    font-size: 17px;
    line-height: 19px;
	font-family: omnes-cyrillic, sans-serif;
font-style: normal;
font-weight: 400;
	color: #181818;
	margin-bottom: -3px;
}

/* Won't be used here */

h5 {
    font-size: 16px;
    line-height: 18px;
	font-family: omnes-cyrillic, sans-serif;
font-style: normal;
font-weight: 300;
}
	
 h6 {
    font-size: 16px;
    line-height: 18px;
	font-family: omnes-cyrillic, sans-serif;
font-style: normal;
font-weight: 400;
color: #181818;
	margin-bottom: -2px;
}
	 
.bg301 {
	background-image: url(img/foot-301.png)
}
.bg302 {
	background-image: url(img/foot-302.png)
}
.bg303 {
	background-image: url(img/foot-303.png)
}
.bg304 {
	background-image: url(img/foot-304.png)
}
.bg305 {
	background-image: url(img/foot-305.png)
}
.bg306 {
	background-image: url(img/foot-306.png)
}


#abc {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	position: fixed;
	background-color: rgba(31,33,43,.87);
	overflow: auto;
	z-index: 12
}
#def {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	position: fixed;
	background-color: rgba(31,33,43,.87);
	overflow: auto;
	z-index: 12
}
img#close {
	border: 0px;
	color: #454545;
	 
}
div#popupContact {
	position: absolute;
	left: 50%;
	top: 39%;
	margin-left: -202px;
}
form {
	max-width: 480px;
	min-width: 360px;
	padding: 10px 50px;
	border: 1px solid #676767;
	border-radius: 10px;
	font-color: #454545;
	background-color: #f1f1f1;
}

}
hr {
	border: 0;
	border-top: 1px solid #ccc;
}
input[type=text] {
	width: 82%;
	padding: 10px;
	margin-top: 30px;
	padding-left: 40px;
	font-size: 16px;
}
#name {
	background-image: url(../images/name.jpg);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	margin-left: 5px;
}
#email {
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: 5px 7px
}
textarea {
	background-repeat: no-repeat;
	background-position: 5px 7px;
	width: 82%;
	height: 95px;
	padding: 10px;
	resize: none;
	margin-top: 30px;
	padding-left: 40px;
	font-size: 16px;
	background-color: #a1a1a1;
	margin-bottom: 30px
}
.form-control {
	color: #454545;
	background: #ffffff;
}
@font-face {
  font-family: venera-900;
  src: url("fonts/Venera 900.otf");
}
@font-face {
  font-family: venera-700;
  src: url("fonts/Venera 700.otf");
}
@font-face {
  font-family: venera-500, sans-serif;
  src: url("fonts/Venera 500.otf");
}
@font-face {
  font-family: venera-300, sans-serif;
  src: url("fonts/Venera 300.otf");
}
@font-face {
  font-family: venera-100, sans-serif;
  src: url("fonts/Venera 100.otf");
}

.venta {font-family: venera-900, sans-serif;}  
.ventas {font-family: venera-100, sans-serif;}
.vxs{		
font-family: eurostile-extended, sans-serif;
font-style: normal;
font-weight: 400;
}
.vxsi{	
font-family: eurostile-extended, sans-serif;
font-style: oblique;
font-weight: 400;
	}
.logofnt{
	font-family: venera-900, sans-serif;
font-style: normal;
font-weight: 400;
	
}
a.vlnk {
	color: #A2094A!important;
}
a.vlnk:hover{
color: #A2094A!important;}
a.vlnk:active {
color: #A2094A!important;
}
a.blnk {
	color: #181781!important;
}
a.blnk:hover{
color: #a232c7f!important;}
a.blnk:active {
color: #232c7f!important;
}
a.dlnk {
	color: #181781!important;
}
a.dlnk:hover{
color: #0090cb!important;}
a.dlnk:active {
color: #0090cb!important;
}
::-webkit-scrollbar {
display: none; /* Chrome Safari */
}
1{font-size:42px;line-height:44px;margin:0 0 40px}h0{font-weight:300;letter-spacing:-1px;margin:0;color:#f9f9f9}h0{font-size:42px;line-height:44px;margin:0 0 40px}h2{font-size:36px;line-height:38px;margin:0 0 35px}h3{font-size:28px;font-weight:400;letter-spacing:normal;line-height:28px;margin-bottom:30px}h4,h5,h6{letter-spacing:normal;margin:0 0 15px}h4{font-size:16px;font-weight:400;line-height:26px}h5{font-size:14px;font-weight:600;line-height:18px}h6{font-size:12px;font-weight:400;line-height:18px}	
.bg667{background-image: url('slider/slider-115.png')}
.bg668{background-image: url('slider/slider-121.png')}
.bg669{background-image: url('slider/slider-139.png')}
.bg1{background-color: section-gray}

.bg.main{background-color: #b54321}
.bg-white{background-color: #f5f5f5}
.bg-light{background-color: #f9f9f9}
.bg-gray{background-color: #eaedec}
.bg-dark{background-color: #315659}
.bg-dark{background-color: #315659}
.bg-black{background-color: #000000}
.bg-subfoot{background-color:#090a0b}
#txt {color: #363339!important}
#revtxt {color: #f9f9f9!important}
#rvt {color: #f9f9f9!important; font-weight: 400}
#vt {color: #363339!important; font-weight: 400} 
.section-light{background-color: #f9f9f9;}
.section-dark{background-color: #3b5a78;}
.section-white{background-color: #f5f5f5;}
.section-offwhite{background-color: #f1f1f1;}
.section-gray{background-color: #eaedec;}

.hdr{color:#232c7f; font-weight: 500; font-size: 19px}
#dark{background-color: #315659!important}
#darkh{color: #37536e;}
.dark{color:#303336;border-color:#303336}
#f9{background-color: #f9f9f9!important}	
#lnk {color:#a2094a!important} 
#ff{background-color: #ffffff!important}	

 .progress{border-radius:2px;box-shadow:none;height:24px;margin-bottom:15px;background-color:#e2e2e2}
	.progress-bar{text-align:left;background-color:#eaeaea;line-height:23px;color:#f9f9f9; font-weight: 500;}
.progress-bar-animate{-webkit-transition:width 1s ease-out;transition:width 1s ease-out}
.progress-bar span{padding:5px 17px;background-color:#444448} 
.progress.progress-bar-info{background-color:#5bc0de!important}
.progress.progress-bar-danger{background-color:#d9534f!important}
.progress.progress-bar-warning{background-color:#f0ad4e!important}
.progress.progress-bar-success{background-color:#5cb85c!important}
.progress .progress-bar-primary{background-color:#428bca!important}
	.bgheader {background-image:url("slider/slider-01.png")}
 
    .bgheader-100 {background-image:url("img/fusion-side-11f.png")}
    .bgheader-101 {background-image:url("img/gtw-under-27a.png")}
	.bgheader-102 {background-image:url("img/gtw-under-23c.png")}
	.bgheader-103 {background-image:url("img/fusion-side-11a.png")}
	.bgheader-104 {background-image:url("slider/slider-01.png")}
	.bgheader-105 {background-image:url("img/white-silver.jpg")}
	.bgheader-106 {background-image:url("slider/slider-139.png")}
	.bgheader-107 {background-image:url("slider/slider-02.png")}
	.bgheader-108 {background-image:url("slider/slider-134.png")}
	.bgheader-109 {background-image:url("img/circuit-4444.png")}
#lift {margin-top: -1px; margin-left: 3px}
#lift2 {margin-top: -5px; margin-left: 3px}
#bul{color:#0f365b;!important}
.hdrd{color:#a2094a; font-weight: 500; font-size: 19px} 
.hdbb{color:#232c7f; font-weight: 500; font-size: 19px} 
.hdrr{color:#a2094a; font-weight: 500; font-size: 19px} 
.bb {color: #111c7f}
.hdrb{color:#232c7f; font-weight: 400; font-size: 16px!important}
.hdrbs{color:#232c7f; font-weight: 400; font-size: 14px!important}
hedb{color:#232c7f; font-weight: 400; font-size: 16px!important}
hedr{color:#a2094a; font-weight: 400; font-size: 16px!important}
.scale0 {  transform: scale(1);}
.scale1 {  transform: scale(0.1);}
.scale15 {  transform: scale(0.1.5);}
.scale2 {  transform: scale(0.2);}
.scale25 {  transform: scale(0.2.5);}
.scale3 {  transform: scale(0.3);}
.scale35 {  transform: scale(0.3.5);}
.scale4 {  transform: scale(0.4);}
.scale45 {  transform: scale(0.4.5);}
.scale5 {  transform: scale(0.5);}
.scale55 {  transform: scale(0.5.5);}
.scale6 {  transform: scale(0.6);}
.scale65 {  transform: scale(0.6.5);}
.scale7 {  transform: scale(0.7);}
.scale75 {  transform: scale(0.7.5);}
.scale8 {  transform: scale(0.8);}
.scale85 {  transform: scale(0.8.5);}
.scale9 {  transform: scale(0.9);}
.scale95 {  transform: scale(0.9.5);}
.scale87 {transform: scale(0.87); /* Equal to scaleX(0.7) scaleY(0.7) */}
.scale85 {transform: scale(0.85); /* Equal to scaleX(0.7) scaleY(0.7) */}
.scale93 {transform: scale(0.93); /* Equal to scaleX(0.7) scaleY(0.7) */}
.scale89 {transform: scale(0.89); /* Equal to scaleX(0.7) scaleY(0.7) */}
.scale99 {  transform: scale(0.99);}
.scale98 {  transform: scale(0.98);}
.scale97 {  transform: scale(0.97);}
.scale96 {  transform: scale(0.96);}
.scale95 {  transform: scale(0.95);}
.scale94 {  transform: scale(0.94);}
.scale93 {  transform: scale(0.93);}
.scale92 {  transform: scale(0.92);}
.scale91 {  transform: scale(0.91);}
.scale90 {  transform: scale(0.90);}
.scale89 {  transform: scale(0.89);}
.scale88 {  transform: scale(0.88);}
.scale87 {  transform: scale(0.87);}
.scale86 {  transform: scale(0.86);}
.scale85 {  transform: scale(0.85);}
.scale84 {  transform: scale(0.84);}
.scale83 {  transform: scale(0.83);}
.scale82 {  transform: scale(0.82);}
.scale81 {  transform: scale(0.81);}
.scale80 {  transform: scale(0.80);}
.scale79 {  transform: scale(0.79);}
.scale78 {  transform: scale(0.78);}
.scale77 {  transform: scale(0.77);}
.scale76 {  transform: scale(0.76);}
.scale75 {  transform: scale(0.75);}
.scale74 {  transform: scale(0.74);}
.scale73 {  transform: scale(0.73);}
.scale72 {  transform: scale(0.72);}
.scale71 {  transform: scale(0.71);}
.scale70 {  transform: scale(0.70);}
.scale69 {  transform: scale(0.69);}
.scale68 {  transform: scale(0.68);}
.scale67 {  transform: scale(0.67);}
.scale66 {  transform: scale(0.66);}
.scale65 {  transform: scale(0.65);}
.scale64 {  transform: scale(0.64);}
.scale63 {  transform: scale(0.63);}
.scale62 {  transform: scale(0.62);}
.scale61 {  transform: scale(0.61);}
.scale60 {  transform: scale(0.60);}
.scale59 {  transform: scale(0.59);}
.scale58 {  transform: scale(0.58);}
.scale57 {  transform: scale(0.57);}
.scale56 {  transform: scale(0.56);}
.scale55 {  transform: scale(0.55);}
.scale54 {  transform: scale(0.54);}
.scale53 {  transform: scale(0.53);}
.scale52 {  transform: scale(0.52);}
.scale51 {  transform: scale(0.51);}
.scale50 {  transform: scale(0.50);}
.scale49 {  transform: scale(0.49);}
.scale48 {  transform: scale(0.48);}
.scale47 {  transform: scale(0.47);}
.scale46 {  transform: scale(0.46);}
.scale45 {  transform: scale(0.45);}
.scale44 {  transform: scale(0.44);}
.scale43 {  transform: scale(0.43);}
.scale42 {  transform: scale(0.42);}
.scale41 {  transform: scale(0.41);}
.scale40 {  transform: scale(0.40);}
.scale39 {  transform: scale(0.39);}
.scale38 {  transform: scale(0.38);}
.scale37 {  transform: scale(0.37);}
.scale36 {  transform: scale(0.36);}
.scale35 {  transform: scale(0.35);}
.scale34 {  transform: scale(0.34);}
.scale33 {  transform: scale(0.33);}
.scale32 {  transform: scale(0.32);}
.scale31 {  transform: scale(0.31);}
.scale30 {  transform: scale(0.30);}
.scale29 {  transform: scale(0.29);}
.scale28 {  transform: scale(0.28);}
.scale27 {  transform: scale(0.27);}
.scale26 {  transform: scale(0.26);}
.scale25 {  transform: scale(0.25);}
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.WebContainer{
    width: 100%;
    height: auto;
}
