body {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-size: 14px;
	color: #292929;
	font-family: 'Arial';
	webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-o-transition: .3s all linear;
	-ms-transition: .3s all linear;
	transition: .3s all linear;
}
img {
	max-width: 100%;
	height: auto;
}
p, h4, h5, h6 {
	margin: 0;
}

h1, h2, h3 {
	margin: 0;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 300;
}

a {
	webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-o-transition: .3s all linear;
	-ms-transition: .3s all linear;
	transition: .3s all linear;
}
a:hover {
	text-decoration: none;
}
.wrapper {
	margin: 0 auto;
}
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.87);
}
.header-wrap {
	position: relative;
}
.nav-wrap {
	max-width: 1076px;
}
.nav-wrap .navbar-default {
	background: none;
	border: none;
}
.nav-wrap .navbar-brand {
	height: inherit;
	padding: 12px 0px;
}
.nav-wrap .container-fluid, .nav-wrap .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
.nav-wrap .navbar > .container .navbar-brand, .nav-wrap .navbar > .container-fluid .navbar-brand {
	margin-left: 0;
}
.nav-wrap .navbar-default .navbar-nav > li > a {
	color: #4b4b4b;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 300;
	font-size: 20px;
	padding: 21px 23px 24px;
	line-height: 20px;
	border-left: #c8ced3 1px solid;
}
.nav-wrap .navbar-nav.navbar-right:last-child {
	margin-right: 0;
}
.nav-wrap .navbar-default .navbar-nav > li > a:hover, .nav-wrap .navbar-default .navbar-nav > li > a:focus {
	color: #4b4b4b;
	background-color: #f6f6f6;
}
.nav-wrap .navbar-default .navbar-nav .dropdown a {
	background: #f6f6f6;
	font-weight: 700;
	color: #4b4b4b;
}
.nav-wrap .navbar-right .dropdown-menu {
	min-width: 430px;
	padding: 33px 0 14px;
	right: -1px;
	top: 56px;
	margin: 0px 0 0;
	font-size: 13px;
	border: 1px solid #c8ced3;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #4b4b4b;
	background: #f6f6f6;
	z-index: 99999;
}
.nav-wrap .navbar-default .navbar-nav .dropdown .dropdown-menu li {
	margin: 6px 0;
	position: relative;
	padding-left: 9px;
}
.nav-wrap .navbar-default .navbar-nav .dropdown .dropdown-menu a {
	background: none;
	font-weight: normal;
	font-size: 13px;
	color: #4b4b4b;
}
.nav-wrap .navbar-default .navbar-nav .dropdown .dropdown-menu a span {
	font-size: 10px;
}
.nav-wrap .navbar-default .navbar-nav .dropdown .dropdown-menu li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '-';
	font-size: 13px;
	color: #4b4b4b;
	margin: 0 0 0 0;
}
.nav-wrap .caret {
	border-top: 9px solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	margin-left: 15px;
}
.nav-wrap .navbar {
	margin: 0;
	min-height: inherit;
}
.nav-wrap .nav .open > a, .nav-wrap .nav .open > a:hover, .nav-wrap .nav .open > a:focus {
	z-index: 9999;
}
.nav-wrap .dropdown.open:before {
	position: absolute;
	bottom: 0;
	content: '';
	width: 99%;
	height: 1px;
	background: #f6f6f6;
	margin: 0 0 8px 1px;
	z-index: 999999;
	left: 0;
}
.col-wrap {
	width: 50%;
	float: left;
}
.col-wrap {
	border-right: #dadee1 1px solid;
	padding: 0 5px 0 24px;
}
.col-wrap:last-child {
	border: none;
}
.language {
	width: 42px;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0 0 0 0;
	background: #f6f6f6;
	padding: 21px 0px 28px 0px;
	border: #c8ced3 1px solid;
	border-bottom: none;
	border-top: none;
}
.language ul {
	margin: 0;
	padding: 0;
}
.language ul li {
	list-style-type: none;
	display: block;
	margin: 0 0 0 0;
}
.language ul li a {
	padding: 0 0 0 7px;
}
.language .caret {
	color: #676767;
	margin-top: 6px;
}
.language .dropdown-menu {
	top: 44px;
	width: 42px;
	min-width: 100%;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #f6f6f6;
	border-top: 0;
	margin: 0 0 0 -1px;
	padding-bottom: 10px;
}
.language .dropdown-menu li {
	margin: 0 0 5px 0;
}
.language .dropdown-menu a {
	padding: 0px 0 0 8px;
}
.banner {
	min-height: 400px;
	background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
}
.banner-content {
	max-width: 620px;
	padding: 117px 0 20px;
}
.banner-content h2 {
	font-size: 48px;
	line-height: 45px;
	display: inline-block;
	font-family: 'Yanone Kaffeesatz';
	font-weight: 200;
	letter-spacing: -2px;
}
.contact {
	padding-top: 58px;
}
.contact p {
	display: block;
	font-size: 30px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 200;
	margin: 0;
}
.contact p span {
	font-size: 36px;
}
.topBlock {
	background: #4daeec;
	padding: 23px 0 28px;
	color: #fff;
}
.topBlock h2 {
	font-size: 29px;
	padding-bottom: 12px;
	font-weight: 200 !important;
}
.topBlock p {
	line-height: 21px;
}
.contentBlock {
	padding: 50px 0 42px;
}
.contentBlock h2, .serviceBlock h2 {
	font-size: 33px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 300;
}
.three-col {
	text-align: center;
	padding-bottom: 27px;
}
.icon {
	margin: 20px 0;
}
.contentBlock p {
	line-height: 23px;
	text-align: left;
	font-size:15px;
	margin: 13px 0;
	color:#6A6767;
}
.border {
	border-left: #d0d0d0 dotted 1px;
	padding-left: 26px;
}
.two-col {
	padding: 39px 0;
}
.list-items {
	padding: 15px 0 7px;
}
.list-items ul {
	margin: 0;
	padding: 0;
}
.list-items ul li {
	list-style-type: none;
	display: block;
	margin: 10px 0;
	position: relative;
	color: #6A6767;
	padding-left: 7px;
	font-size:15px;
	line-height:23px;
}
.list-items ul li:before {
	content: '-';
	position: absolute;
	margin: 0 0 0 0;
	color: #4c4c4c;
	top: 0;
	left: 0;
}
.list-items ul li a {
	color: #4c4c4c;
}
.rightBlock {
	padding: 0px 0 0 52px;
	margin: 9px 0 0 0;
}
.rightBlock h3 {
	font-size: 23px;
	color: #4c4c4c;
	font-weight: 300;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	margin: 9px 0 14px;
}
.rate {
	padding:  0px;
}
.rate ul {
	margin: 0 0;
	padding: 0;
}
.rate ul li {
	list-style-type: none;
	display: block;
	margin: 0 0;
	font-size: 13px;
	padding: 5px 0 6px 20px;
	border-bottom: #cbcbcb 1px solid;
}
.rate ul li:first-child {
	border: none;
	font-size: 20px;
	color: #fff;
	background: #33b6e9;
	font-weight: 200;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	padding: 15px 0 14px 20px;
}
.rate ul li:last-child {
	text-align: right;
	border: none;
	font-style: italic;
	font-size: 12px;
	padding-top: 5px;
}
.rate ul li strong {
	font-weight: bold;
	font-size: 21px;
	line-height: 28px;
}
.tradiction {
	padding: 12px 0 30px 10px;
}
.tradiction ul {
	margin: 0;
	padding: 0;
}
.tradiction ul li {
	list-style-type: none;
	display: block;
	margin: 0 0;
	position: relative;
	padding-left: 8px;
}
.tradiction ul li:before {
	position: absolute;
	content: "\f04d";
	font-family: 'FontAwesome';
	top: 0;
	left: 0;
	margin: 7px 0 0 0;
	font-size: 4px;
	color: #4c4c4c;
}
.tradiction ul li p {
	margin: 0;
	line-height: 25px;
}
.serviceBlock {
	background: #f0f4f7;
	padding: 88px 0 70px;
}
.serviceBlock p {
	margin: 13px 0 37px;
	line-height: 23px;
	color:#6A6767;
	font-size:15px;
}
.serviceBlock .contact {
	padding: 22px 0 0px;
}
footer {
	background: #dadada;
	padding: 40px 0;
	border-top: #c6c6c6 2px solid;
}
footer p {
	color: #676767;
	font-size: 13px;
	line-height: 20px; 
	margin: 12px 0;
}
footer p a {
	color: #222222;
	text-decoration: underline;
}
footer ul {
	margin: 0;
	padding: 0;
}
footer ul li {
	list-style-type: none;
	color:#676767;
	font-size: 13px;
	vertical-align: middle;
	line-height: 17px;
	text-align:left;
}
footer ul li:first-child {
	margin: 0;
}
footer ul li a {
	color: #676767;
	margin-top: 6px;
	display: inline-block;
}
footer ul li span {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 300;
	font-size: 31px;
}
.icon-wrap {
	width: 40px;
	float: left;
}
.text {
	padding-left: 50px;
	color:#676767;
	line-height:22px;
	margin-bottom:-8px
}
.ratesBanner {
	min-height: 428px;
	background: url(img/rate-banner.jpg)center 0px no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
}
.banner-content h2 img {
	margin-left: 14px;
	vertical-align: top;
}
.ratesBanner .banner-content {
	max-width: 690px;
	padding: 128px 0 20px;
}
.ratesBanner .banner-content p {
	margin: 11px 0;
	max-width: 590px;
	line-height: 24px;
}
.ratesBanner .contact {
	padding-top: 27px;
}
.RatesBlock {
	padding: 97px 0;
}
.RatesBlock .rate {
	padding: 5px 20px 0 0px;
}
.flag {
	width: 50px;
	float: left;
	clear: right;
	display: block;
	margin-top: 4px;
}
.texts {
	padding-left: 50px;
	display: block;
	padding-top: 3px;
}
.mapWrap {
	min-height: 428px;
	background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
}
.ContactBlock {
	padding: 49px 0 0;
	border-bottom: #c6c6c6 1px solid;
	margin-bottom: 5px;
}
.ContactBlock h2 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 60px;
	font-weight: 300;
	margin-bottom: 42px;
}
.ContactBlock ul {
	margin: 0;
	padding: 0;
}
.ContactBlock ul li {
	list-style-type: none;
	display: block;
	margin: 31px 0px 0;
	color: #272727;
	font-size: 16px;
	line-height: 24px;
}
.ContactBlock ul li span {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 300;
	font-size: 36px;
}
.ContactBlock ul li a {
	color: #272727;
}
.ContactBlock .icon-wrap {
	margin-top: 5px;
}
.form-wrap {
	border-top: #b2b2b2 1px solid;
	margin: 39px 0;
	padding: 66px 11px 66px 88px;
}
.form-wrap .form-group {
	margin-bottom: 18px;
}
.form-wrap input[type="text"] {
	height: 30px;
	border: none;
	border-radius: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#959494+0,3f3f3f+100&amp;0.3+0,0.3+100 */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk1OTQ5NCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNmM2YzZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, rgba(149,148,148,0.3) 0%, rgba(63,63,63,0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(149,148,148,0.3)), color-stop(100%, rgba(63,63,63,0.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(149,148,148,0.3) 0%, rgba(63,63,63,0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(149,148,148,0.3) 0%, rgba(63,63,63,0.3) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(149,148,148,0.3) 0%, rgba(63,63,63,0.3) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(149,148,148,0.3) 0%, rgba(63,63,63,0.3) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d959494', endColorstr='#4d3f3f3f', GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow: inset 0px 1px 6px -1px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: inset 0px 1px 6px -1px rgba(0, 0, 0, 0.31);
	box-shadow: inset 0px 1px 6px -1px rgba(0, 0, 0, 0.31);
}
.form-wrap textarea {
	border: none;
	border-radius: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#959494+0,3f3f3f+100&amp;0.3+0,0.3+100 */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk1OTQ5NCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNmM2YzZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, rgba(149,148,148,0.3) 0%, rgba(63,63,63,0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(149,148,148,0.3)), color-stop(100%, rgba(63,63,63,0.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(149,148,148,0.3) 0%, rgba(63,63,63,0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(149,148,148,0.3) 0%, rgba(63,63,63,0.3) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(149,148,148,0.3) 0%, rgba(63,63,63,0.3) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(149,148,148,0.3) 0%, rgba(63,63,63,0.3) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d959494', endColorstr='#4d3f3f3f', GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow: inset 0px 1px 6px -1px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: inset 0px 1px 6px -1px rgba(0, 0, 0, 0.31);
	box-shadow: inset 0px 1px 6px -1px rgba(0, 0, 0, 0.31);
}
.form-wrap label {
	text-align: right;
	font-weight: normal;
	color: #353535;
	font-size: 13px;
	display: block;
	margin-top: 9px;
}
.form-wrap input[type="submit"] {
	color: #fff;
	text-align: center;
	background: #353535;
	border: none;
	border-radius: 6px;
	text-transform: uppercase;
	font-size: 15px;
	padding: 8px 21px;
	font-weight: bold;
	margin: 8px 0;
	webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-o-transition: .3s all linear;
	-ms-transition: .3s all linear;
	transition: .3s all linear;
}
.form-wrap input[type="submit"]:hover {
	background: #000000;
}
/*font-family: 'Yanone Kaffeesatz', sans-serif;*/


