body {
	font-family: 'Exo 2', Arial;
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.22;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	min-width: 320px;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%
}
.embed-container embed, .embed-container iframe, .embed-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
#twitter-widget-0{
	position: relative !important;
	top: 4px;
}
strong {
	font-weight: 700
}
input, textarea, select {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0
}
.txt-page img {
	max-width: 100%
}
.mobile-only {
	display: none
}
.container-fluid {
	max-width: 1300px;
	min-width: 300px;
	position: relative
}
.container-fluid .loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	background-color: rgba(255,255,255,.85);
	background-image: url(../img/loader.gif);
	background-repeat: no-repeat;
	background-position: center 155px;
	background-size: 66px;
	z-index: 500;
	display: none
}
.clickable {
	cursor: pointer
}
.txt-center {
	text-align: center
}
p a, a[href^=tel]{
	color: #ee3440;
	text-decoration: underline
}
p a:hover {
	color: #ee3440;
	text-decoration: none
}
a, a:active, a:focus, a:hover {
	outline: 0
}
.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 {
	transition: width .3s ease-in;
	-webkit-transition: width .3s ease-in;
	-moz-transition: width .3s ease-in
}
.old-browser {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 200px;
	text-align: center;
	z-index: 999;
	background: #FFF;
	display: none;
	color: #000
}
.old-browser strong {
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 20px;
	display: block
}
.rotate {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ee3440;
	z-index: 999
}
.rotate img {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 90px;
	margin-left: -45px;
	margin-top: -57px
}
.rotate span {
	font-size: 14px;
	color: #FFF;
	display: block;
	text-align: center;
	position: fixed;
	top: 50%;
	margin-top: 34px;
	width: 100%
}
.home-loading {
	top: 0;
	left: 0;
	background-color: #ee3440;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 700
}
.home-loading img.md {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 404px;
	margin-left: -202px;
	margin-top: -167px;
	animation: animInitialHeader 1s cubic-bezier(.7,0,.3,1) both;
	-webkit-animation: animInitialHeader 1s cubic-bezier(.7,0,.3,1) both;
	animation-delay: .1s;
	-webkit-animation-delay: .1s;
	transform: translate3d(0,0,0) scale3d(1,1,1);
	-ms-transform: translate3d(0,0,0) scale3d(1,1,1);
	-webkit-transform: translate3d(0,0,0) scale3d(1,1,1)
}
.home-loading img.loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 66px;
	margin-left: -33px;
	margin-top: 120px;
	animation: animInitialHeader 1.1s cubic-bezier(.7,0,.3,1) both;
	-webkit-animation: animInitialHeader 1.1s cubic-bezier(.7,0,.3,1) both;
	animation-delay: .2s;
	-webkit-animation-delay: .2s;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transition: opacity .1s ease-out;
	-webkit-transition: opacity .1s ease-out
}@keyframes animInitialHeader{0%{opacity:0;transform:translate3d(0,800px,0) scale3d(.4,.4,1);-webkit-transform:translate3d(0,800px,0) scale3d(.4,.4,1);-ms-transform:translate3d(0,800px,0) scale3d(.4,.4,1)}}@-webkit-keyframes animInitialHeader{0%{opacity:0;transform:translate3d(0,800px,0) scale3d(.4,.4,1);-webkit-transform:translate3d(0,800px,0) scale3d(.4,.4,1);-ms-transform:translate3d(0,800px,0) scale3d(.4,.4,1)}}
.home-loading.loaded {
	animation: animLoadedBg .6s cubic-bezier(.7,0,.3,1) forwards;
	-webkit-animation: animLoadedBg .6s cubic-bezier(.7,0,.3,1) forwards;
	animation-delay: .2s;
	-webkit-animation-delay: .2s
}
.home-loading.loaded img.md {
	animation: animLoadedLogo 1s cubic-bezier(.7,0,.3,1) forwards;
	-webkit-animation: animLoadedLogo 1s cubic-bezier(.7,0,.3,1) forwards
}@keyframes animLoadedLogo{100%{transform:translate3d(0,-800px,0) scale3d(.1,.1,1);-webkit-transform:translate3d(0,-800px,0) scale3d(.1,.1,1);-ms-transform:translate3d(0,-800px,0) scale3d(.1,.1,1)}}@-webkit-keyframes animLoadedLogo{100%{transform:translate3d(0,-800px,0) scale3d(.1,.1,1);-webkit-transform:translate3d(0,-800px,0) scale3d(.1,.1,1);-ms-transform:translate3d(0,-800px,0) scale3d(.1,.1,1)}}@keyframes animLoadedBg{100%{transform:translate3d(0,-100%,0);-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0)}}@-webkit-keyframes animLoadedBg{100%{transform:translate3d(0,-100%,0);-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0)}}
.home-loading.loaded img.loading {
	opacity: 0
}
.mobile-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	top: -100%;
	left: 0;
	background: #d31e2a;
	z-index: 700;
	padding: 95px 15px 15px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out
}
.mobile-menu a {
	display: block;
	width: 100%;
	color: #FFF;
	font-size: 23px;
	font-weight: 100;
	text-decoration: none;
	text-align: center;
	margin-bottom: 2px
}
.mobile-menu > a.active, .mobile-menu > a:hover {
	background: #ee3440
}
.mobile-menu .sub{
	text-align: center;
	position: relative;
}
.mobile-menu .sub a {
	display: inline-block;
}
.mobile-menu .sub a.fb{
	width: 36px;
	height: 36px;
	margin: 0px 5px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: 50%;
	margin-left: 5px;
	border: 1px solid #FFFFFF;
}
.mobile-menu .sub a.fb:first-child{
	left: auto;
	right: 50%;
	margin-right: 5px;
}
.mobile-menu .sub a img {
	max-width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.mobile-menu .sub.lang img{
	height: 36px;
	width: 36px;
	position: relative;
	top: -2px;
}
.mobile-menu .sub.lang{
	border-top: 1px solid #FFFFFF;
	padding-top: 5px;
}
.mobile-menu .sub.lang select{
	background-color: #ee3440;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 45px;
	height: 45px;
	padding: 0px 15px;
	margin-left: 5px;
	border: 0px;
	font-weight: 300;
	width: 200px;
	-webkit-appearance: none;
     -moz-appearance: none;
}
.mobile-menu .sub.lang .lang-select{
	display: inline;
	position: relative;
}
.mobile-menu .sub.lang .lang-select:after{
	content: " ";
	position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #FFFFFF;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	top: 7px;
	right: 13px;
}
header {
	position: fixed;
	top: 0;
	height: 80px;
	width: 100%;
	background: #ee3440;
	z-index: 600;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out
}
header a.logo {
	position: absolute;
	left: 24px;
	top: 9px;
	height: 62px
}
header a.logo img {
	max-height: 100%
}
header nav {
	position: absolute;
	right: 24px;
	top: 19px
}
header nav a {
	float: right;
	display: block;
	padding: 10px 14px;
	font-size: 17px;
	font-weight: 300;
	color: #FFF;
	text-decoration: none
}
header nav a.fb {
	padding: 3px 5px;
	border: 1px solid #FFF;
	margin-left: 1px;
	margin-right: 1px
}
header nav a.fb img {
	width: 36px
}
header nav a:focus, header nav a:hover {
	text-decoration: underline;
	color: #FFF
}
header nav a.active:hover {
	text-decoration: none
}
header nav a.active {
	font-weight: 700
}
.breadcrumbs{
	position: fixed;
	top: 80px;
	width: 100%;
	background-color: #FFFFFF;
	font-size: 15px;
	font-weight: 400;
	color: #5d666e;
	line-height: 28px;
	padding: 0px 20px;
	z-index: 598;
}
.breadcrumbs > div{
	display: inline;
}
.breadcrumbs a{
	color: #5d666e;
}
.btn-info {
	border: 0;
	margin: 5px 4px
}
header .dropdown-menu {
	left: auto;
	right: 0;
	min-width: 0
}
.dropdown-menu > li > a {
	float: none;
	padding: 3px 30px;
	font-weight: 300
}
.dropdown-menu > li > a:hover {
	background-color: #ee3440;
	color: #FFF
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: 0
}
span.main-menu {
	display: none;
	right: 24px;
	position: absolute;
	top: 9px;
	cursor: pointer
}
.main-menu label {
	font-size: 19px;
	color: #FFF;
	font-weight: 300;
	position: relative;
	bottom: 8px;
	margin-right: 2px
}
.menu-mobile {
	width: 62px;
	height: 62px;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #FFF
}
.menu-icon {
	display: block;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	width: 40px
}
.menu-icon .menu-icon__text, .menu-icon:after, .menu-icon:before {
	background: #ee3440;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	content: "";
	display: block;
	height: 4px;
	margin: 6px 0;
	transition: all .2s ease-out .5s;
	-webkit-transition: all .2s ease-out .5s;
	width: 100%
}
.menu-icon .menu-icon__text {
	text-indent: -9999px
}
.menu-icon.opened:before {
	transform: rotate(45deg) translate3d(5px,10px,0);
	-webkit-transform: rotate(45deg) translate3d(5px,10px,0)
}
.menu-icon.opened .menu-icon__text {
	opacity: 0
}
.menu-icon.opened:after {
	transform: rotate(-45deg) translate3d(5px,-10px,0);
	-webkit-transform: rotate(-45deg) translate3d(5px,-10px,0)
}
.menu-icon.opened {
	position: relative;
	left: 4px
}
.indent {
	margin: 19px 11px
}
.right-dot-menu {
	position: fixed;
	right: 20px;
	top: 50%;
	margin-top: -125px;
	z-index: 500;
	width: 29px;
	text-align: center
}
.right-dot-menu a {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #FFF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	margin-bottom: 1px;
	border: 1px solid #ee3440;
	transition: all .2s ease-in-out
}
.right-dot-menu a.active {
	background: #ee3440;
	width: 27px;
	height: 27px
}
section.block-img-container {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	position: relative
}
#smile section.block-img-container {
	background-size: contain;
}
#smile #s2 {
	background-image: none;
}
.advantages #s1 {
	background-image: url(../img/medicaldent/10godini-smile.png);
	background-position: center top;
	box-sizing: border-box;
	border-bottom: 10px solid #FFF
}
.advantages #s1 .info-txt {
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -187px;
	margin-right: 30px;
	width: 375px;
	height: 300px;
	padding-top: 75px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #ee3440;
	background: rgba(238,52,64,.93);
	color: #FFF;
	font-size: 43px;
	font-weight: 300;
	font-weight: 100;
	text-align: center;
	box-sizing: content-box;
	-webkit-sizing: content-box;
	-moz-sizing: content-box;
	display: none;
}
.advantages #s2 {
	background-image: url(../img/medicaldent/specialisti-clean.png)
}
.advantages #s2 .red-info-txt {
	text-align: center;
	position: absolute;
	bottom: 140px;
	width: 100%
}
.advantages #s2 .red-info-txt span, .advantages #s3 .red-info-txt span {
	display: inline-block;
	font-size: 42px;
	line-height: 38px;
	font-weight: 100;
	color: #FFF;
	background: #ee3440;
	padding: 2px 8px 8px;
	margin-bottom: 2px
}
#smile #s3 .red-info-txt span {
	display: inline-block;
	font-size: 42px;
	line-height: 38px;
	font-weight: 100;
	color: #FFF;
	background: #ee3440;
	padding: 2px 8px 8px;
	margin-bottom: 2px
}
.advantages #s3 .paragraph-txt {
	max-width: 40%;
	display: inline-block;
	margin: 40px 0;
	font-weight: 300;
}
#smile #s2 .paragraph-txt {
	max-width: 40%;
	display: inline-block;
	padding: 10px 20px;
	font-weight: 300;
}
#smile #s3 {
	background: url(../img/medicaldent/dari-usmivka.png) center no-repeat;
	background-size:  cover;
}
#smile #s4 .paragraph-txt {
	display: inline-block;
	margin: 40px 0;
	font-weight: 300;
	max-width: 70%;
	padding: 10px 20px;
	background: rgba(255,255,255,0.6);
}

