@font-face {
  font-family: 'Optima-Regular';
  src: url('../font/Optima-Regular.eot?#iefix') format('embedded-opentype'),  url('../font/Optima-Regular.otf')  format('opentype'),
	     url('../font/Optima-Regular.woff') format('woff'), url('../font/Optima-Regular.ttf')  format('truetype'), url('../font/Optima-Regular.svg#Optima-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

span.slider_text1{
	font-family: 'Oswald', sans-serif;
	font-size:48px;
	line-height:60px;
	font-weight:400;
	letter-spacing:1.5px;
	text-align: center;
	color:#fff;
	margin-bottom:20px;
	clear:both;
	display:block;
	text-transform: uppercase;
}

span.slider_text1.brand{
	font-family: 'Optima-Regular', cursive;
	font-size: 86px;
	text-transform: none;
}

span.footer_logo, a#logo{
	font-family: 'Optima-Regular', cursive;
}
#home{
	padding: 65px 0 75px 0;
}

#home .nine_section_wrapper{
	background-color: transparent;
}

#home .nine_section{
	background-color: transparent;
}

#home .services_homepage_item h2{
	clear: both;
    font-size: 24px;
    line-height: 100%;
    vertical-align: middle;
    margin: 20px 0 20px 0;
    font-weight: 400;
    color: #fff;
}

#home .icon_wrapper{
	margin-bottom: 20px;
}

#home .services_homepage_item .image-container{
	display: inline-block;
	width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #2b343d;
	border: 1px solid #c55f6a;
    background-color: #b1555f;
    -webkit-border-radius: 50px 50px;
    -moz-border-radius: 50px 50px;
    border-radius: 50px 50px;
    font-size: 40px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
	overflow: hidden;
}

#home .services_homepage_item .image-container:hover{
    border: 1px solid #dc6f7b;
    background-color: #dc6f7b;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}
#home .services_homepage_item .image-container img{
	width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    vertical-align: baseline;
}

#showcase .responsive-table{
	position: relative;
	overflow-x: auto;
}
#showcase .responsive-table table{
	min-width: 400px;
}
#services.bg-dark, 
.nine_section_wrapper.bg-dark{
	background: #2b343d;
}

.nine_section.bg-transparent{
	background: transparent;
}

#services h2, #features h2{
	font-size: 36px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.why-we .services_homepage_item .icon_box .icon-8x{
	color: #2b343d;
	border: 1px solid #c55f6a;
    background-color: #c55f6a;
}

.why-we .services_homepage_item:hover .icon_box .icon-8x{
    border: 1px solid #dc6f7b;
    background-color: #dc6f7b;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}
.why-we .services_homepage_item  h2{
	color: #fff;
	font-size: 24px;
}

.features_wrapper{
	background-image: url(../images/4.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#subscribe{
	background: #fff;
}
#subscribe .info_white{ 
	padding: 60px 0 20px 0;
}
#map{
	height: 500px;
}
#map iframe{
	width: 100%;
	height: 100%
}
.copyright{
	font-size: 13px;
    color: #b1b1b1;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
#footer{
	padding-bottom: 0;
}
@media handheld, only screen and (max-width: 767px){
.home_box {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
	padding:0;
}
.features_wrapper{
	background-image: url(../images/4.jpg);
	height:100%;
	width:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

footer#footer .fourcol{
	text-align: center !important;
}

#features .services_homepage_item img {
    max-height: 150px;
}

#features .services_homepage_item{
	margin: 0 0 40px;
}

}


a.socials{
	display: inline;
}

a.socials i{
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 35px;
	margin: 10px;
}

a.socials .fa.fa-telegram{
    color: rgba(30, 149, 211, 0.8) !important;
}
a.socials .fa.fa-telegram:hover{
    color: rgba(30, 149, 211, 1) !important;
}

a.socials .fa.fa-vk{
    color: rgba(80, 114, 153, 0.8) !important;
}
a.socials .fa.fa-vk:hover{
    color: rgba(80, 114, 153, 1) !important;
}