.bandera-tl {
margin:0 0 -8px 4px;
}


.banderas-roll {
	width:130px !important;
	height:30px !important;
	padding: 10px 2px 40px 6px !important;
	margin-left:15px !important;
	float:right !important;
	margin-bottom:30px !important;
}


.banderas-roll:a {
	height:30px !important;
	padding: 10px 5px 10px 10px !important;
	margin-left:5px !important;
	float:right !important;
}

.banderas-roll:hover {
	background-color:#FFF !important;
	height:30px !important;
	float:right !important;
}

.banderas-tx {
	font-size:13px !important;
	text-decoration:none !important;
	padding-right:2px !important;
	color:#999 !important;
	margin-top:5px !important;
	float:right !important;
	height:30px !important;
	width:62px;
}

.banderas-tx:hover {
	font-size:13px;
	color:#000;
	float:right !important;

}

.lang-con-bt {
	background:#f8f6f6;
	border-top:solid 1px #d9d7d7;
	padding:25px 0 0 0;
	position:relative;
	margin-bottom:-40px;
	float:left !important;
}


.bander-pq {
	margin-bottom:-6px;
	padding-right:4px;
	float:left !important;
}
.lang-con2 .container{
	margin: 0 auto !important;
    position: relative !important;
    width: 1033px !important;
}

.llef {
	float:left !important;
	margin: 0 auto !important;
    position: relative !important;
    width: 1033px !important;
}

.pcabe {
	font-size:16px;
	line-height:25px;
	margin-top:30px;
}