.center-txt {
	text-align: center;
}
.advantages #s4 {
	/*background-image: url(../img/03.jpg);*/
	background-image: url(../img/medicaldent/purvichen-clean.png);
}
#smile #s4 {
	background: url(../img/medicaldent/konkordia-clean.png) center no-repeat;
	background-size:  cover;
}
.advantages #s4 .red-info-txt {
	text-align: center;
	position: absolute;
	bottom: 140px;
	width: 100%
}
#smile #s3 .red-info-txt, #smile #s5 .red-info-txt, #smile #s7 .red-info-txt, #smile #s9 .red-info-txt, #smile #s11 .red-info-txt {
	text-align: center;
	position: absolute;
	bottom: 140px;
	width: 100%
}
.advantages #s4 .red-info-txt span, .advantages #s5 .red-info-txt span {
	display: inline-block;
	font-size: 42px;
	line-height: 38px;
	font-weight: 100;
	color: #FFF;
	background: #ee3440;
	padding: 2px 8px 8px;
	margin-bottom: 2px
}
#smile #s4 .red-info-txt span, #smile #s7 .red-info-txt span {
	display: inline-block;
	font-size: 42px;
	line-height: 38px;
	font-weight: 100;
	color: #FFF;
	background: #ee3440;
	padding: 2px 8px 8px;
	margin-bottom: 2px
}
#smile #s6 {
	background: #fff;
}
.advantages #s5 .col-ico {
	display: inline-block;
	width: 25%;
	max-width: 550px;
	margin: 40px 1%;
	vertical-align: top
}
.advantages #s5 .col-ico > img {
	margin-bottom: 20px;
	width: 134px
}
#smile #s6 .col-ico {
	display: inline-block;
	width: 25%;
	max-width: 550px;
	margin: 40px 1%;
	vertical-align: top
}
#smile #s6 .col-ico > img {
	margin-bottom: 20px;
	width: 134px
}
#smile #s5 .red-info-txt span {
	padding: 15px 8px 8px;
}
#smile .col-ico .round_icon > img {
	margin-bottom: 20px;
	width: 134px
}
.round_icon {
    border-radius: 50%;
    overflow: hidden;
    width: 134px;
    height: 127px;
    display: inline-block;
}
.round_icon img {
	display: block;
	height: 100%;
	width: 100%;
	min-width: 100%;
	min-height: 100%;
}
.advantages #s6 {
	background-image: url(../img/04.jpg);
}

#smile #s5 {
	background-image: url(../img/icons/stefan.png);
}
#smile #s7 {
	background-image: url(../img/icons/Bogi1920x740.png);
}
#smile #s9 {
	background-image: url(../img/icons/bobi.png);
}
#smile #s11 {
	background-image: url(../img/icons/petur.png);
}
.advantages #s6 .info-txt {
	position: absolute;
	top: 50%;
	right: 75%;
	margin-top: -200px;
	margin-right: -250px;
	width: 260px;
	height: 340px;
	padding: 60px 70px 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #ee3440;
	background: rgba(238,52,64,.93);
	color: #FFF;
	font-size: 43px;
	line-height: 40px;
	font-weight: 100;
	text-align: center;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box
}
.advantages #s6 .info-txt p {
	font-size: 20px;
	font-weight: 300;
	line-height: 24px
}
.advantages #s7 {
	background-image: url(../img/05.jpg)
}
.advantages #s7 .info-txt {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -200px;
    margin-right: -200px;
    width: 470px;
    height: 270px;
    padding: 50px 10px 0;
    /* border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
     -webkit-border-radius: 50%; */
    background: #ee3440;
    background: rgba(238,52,64,.93);
    color: #FFF;
    font-size: 43px;
    line-height: 50px;
    font-weight: 100;
    text-align: center;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.advantages #s7 .info-txt p {
	font-size: 20px;
	font-weight: 300;
	line-height: 24px
}
.advantages #s8 {
	background-image: url(../img/medicaldent/nai-visoko-nivo.png);
}
.advantages #s8 .red-info-txt {
	text-align: center;
	position: absolute;
	bottom: 140px;
	width: 100%
}
.advantages #s8 .red-info-txt span, .advantages #s9 .red-info-txt span {
	display: inline-block;
	font-size: 42px;
	line-height: 38px;
	font-weight: 100;
	color: #FFF;
	background: #ee3440;
	padding: 2px 8px 8px;
	margin-bottom: 2px
}
.advantages #s9 .col-ico {
	display: inline-block;
	width: 25%;
	max-width: 550px;
	margin: 40px 1%;
	vertical-align: top
}
.advantages #s9 .col-ico > img {
	margin-bottom: 20px;
	width: 134px
}
.advantages #s10 {
	background-image: url(../img/07.jpg)
}
.advantages #s10 .info-txt {
    position: absolute;
    top: -125px;
    right: 50%;
    margin-right: -125px;
    width: 200px;
    height: 161px;
    padding: 30px 25px 0;
    background: #ee3440;
    background: rgba(238,52,64,.93);
    color: #FFF;
    font-size: 32px;
    line-height: 32px;
    font-weight: 100;
    text-align: center;
    z-index: 300;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.advantages #s10 .contact-form {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 400px;
	background: #FFF;
	text-align: center
}
.advantages #s11 {
	background-image: url(../img/medicaldent/grija-otvad-clean.png);
}
.advantages #s11 .red-info-txt {
	text-align: center;
	position: absolute;
	bottom: 140px;
	width: 100%
}
.advantages #s11 .red-info-txt span {
	display: inline-block;
	font-size: 42px;
	line-height: 38px;
	font-weight: 100;
	color: #FFF;
	background: #ee3440;
	padding: 2px 8px 8px;
	margin-bottom: 2px
}
.advantages section.block-txt-container {
	background: #fff
}
.advantages .block-txt {
	background: #FFF;
	position: relative;
	display: table;
	margin: 0 auto;
	height: 100%;
	overflow: hidden
}
.advantages .block-txt .content {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	margin: 0 auto
}
.advantages .ctxt{
	width: 90%;
	margin: 0px auto 30px auto;
}
.tourism .paragraph-txt > h2{
	margin: 15px 0px;
	font-size: 18px;
	color: #333;
}
.tourism #s1 .map{
	background-image: url(../img/tourism/bulgaria.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	height: calc(100% - 200px);
	margin-top:  90px;
}
.tourism #s1 .info-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -140px;
	margin-left: -140px;
	width: 280px;
	height: 220px;
	padding-top: 60px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #ee3440;
	background: rgba(238,52,64,.93);
	color: #FFF;
	font-size: 33px;
	font-weight: 300;
	font-weight: 100;
	text-align: center;
	box-sizing: content-box;
	-webkit-sizing: content-box;
	-moz-sizing: content-box;
	text-transform: uppercase;
}
.tourism #s2 .red-info-txt span, .tourism #s3 .red-info-txt span{
	display: inline-block;
	font-size: 42px;
	line-height: 38px;
	font-weight: 100;
	color: #FFF;
	background: #ee3440;
	padding: 2px 8px 8px;
	margin-bottom: 2px
}
.tourism-mob #s2 .red-info-txt, .tourism-mob #s3 .red-info-txt{
	margin-top: 50px;
}
.tourism-mob #s2 .red-info-txt span, .tourism-mob #s3 .red-info-txt span{
	font-size: 36px;
	line-height: 34px;
}
.tourism #s2 .paragraph-txt, .tourism #s3 .paragraph-txt{
	max-width: 800px;
	display: inline-block;
	margin: 20px 0;
	font-weight: 300
}
.tourism #s3 .paragraph-txt{
	max-width: 400px;
}
.tourism #s4 img.left-circle-img, .tourism #s6 img.left-circle-img{
	position: absolute;
	right: 50%;
	margin-right: 70px;
	height: 80%;
	height: calc(100% - 140px);
	top: 100px;
	z-index: 400;
}
.tourism #s5 img.left-circle-img{
	position: absolute;
	left: 50%;
	margin-left: 70px;
	height: 80%;
	height: calc(100% - 170px);
	top: 100px;
	z-index: 400;
}
.tourism #s4 .info-txt, .tourism #s5 .info-txt, .tourism #s6 .info-txt{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -100px;
	width: 200px;
	height: 130px;
	padding-top: 70px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #ee3440;
	background: rgba(238,52,64,.93);
	color: #FFF;
	font-size: 42px;
	font-weight: 300;
	font-weight: 100;
	text-align: center;
	box-sizing: content-box;
	-webkit-sizing: content-box;
	-moz-sizing: content-box;
	z-index: 500;
}
.tourism #s4 .paragraph-txt, .tourism #s6 .paragraph-txt{
	margin-left: 50%;
	padding-left: 120px;
	margin-right: 70px;
}
.tourism #s5 .paragraph-txt{
	margin-right: 50%;
	padding-right: 120px;
	margin-left: 70px;
}
.tourism #s7 {
	background-image: url(../img/06.jpg)
}
.tourism #s7 .red-info-txt {
	text-align: center;
	position: absolute;
	bottom: 140px;
	width: 100%
}
.tourism #s7 .red-info-txt span{
	display: inline-block;
	font-size: 42px;
	line-height: 38px;
	font-weight: 100;
	color: #FFF;
	background: #ee3440;
	padding: 2px 8px 8px;
	margin-bottom: 2px
}
.tourism #s8 {
	background-image: url(../img/06.jpg)
}
.tourism #s8 .contact-form {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 435px;
	background: #2b3740;
	text-align: center
}
.tourism-mob #s8 .contact-form {
	min-height: 380px;
}
.tourism-mob #s8 {
	height: auto !important;
}
.tourism-mob #s8 .contact-form {
	position: static;
}
.tourism #s9 .block-txt{
	width: 86%;
}
.tourism-mob #s9{
	padding-bottom: 90px;
}
.tourism #s9 .red-info-txt span{
	display: inline-block;
	font-size: 42px;
	line-height: 38px;
	font-weight: 100;
	color: #FFF;
	background: #ee3440;
	padding: 2px 8px 8px;
	margin-bottom: 2px
}
.tourism-mob #s9 .red-info-txt{
	margin-top: 50px;
}
.tourism-mob #s9 .red-info-txt span{
	font-size: 36px;
	line-height: 34px;
}
.get-in-touch{
	color: #FFFFFF;
	padding: 30px 0px;
}
.get-in-touch span.form-title{
	font-size: 37px;
	font-weight: 100;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.get-in-touch input, .get-in-touch select{
	font-size: 17px;
	font-weight: 700;
	color: #010101;
	line-height: 40px;
	padding: 0px 8px;
	background-color: #FFFFFF;
	height: 40px;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	border: 0px;
}
.get-in-touch label.error{
	position: absolute;
	font-size: 12px;
	background-color: #ee3440;
	color: #FFFFFF;
	bottom: 4px;
	left: 5px;
	padding: 0px 4px;
}
.get-in-touch .final-message{
	display: none;
	position: absolute;
	top: 40%;
	margin-top: 0px;
}
.select-wrapper{
	position: relative;
}
.select-wrapper::after{
	content: " ";
	width: 27px;
	height: 8px;
	position: absolute;
	top: 17px;
	right: 12px;
	background-image: url('../img/icons/dropdown-icon.png');
	background-size: 27px;
	background-repeat: no-repeat;
	background-position: center;
}
.get-in-touch textarea{
	font-size: 17px;
	font-weight: 700;
	color: #010101;
	padding: 4px 8px;
	background-color: #FFFFFF;
	min-height: 100px;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	border: 0px;
}
.get-in-touch input[type=submit]{
	position: relative;
	width: 115px;
	float: right;
}
.get-in-touch .submit-arrow{
	display: block;
	float: right;
	background-color: #ee3440;
	width: 40px;
	height: 40px;
	background-image: url('../img/icons/arrow-right.png');
	background-size: 26px;
	background-repeat: no-repeat;
	background-position: center;
}
.get-in-touch .row{
	margin-left: -5px;
	margin-right: -5px;
}
.get-in-touch .row > div{
	padding-left: 5px;
	padding-right: 5px;
}
::-webkit-input-placeholder {
   color: #010101;
}
:-moz-placeholder { /* Firefox 18- */
   color: #010101;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #010101;
}
:-ms-input-placeholder {
   color: #010101;
}
.tourism section.block-txt-container {
	background: #fff;
	position: relative;
}
.tourism .block-txt {
	background: #FFF;
	position: relative;
	display: table;
	margin: 0 auto;
	height: 100%;
	overflow: hidden
}
.tourism .block-txt .content {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	margin: 0 auto
}

.block-img-container.team {
	background-image: url(../img/02.jpg)
}
.block-img-container.blog {
	background-image: url(../img/bg_services.jpg)
}
.block-img-container.services {
	background-image: url(../img/bg_services.jpg);
	height: 500px;
	transition: height .2s ease-in;
	-webkit-transition: height .2s ease-in;
	-moz-transition: height .2s ease-in
}
a.back-to-articles {
	font-size: 17px;
	color: #273238;
	display: inline-block;
	padding: 8px 18px;
	background-color: #FFF;
	border: 1px solid #B3B3B3;
	margin: 27px 5px 7px
}
a.back-to-articles:hover {
	background-color: #ee3440;
	border-color: #ee3440;
	color: #FFF;
	text-decoration: none
}
.member-inner {
	background-image: url(../img/bg_services.jpg)
}
.member-inner.static {
	height: 180px;
	margin-bottom: 20px
}
.service-inner {
	background-image: url(../img/bg_services.jpg)
}
.block-img-container.team .red-info-txt {
	text-align: center;
	position: absolute;
	bottom: 120px;
	width: 100%
}
.block-img-container.team .red-info-txt h1 {
	margin: 0
}
.block-img-container.services .red-info-txt {
	text-align: center;
	position: absolute;
	bottom: 220px;
	width: 100%
}
.block-img-container.services .red-info-txt h1 {
	margin: 0
}
.block-img-container.blog .red-info-txt {
	text-align: center;
	position: absolute;
	top: 28%;
	width: 100%
}
.block-img-container.blog .red-info-txt h1 {
	margin: 0
}
.block-img-container.service-inner .red-info-txt {
	text-align: center;
	position: absolute;
	top: 28%;
	width: 100%;
	z-index: 200
}
.red-info-txt.contacts{
	margin-top: 40px;
}
.block-img-container.blog .red-info-txt span, .block-img-container.service-inner .red-info-txt h1, .block-img-container.service-inner .red-info-txt span, .block-img-container.services .red-info-txt span, .block-img-container.team .red-info-txt span, .red-info-txt.contacts span {
	display: inline-block;
	font-size: 42px;
	line-height: 38px;
	font-weight: 100;
	color: #FFF;
	background: #ee3440;
	padding: 2px 8px 8px;
	margin: 0 0 2px
}
.blog .blog-cats {
	text-align: center;
	position: relative;
	top: 53%;
	margin: auto;
	width: 95%;
	max-width: 1300px
}
.blog .blog-cats > a {
	font-size: 17px;
	color: #273238;
	display: inline-block;
	padding: 8px 18px;
	background-color: #FFF;
	border: 1px solid #B3B3B3;
	margin: 7px 5px
}
.blog .blog-cats > a.active, .blog .blog-cats > a:hover {
	background-color: #ee3440;
	border-color: #ee3440;
	color: #FFF;
	text-decoration: none
}
.paging {
	clear: both;
	display: block;
	text-align: center;
	padding: 40px 0
}
.paging span a {
	font-size: 17px;
	color: #273238;
	text-decoration: none;
	font-weight: 300;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 42px;
	text-align: center;
	background: #FFF;
	border: 1px solid #B3B3B3
}
.paging span a:hover {
	background-color: #ee3440;
	border-color: #ee3440;
	color: #FFF;
	text-decoration: none
}
.paging span.current {
	font-size: 17px;
	text-decoration: none;
	font-weight: 300;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 42px;
	text-align: center;
	background-color: #ee3440;
	color: #FFF;
	border: 1px solid #ee3440
}
.paging span.disabled {
	font-size: 17px;
	color: #273238;
	text-decoration: none;
	font-weight: 300;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 42px;
	text-align: center;
	background: #FFF;
	border: 1px solid #B3B3B3;
	opacity: .5;
	cursor: default
}
.paging .viewall {
	color: #ee3440;
	display: inline-block;
	padding: 10px
}
.team-members {
	text-align: center
}
.team-members.services-list {
	margin-top: -210px
}
.team-members .member {
	display: inline-block;
	text-align: center;
	margin: 50px 0 20px;
	font-size: 21px;
	max-width: 350px;
	width: 100%
}
.team-members .member > a, .team-members .member > h2 > a {
	display: block;
	color: #676767;
	font-weight: 300;
	line-height: 1.2em
}
.team-members .member > a:hover, .team-members .member > h2 > a:hover {
	text-decoration: none
}
.team-members .member > a span, .team-members .member > a strong {
	display: block
}
.team-members .member h2{
	color: #676767;
	font-size: 21px;
	margin: 0px;
}
.team-members .member h2 a{
	font-weight: bold;
}
.team-members.articles .member h2 a{
	font-weight: 300;
}
.team-members .member a.pic {
	position: relative;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
	margin-bottom: 5px;
	z-index: 400
}
.team-members .member a.pic .hover-effect {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(238,52,64,0);
	color: #FFF;
	transition: all .2s ease-in-out;
	padding-top: 25%
}
.team-members .member a.pic .hover-effect span {
	position: relative;
	opacity: 0;
	transition: all .25s ease-in-out .1s;
	-webkit-transition: all .25s ease-in-out .1s;
	-moz-transition: all .25s ease-in-out .1s;
	-o-transition: all .25s ease-in-out .1s;
	text-align: center;
	line-height: 1em
}
.team-members .member a.pic .hover-effect span.day {
	font-size: 100px;
	line-height: .8em;
	bottom: -20px
}
.team-members .member a.pic .hover-effect span.day.ss {
	font-size: 100px;
	line-height: .8em;
	bottom: -50px !important;
}
.team-members .member a.pic .hover-effect span.month {
	font-size: 40px;
	line-height: 1.3em;
	bottom: -25px
}
.team-members .member a.pic .hover-effect span.year {
	font-size: 20px;
	font-weight: 700;
	bottom: -30px
}
.team-members .member a.pic:hover .hover-effect {
	background-color: rgba(238,52,64,.7)
}
.team-members .member a.pic:hover .hover-effect span {
	opacity: 1
}
.team-members .member a.pic:hover .hover-effect span.day {
	bottom: 0
}
.team-members .member a.pic:hover .hover-effect span.month, .team-members .member a.pic:hover .hover-effect span.year {
	bottom: 5px
}
.team-members .member a.pic img {
	width: 100%;
	max-width: 100%;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}
.team-members .member a.pic img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1)
}
.team-members .member a.more {
	color: #ee3440;
	text-decoration: underline;
	margin-top: 15px;
	display: inline-block
}
.team-members .member a.more:hover {
	text-decoration: none
}
.team-member {
	z-index: 100;
	position: relative;
	text-align: center
}
.team-member .next, .team-member .prev {
	position: absolute;
	top: 0;
	margin-top: -33px;
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 19px;
	color: #676767;
	padding-top: 62px;
	font-weight: 300;
	min-width: 66px;
	min-height: 66px
}
.team-member .prev {
	left: 10px;
	background-image: url(../img/icons/prev.png);
	background-size: 66px;
	z-index:9;
}
.team-member .next {
	right: 10px;
	background-image: url(../img/icons/next.png);
	background-size: 66px;
	z-index:9;
}
.member-inner-pic {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	position: relative;
}
.member-inner-pic img {
	width: 100%
}
.team-member .member-bio {
	font-size: 18px;
	font-weight: 300;
	margin: 15px auto;
	width: 90%;
	max-width: 900px
}
.team-member .member-bio h1 {
	font-size: 28px;
	line-height: 1.2em;
	font-weight: 700;
	margin: 0
}
.team-member .member-bio h2 {
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 700;
	margin: 0
}
.txt-page ul {
	display: inline-block;
	list-style: none;
	padding-left: 0
}
.txt-page ul li {
	display: inline;
	list-style: none;
	background-image: url(../img/icons/tick.png);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 25px;
	line-height: 25px
}
.txt-page ul li:after {
	content: "\A";
	white-space: pre-line
}
.txt-page a {
	word-break: break-all
}
.service {
	z-index: 100;
	position: relative;
	text-align: center
}
.service .next, .service .prev {
	position: absolute;
	top: 0;
	margin-top: -33px;
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 19px;
	color: #676767;
	padding-top: 62px;
	font-weight: 300;
	min-width: 66px;
	min-height: 66px
}
.service .prev {
	left: 10px;
	background-image: url(../img/icons/prev.png);
	background-size: 66px
}
.service .next {
	right: 10px;
	background-image: url(../img/icons/next.png);
	background-size: 66px
}
.service-inner-pic {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
	display: inline-block
}
.service-inner-pic img {
	width: 100%
}
.service .service-info {
	font-size: 18px;
	font-weight: 300;
	margin: 15px auto;
	width: 90%;
	max-width: 900px
}
.scroll-down-line {
	position: fixed;
	bottom: 0;
	height: 80px;
	background: #fff;
	width: 100%;
	z-index: 400;
	transition: bottom .2s ease-in-out
}
.scroll-down-line.scroll-down-not-fixed {
	position: absolute;
	height: 60px
}
.scroll-down-line.hidden {
	bottom: -67px
}
.scroll-down-ico {
	width: 66px;
	height: 33px;
	background-image: url(../img/icons/scroll-down.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 66px;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -33px;
	top: -30px;
	padding-top: 66px;
	z-index: 600;

}
.scroll-down-ico:hover {
	background-position: bottom
}
.scroll-down-line .gototop {
	display: none;
	width: 66px;
	height: 33px;
	background-image: url(../img/icons/gototop.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 66px;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -33px;
	top: -30px;
	padding-top: 67px
}
.scroll-down-line .nav-arrows {
	float: right;
	margin-right: 24px;
	margin-top: 16px;
	font-size: 12px;
	color: #b3adac;
	font-weight: 300
}
.scroll-down-line .nav-arrows img {
	position: relative;
	top: 5px;
	margin-left: 4px
}
#map {
	width: 100%;
	height: 480px;
	background: #d8d8d8;
	margin: 80px 0 0
}
.gm-style .gm-style-iw, .gm-style .gm-style-iw > div > div {
	width: 260px;
	min-height: 100px;
	font-size: 14px
}
.contact-info {
	margin: 40px 0 50px
}
.contact-info .contact-col {
	text-align: center;
	font-size: 21px;
	color: #000;
	font-weight: 300
}
.contact-info .contact-col > img {
	margin: 0 auto 20px;
	max-width: 66px
}
.contact-info .contact-col strong, .contact-info .contact-col > img {
	display: block;
	text-align: center
}
.contact-info .contact-col h2{
	font-size: 21px;
	margin: 0px;
}
.consultation {
	background-color: #ebebeb;
	margin-top: 30px;
	padding: 70px 0 100px;
	text-align: center;
	height: 310px;
	position: relative
}
.benefits-consultation {
	background-color: #FFF;
	padding-top: 140px
}
.benefits-consultation .questions input {
	border: 1px solid #444;
	background-color: #f2f2f2
}
.consultation .gototop {
	position: absolute;
	width: 66px;
	height: 66px;
	left: 50%;
	margin-left: -33px;
	bottom: -33px;
	background-image: url(../img/icons/gototop.png);
	background-repeat: no-repeat;
	background-size: 66px;
	cursor: pointer;
	z-index: 200
}
.consultation > strong {
	font-size: 37px;
	font-weight: 300;
	margin-bottom: 30px;
	display: block;
	padding: 0px 10px;
}
.copyright {
	height: 80px;
	background-color: #FFF;
	font-size: 14px;
	font-weight: 300;
	position: relative;
	text-align: center;
	padding-top: 30px;
	border-top: 1px solid #ebebeb
}
.copyright img.iso {
	float: left;
	display: block;
	position: relative;
	top: -15px;
	width: 49px
}
.copyright span.iso {
	float: left;
	display: block;
	position: relative;
	font-size: 14px;
	margin-left: 4px;
	font-weight: 300
}
.copyright .webdesign {
	float: right;
	color: #000
}
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
	background-color: #FFF;
	border: 1px solid #ee3440
}
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover, .datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:focus, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:focus, .datepicker table tr td.today:hover:hover, .open .dropdown-toggle.datepicker table tr td.today, .open .dropdown-toggle.datepicker table tr td.today.disabled, .open .dropdown-toggle.datepicker table tr td.today.disabled:hover, .open .dropdown-toggle.datepicker table tr td.today:hover {
	background: #ee3440;
	color: #FFF
}
.datepicker.datepicker-inline td, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
	padding: 7px 11px
}
.datepicker-days table.table-condensed thead tr:first-child th {
	background: #ee3440;
	color: #FFF;
	visibility: visible !important
}
.datepicker > div {
	padding: 0 5px
}
.datepicker tfoot tr th:hover, .datepicker thead tr:first-child th:hover {
	background: #ee3440;
	text-decoration: underline
}
.datepicker.dropdown-menu {
	border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	z-index: 400 !important
}
.datepicker table tr td.new, .datepicker table tr td.old {
	color: #000
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
	color: #ccc;
	font-weight: 300
}
.datepicker table tr td.day {
	font-weight: 600
}
.datepicker table tr td, .datepicker table tr th {
	border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active:hover:hover, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover, .open .dropdown-toggle.datepicker table tr td.active:hover {
	background: #ee3440;
	color: #FFF
}
.final-message {
	margin-top: 25px
}
.whats-new {
	width: 100%;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px
}
.whats-new span {
	display: inline-block;
	font-size: 42px;
	line-height: 38px;
	font-weight: 100;
	color: #FFF;
	background: #ee3440;
	padding: 2px 8px 8px
}
.pulse {
	border: 8px solid #ee3440;
	background: 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	height: 130px;
	width: 130px;
	-webkit-animation: pulse 1.5s ease-out;
	-moz-animation: pulse 1.5s ease-out;
	-o-animation: pulse 1.5s ease-out;
	animation: pulse 1.5s ease-out;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-iteration-count: 1;
	position: absolute;
	top: -62px;
	left: 50%;
	margin-left: -65px;
	opacity: 0
}
.swiper-container .pulse {
	-webkit-animation: pulse 1.5s ease-out 1.5s;
	-moz-animation: pulse 1.5s ease-out 1.5s;
	-o-animation: pulse 1.5s ease-out 1.5s;
	animation: pulse 1.5s ease-out 1.5s
}@-moz-keyframes pulse{0%{-webkit-transform:scale(.5);transform:scale(.5);-moz-transform:scale(.5);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);-moz-transform:scale(1);opacity:0}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(.5);transform:scale(.5);-moz-transform:scale(.5);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);-moz-transform:scale(1);opacity:0}}
.swiper-container {
	height: 400px
}
.swiper-container .scroll-down-line {
	position: absolute
}
.swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative
}
.swiper-slide a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999
}
.pagination {
	position: absolute;
	z-index: 100;
	left: 0;
	bottom: 120px;
	width: 100%;
	text-align: center
}
.swiper-pagination-switch {
	display: inline-block;
	width: 70px;
	height: 10px;
	background: #fff;
	margin-right: 15px;
	cursor: pointer
}
.swiper-active-switch {
	background: #ee3440
}
.services-list .container-fluid > div:nth-child(3n+1), .team-members .container-fluid > div:nth-child(3n+1) {
	clear: both
}
.social-share {
	min-height: 24px;
	margin-bottom: 15px
}
.social-share .gplusshare {
	position: relative;
	top: 4px;
	display: inline-block
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0,0,0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transition-timing-function: ease;
	-o-transform: translate(0,0);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0,0,0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0,0,0);
	transition-timing-function: ease
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	float: left
}
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}
.simform {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 610px;
	width: 85%;
	text-align: left;
	font-size: 17px;
	color: #000
}
.simform .submit {
	display: none
}
.simform ol {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	-webkit-transition: height .4s;
	transition: height .4s
}
.simform ol:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2.35em
}
.questions li {
	z-index: 100;
	position: relative;
	visibility: hidden;
	height: 0;
	-webkit-transition: visibility 0s .4s, height 0s .4s;
	transition: visibility 0s .4s, height 0s .4s
}
.no-js .questions li, .questions li.current {
	visibility: visible;
	height: auto;
	-webkit-transition: none;
	transition: none
}
.questions li > span {
	display: block;
	overflow: hidden
}
.questions li > span label {
	display: block;
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	font-size: 15px;
	font-weight: 300
}
.no-js .questions li > span label, .questions li.current > span label {
	-webkit-transition: none;
	transition: none;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.show-next .questions li.current > span label {
	-webkit-animation: moveUpFromDown .4s both;
	animation: moveUpFromDown .4s both
}@-webkit-keyframes moveUpFromDown{
from {
	-webkit-transform: translateY(100%)
}
to {
	-webkit-transform: translateY(0)
}}@keyframes
moveUpFromDown {from{
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}
to {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}}
.questions input {
	display: block;
	margin: .3em 0 0;
	padding: 5px 15px;
	width: 100%;
	height: 44px;
	border: none;
	background: #FFF;
	color: #626262;
	font-size: 17px;
	font-weight: 600;
	line-height: 1;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}
.no-js .questions input, .questions .current input {
	opacity: 1
}
/*.questions .current input#q4 {
	opacity: 0
}*/
.questions .current div.file-background {
	display: block;
	width: 100%;
	position: absolute;
	top: 35px;
	left: 0;
	height: 70px;
	background: #fff;
	z-index: 100;
	color: #000;
	font-size: 24px;
	line-height: 70px;
	padding-left: 20px;
	box-sizing: border-box;
	overflow: hidden;
	padding-right: 70px;
	cursor: pointer
}
.questions input:focus, .simform button:focus {
	outline: 0
}
.controls .next {
	position: absolute;
	right: 0;
	bottom: 3px;
	display: block;
	padding: 0;
	width: 44px;
	height: 44px;
	border: none;
	background-color: #ee3440;
	background-image: url(../img/icons/arrow-right.png);
	background-size: 26px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	z-index: 100;
	cursor: pointer;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	-webkit-transform: translateX(-20%);
	transform: translateX(-20%);
	pointer-events: none;
	-webkit-tap-highlight-color: transparent
}
.next:hover {
	color: rgba(0,0,0,.5)
}
.next.show {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	pointer-events: auto
}
.simform .progress {
	width: 0;
	height: 3px;
	background: #ee3440;
	-webkit-transition: width .4s ease-in-out;
	transition: width .4s ease-in-out
}
.simform .progress::before {
	position: absolute;
	top: auto;
	width: 100%;
	height: inherit;
	background: rgba(0,0,0,.05);
	content: ''
}
.simform .number {
	position: absolute;
	right: 0;
	overflow: hidden;
	margin: .4em 0;
	width: 2em;
	font-weight: 300;
	font-size: 15px
}
.simform .step {
	position: absolute;
	right: 34px;
	font-size: 15px;
	font-weight: 300;
	margin: .4em 0
}
.simform .number:after {
	position: absolute;
	left: 50%;
	content: '/';
	opacity: .4;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.simform .number span {
	float: right;
	width: 40%;
	text-align: center
}
.simform .number .number-current {
	float: left
}
.simform .number-next {
	position: absolute;
	left: 0
}
.simform.show-next .number-current {
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}
.simform.show-next .number-next {
	-webkit-animation: moveUpFromDown .4s both;
	animation: moveUpFromDown .4s both
}
.simform .error-message, .simform .final-message {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	font-size: 24px;
	text-align: center;
	padding: 0;

}
.simform .final-message {
	margin-top: 68px;
}
.simform .error-message {
	padding: .4em 3.5em 0 0;
	width: 100%;
	color: #BC0000;
	font-size: 14px;
	font-weight: 600
}
.final-message {
	top: 50%;
	left: 0;
	padding: .5em;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 30px;
	font-weight: 300
}
.error-message.show, .final-message.show {
	visibility: visible;
	opacity: 1
}
.final-message.show {
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}
.simform-inner.hide {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s, visibility 0s .3s;
	transition: opacity .3s, visibility 0s .3s
}
.no-js .simform {
	font-size: 1.75em
}
.no-js .questions li {
	padding: 0 0 2em
}
.no-js .simform .submit {
	display: block;
	float: right;
	padding: 10px 20px;
	border: none;
	background: rgba(0,0,0,.3);
	color: rgba(0,0,0,.4)
}
.no-js .simform .controls {
	display: none
}
input[type=text]::-ms-clear {
	display: none
}

.footer-text{
	font-size: 15px;
	font-weight: 300;
	margin-top: 40px;
	text-align: center;
}
.footer-text h1{
	display: inline-block;
    font-size: 42px;
    line-height: 38px;
    font-weight: 100;
    color: #FFF;
    background: #ee3440;
    padding: 2px 8px 8px;
    margin: 0 0 2px;
}
.footer-text h2{
	color: #676767;
}
@media screen and (max-width: 44.75em) {
	.simform {
		font-size: 1.8em
	}
}
@media screen and (max-width: 33.5625em) {
	.simform {
		font-size: 1.2em
	}
}
.modal-dialog{
	max-width: 850px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 1024px) {
	.swiper-container{
		  height: 740px!important;
	}
	.swiper-slide {
			background-size: contain!important;
			background-position-y: 80px!important;
		}
}
@media only screen and (max-width: 1022px) {
	.swiper-container{
		  height: 600px!important;
	}
	.swiper-slide {
	    background-size: contain!important;
			background-position-y: 80px!important;
		}
	.breadcrumbs{
		display: none;
	}
	.desktop-only {
		display: none
	}
	.services-list .container-fluid > div:nth-child(3n+1), .team-members .container-fluid > div:nth-child(3n+1) {
		clear: none
	}
	#smile #s2 .paragraph-txt {
		max-width: 100%;
	}
	#smile #s6 .col-ico {
		width: 100%;
	}
	#smile .desktop-only {
		display: block;
	}
	.services-list .container-fluid > div:nth-child(2n+1), .team-members .container-fluid > div:nth-child(2n+1) {
		clear: both
	}
	.copyright span.copy {
		display: none
	}
	span.main-menu {
		display: block
	}
	header nav {
		display: none
	}
	header.opened {
		top: 100%;
		margin-top: -80px
	}
	.mobile-menu.opened {
		top: -80px
	}
	#smile #s2 .paragraph-txt, .advantages #s3 .paragraph-txt {
		max-width: 50%
	}
	.advantages section.block-txt-container {
		padding: 40px 0
	}
	.blog-cats {
		display: none
	}
	.block-img-container.blog {
		height: 400px
	}
	.block-img-container.blog .red-info-txt {
		top: 47%
	}
	.blog .scroll-down-line, .service .next span, .service .prev span, .team-member .next span, .team-member .prev span, a.back-to-articles {
		display: none
	}
	/* TOURISM */
	.tourism #s4 img.left-circle-img, .tourism #s5 img.left-circle-img, .tourism #s6 img.left-circle-img{
		position: static;
		height: auto;
		width: 70%;
		max-width: 600px;
		margin: 70px auto 0px auto;
	}
	.tourism #s4 .info-txt, .tourism #s5 .info-txt, .tourism #s6 .info-txt{
		position: relative;
		top: 0px;
		left: 0px;
		margin: -100px auto 0px auto;
	}
	.tourism #s4 .paragraph-txt, .tourism #s5 .paragraph-txt, .tourism #s6 .paragraph-txt{
		margin: 0px auto;
		padding: 0px;
		width: 90%;
		max-width: 700px;
		font-size: 20px;
	}
	.tourism #s7{
		margin-top: 80px;
	}
	.tourism-mob #s8 .contact-form{
		padding: 60px 0px;
	}
	.footer-text{
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.pagination {
		bottom: 160px!important;
	}
	#smile #s9 {
    background-image: url(../img/icons/boris_mob.png);
	}
	#smile #s5 {
    background-image: url(../img/icons/stefan_mob.png);
	}
	#smile #s7 {
    background-image: url(../img/icons/bogi_mob.png);
	}
	#smile #s11 {
    background-image: url(../img/icons/peter_mob.png);
	}
	.block-img-container.service-inner .red-info-txt span, .block-img-container.services .red-info-txt span, .block-img-container.team .red-info-txt span {
		font-size: 28px
	}
	.consultation > strong {
		font-size: 31px;
		line-height: 1em
	}
	.advantages #s1 .info-txt {
		right: auto;
		left: 4%;
		margin-top: -150px;
		margin-right: 0;
		width: 300px;
		height: 235px;
		padding-top: 65px;
		font-size: 34px
	}
	.advantages #s11 .red-info-txt, .advantages #s2 .red-info-txt, .advantages #s4 .red-info-txt, .advantages #s8 .red-info-txt {
		bottom: 45px
	}
	#smile #s3 .red-info-txt span, #smile #s4 .red-info-txt span, #smile #s7 .red-info-txt span, .advantages #s11 .red-info-txt span, .advantages #s2 .red-info-txt span, .advantages #s3 .red-info-txt span, .advantages #s4 .red-info-txt span, .advantages #s5 .red-info-txt span, .advantages #s8 .red-info-txt span, .advantages #s9 .red-info-txt span {
		font-size: 26px
	}
	#smile #s6 .col-ico, .advantages #s5 .col-ico, .advantages #s9 .col-ico {
		width: 85%;
		margin: 0 0 40px
	}
	.advantages #s6 .info-txt {
		right: auto;
		margin-top: -60px;
		margin-right: 0;
		width: 250px;
		height: 310px;
		padding: 30px 50px 0;
		font-size: 35px;
		line-height: 34px;
		left: 4%
	}
	.advantages #s7 .info-txt {
		font-size: 35px;
		line-height: 42px;
		margin-top: -170px;
		margin-right: -170px;
		width: 280px;
		height: 260px;
		padding: 80px 30px 0
	}
	.advantages #s10 .info-txt {
		height: 190px;
		padding: 60px 25px 0
	}
	/* TOURISM */
	.tourism #s7 .red-info-txt span{
		font-size: 26px;
	}
	.tourism-mob #s2 .red-info-txt span, .tourism-mob #s3 .red-info-txt span, .tourism-mob #s9 .red-info-txt span{
		font-size: 26px;
    	line-height: 24px;
	}
	.get-in-touch span.form-title{
		font-size: 26px;
	}
	.tourism #s2 .paragraph-txt, .tourism #s3 .paragraph-txt{
		max-width: 440px;
	}
	.tourism #s4 .paragraph-txt, .tourism #s5 .paragraph-txt, .tourism #s6 .paragraph-txt{
		font-size: 17px;
		max-width: 500px;
	}
	.tourism #s1 .map{
		height: 40%;
		top: auto;
		bottom: 115px;
	}
	.tourism #s1 .info-txt{
		margin-top: -216px;
	}
}
@media only screen and (max-width: 479px) {
.swiper-container{
	height: 444px!important;
}
.swiper-slide {
    background-size: contain!important;
		background-position-y: 80px!important;
	}

	header a.logo {
		width: 63px;
		overflow: hidden
	}
	.block-img-container.service-inner .red-info-txt h1, .block-img-container.services .red-info-txt h1, .block-img-container.team .red-info-txt h1 {
		line-height: 26px;
	}
	.block-img-container.service-inner .red-info-txt span, .block-img-container.services .red-info-txt span, .block-img-container.team .red-info-txt span {
		font-size: 20px;
		line-height: 1em;
		padding: 9px 10px
	}
	.block-img-container.service-inner .red-info-txt h1{
		font-size: 22px;
	    padding: 2px 10px;
	    margin-top: 6px;
	}
	.block-img-container.services .red-info-txt{
		bottom: 247px;
	}
	.block-img-container.service-inner .red-info-txt span, .block-img-container.services .red-info-txt span, .block-img-container.team .red-info-txt span{
		font-size: 18px;
	}
	.advantages .ctxt{
		font-size: 15px;
	}
	.consultation > strong{
		font-size: 29px;
	}
	.home-loading img.md {
		width: 300px;
		margin-left: -150px;
		margin-top: -130px
	}
	.swiper-pagination-switch {
		width: 40px;
		height: 6px;
	}
	.pagination {
		bottom: 140px;
	}
	.advantages #s1 .info-txt {
		margin-top: -100px;
		width: 180px;
		height: 140px;
		padding-top: 40px;
		font-size: 21px;
	}
	#smile #s4 .red-info-txt span, #smile #s7 .red-info-txt span, #smile #s3 .red-info-txt span, .advantages #s11 .red-info-txt span, .advantages #s2 .red-info-txt span, .advantages #s3 .red-info-txt span, .advantages #s4 .red-info-txt span, .advantages #s5 .red-info-txt span, .advantages #s8 .red-info-txt span, .advantages #s9 .red-info-txt span {
		font-size: 18px;
		line-height: 22px;
	}
	#smile #s2 .paragraph-txt, .advantages #s3 .paragraph-txt {
		max-width: 90%;
		margin: 0;
		font-size: 15px;
	}
	#smile #s6 .col-ico, .advantages #s5 .col-ico, .advantages #s9 .col-ico {
		font-size: 15px;
	}
	.advantages #s6 .info-txt {
		width: 210px;
		height: 220px;
		padding: 30px 20px 0;
		font-size: 23px;
		line-height: 23px;
	}
	.advantages #s6 .info-txt p, .advantages #s7 .info-txt p {
		font-size: 15px;
		line-height: 18px;
	}
	.advantages #s7 .info-txt {
		font-size: 26px;
		line-height: 33px;
		margin-top: -130px;
		margin-right: -130px;
		width: 220px;
		height: 200px;
		padding: 60px 20px 0;
	}
	.advantages #s10 .info-txt {
		font-size: 26px;
		line-height: 29px;
		height: 140px;
		padding: 60px 10px 0;
		width: 180px;
		top: -100px;
		margin-right: -100px;
	}
	.advantages #s10 .contact-form {
		min-height: 370px;
	}
	.benefits-consultation {
		padding-top: 100px;
	}
	.contact-info .contact-col{
		font-size: 18px;
	}
	/* TOURISM */
	.tourism #s1 .map{
		bottom: 90px;
	}
	.tourism #s1 .info-txt{
		width: 200px;
		height: 160px;
		padding-top: 40px;
		font-size: 25px;
		margin-left: -100px;
		margin-top: -150px;
	}
	.tourism #s7 .red-info-txt span{
		font-size: 18px;
		line-height: 22px;
	}
	.tourism-mob #s2 .red-info-txt span, .tourism-mob #s3 .red-info-txt span, .tourism-mob #s9 .red-info-txt span{
	}
	.get-in-touch span.form-title{
	}
	.tourism #s2 .paragraph-txt, .tourism #s3 .paragraph-txt{
		max-width: 280px;
		font-size: 15px;
	}
	.tourism #s4 .paragraph-txt, .tourism #s5 .paragraph-txt, .tourism #s6 .paragraph-txt{
		font-size: 15px;
		max-width: 400px;
	}
	.tourism #s4 img.left-circle-img, .tourism #s5 img.left-circle-img, .tourism #s6 img.left-circle-img{
		width: 110%;
		margin-left: -5%;
	}
	.tourism #s4 .info-txt, .tourism #s5 .info-txt, .tourism #s6 .info-txt{
		width: 160px;
		height: 100px;
		padding-top: 60px;
		font-size: 32px;
	}
	.get-in-touch label.error{
		bottom: -5px;
	}
}
#subject { display: none; }
.text-box {
    position: absolute;
    height: 150%;
    text-align: center;
    width: 100%;
}
.text-box:before {
   content: '';
   display: inline-block;
   height: 100%;
   vertical-align: middle;
}
h4 {
   display: inline-block;
   font-size: 21px;
   color: #FFF;
   background: rgba(0,0,0,0.7);
   width: 95%;
   padding: 20px 0;
   text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
.member-inner-pic:hover{
	-webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.flipped {
    transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -khtml-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
}
.flipped .blackit:after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  bottom: 0; left: 0;
  background: url(../img/yt.png) no-repeat center rgba(0,0,0,0.7);
}
.flipped .text-box {
	display: none;
}
.morecontent {
  display: none;
}
a.morelink {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 20px 10px;
		font-size: 21px;
		line-height: 36px;
		position: relative;
		font-weight: normal;
		color:#ee3440;
		font-weight: bold;
}
.dental.tourism {
	position: relative;
	margin-top: 80px;
}
.tourism #dt {
    background-image: url(../img/picture_dt.jpg);
		background-attachment: inherit;
}
.tourism #dt2 {
    background-image: url(../img/nevski.jpg);
		background-attachment: inherit;
}
.tourism #dt .red-info-txt {
    text-align: left;
    position: absolute;
    top: 10%;
    width: 55%;
		margin-left: 15%;
}
.tourism #dt .block-txt .red-info-txt,
.tourism #dt3 .block-txt .red-info-txt {
    text-align: center;
    position: relative;
    top:auto;
    width: 100%;
    margin-left: 0;
		margin-top: 100px;
		margin-bottom: 50px;
}
.tourism #dt .block-txt .red-info-txt span,
.tourism #dt3 .block-txt .red-info-txt span {
	padding: 15px 25px 8px;
}
.paragraph-txt.ul  {
    display: block;
    width: 30%;
    clear: both;
    height: 10%;
}
#dt .paragraph-txt,
#dt3 .paragraph-txt {
    width: 55%;
    margin: 0 auto;
    text-align: center;
}
span.big {
    font-size: 90px !important;
    font-weight: 900 !important;
    line-height: 95px !important;
}
.tourism #dt3 .block-txt{
    background: #FFF;
    position: relative;
    display: block;
    margin: 0 auto;
    height: auto;
    overflow: auto;
		margin-bottom: 40px;
}
.block-txt-rent {
	padding: 80px 10%;
	width: 100%;
	height: auto;
	display: inline-block;
}
.block-txt-red {
	background: #ee3440;
	padding: 80px 0;
	color: #fff;
}
.block-txt-grey {
	background: #efefef;
	padding: 80px 30%;
	height: auto;
  display: inline-block;
}
.block-txt-grey .col {
    width: 30%;
    text-align: center;
    display: block;
    margin: 0 60px;
		float: left;
		height: 250px;
}
.block-txt-rent .col {
	width: 40%;
	text-align: center;
	display: block;
	margin: 0 60px;
	float: left;
	height: 700px;
}
.block-txt-rent .col .col-logo {
	width: 100%;
	height: 550px;
}
.block-txt-rent .col .col-logo.sedmo {
	background: url(../img/sedmochislenitsi.png) top center no-repeat;
}
.block-txt-rent .col .col-logo.dospat {
	background: url(../img/dospat.png) top center no-repeat;
}
.block-txt-rent .col .col-logo.nv {
	background: url(../img/nikola_vaptsarov.png) top center no-repeat;
}
.block-txt-rent .col .col-logo.ha {
	background: url(../img/han_asparuh.png) top center no-repeat;
}
.col-info b {
    margin-bottom: 25%;
    display: inline-block;
}
#dt3,
.dental.tourism #s9 {
	height: 100% !important;
}
.dental.tourism .block-txt .content {
	display: block;
	padding: 100px 0;
}
.block-txt-grey .col .col-logo {
	width: 100%;
	height: 110px;
}
.block-txt-grey .col .col-logo.arena {
	background: url(../img/arena_logo.png) top center no-repeat;
}
.block-txt-grey .col .col-logo.flat {
	background: url(../img/flat_manager_logo.png) top center no-repeat;
}
.block-txt-red b {
	font-size: 28px;
}
.paragraph-inline {
	font-size: 28px; font-weight: bold; margin: 30px 0; color: #ee3d48; display: block;
}
.tourism #dt .red-info-txt span,
.tourism #dt3 .red-info-txt span{
    display: inline-block;
    font-size: 42px;
    line-height: 38px;
    font-weight: 100;
    color: #FFF;
    background: #ee3440;
    padding: 15px 10px 8px;
    margin-bottom: 1px;
}

.paragraph-txt.ul ul {
    width: 50%;
    text-align: left;
    list-style-type: circle;
		color: #ee3440;
		float: left;
		line-height: 25px;
}
@media only screen and (max-width: 1022px) {
	.paragraph-txt.ul {
		width: 100% !important;
	}
	.block-txt-grey {
		padding: 80px 20% !important;
	}
	.block-txt-grey .col {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0;
    float: left;
    height: 300px;
	}
	.block-txt-rent .col .col-logo {
		background-size: contain !important;
	}
	.block-txt-rent .col {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0;
    float: left;
    height: 700px;
	}
}
