
/*------------------------general-start-------------------------*/
@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot');
	src: url('fonts/fontawesome-webfont-1.eot') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2') format('woff2'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensedBold';
    src: url('fonts/RobotoCondensedBold.eot');
    src: url('fonts/RobotoCondensedBold.eot') format('embedded-opentype'),
         url('fonts/RobotoCondensedBold.woff2') format('woff2'),
         url('fonts/RobotoCondensedBold.woff') format('woff'),
         url('fonts/RobotoCondensedBold.ttf') format('truetype'),
         url('fonts/RobotoCondensedBold.svg') format('svg');
}
@font-face {
    font-family: 'RobotoRegular';
    src: url('fonts/RobotoRegular.eot');
    src: url('fonts/RobotoRegular.eot') format('embedded-opentype'),
         url('fonts/RobotoRegular.woff2') format('woff2'),
         url('fonts/RobotoRegular.woff') format('woff'),
         url('fonts/RobotoRegular.ttf') format('truetype'),
         url('fonts/RobotoRegular.svg') format('svg');
}
@font-face {
    font-family: 'RobotoLight';
    src: url('fonts/RobotoLight.eot');
    src: url('fonts/RobotoLight.eot') format('embedded-opentype'),
         url('fonts/RobotoLight.woff2') format('woff2'),
         url('fonts/RobotoLight.woff') format('woff'),
         url('fonts/RobotoLight.ttf') format('truetype'),
         url('fonts/RobotoLight.svg') format('svg');
}


body {
	position:relative;
	font-family: 'Roboto',sans-serif;
	font-size:14px;
	background: url(img/bg1.jpg) center top no-repeat;
	background-size:100%;
	background-attachment:fixed;
	padding-top:85px;
} 
body *{
	box-sizing:border-box;
}
.wrap{
	width:100%;
	max-width:1170px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	padding-top:1px;
	padding-bottom:1px;
}
.wrapper{
	width:100%;
	margin: 0px auto;
	padding-left: 15px;
    padding-right: 15px;
}
.page-title,
#testimonials h1,
#testimonials h2{
    text-align: center;
    font-weight: 600;
    font-size: 34px;
    line-height: 34px;
	margin-top:40px;
	margin-bottom:20px;
	color: #1d2663;
	font-family: 'RobotoCondensedBold';
}
#testimonials .page-title{
	color:#fff;
}
#system-message-container{
	position: fixed;
    z-index: 99999;
    top: 15px;
    right: 15px;
}
#system-message{
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.category-description{
	width:100%;
	margin:0 auto 25px auto;
	max-width:800px;
	text-align:center;
	font-size:16px;
}
.category-description p{
	margin:0;
}
#page-wrap{
	background:#fff;
}
.page-content-imageintro{
	width:50%;
	float:right;
	margin-left:30px;
	margin-bottom: 10px;
}
#page-wrap .wrap{
	padding-bottom: 60px;
}

#page-wrap h2{
	font-size: 26px;
}

#slotenmaker-wrap img{
	max-width: 500px;
}

.bcrumbs-wrap{
	width: 100%;
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px;
	background-color:#ccc;
}
ul.breadcrumb{
	width: 100%;
    max-width: 1170px;
    margin: 0 auto;
	padding: 10px 0px 10px 0px;
    position: relative;
    box-sizing: border-box;
	display:block;
	background-color:transparent;
}
ul.breadcrumb>li{
	display:inline;
	font-weight:bold;
}
ul.breadcrumb>li>a{
	color: #1d2663;
}
ul.breadcrumb .divider {
    font-size: 14px;
    color: #333;
    padding: 0px 6px;
}
ul.breadcrumb>li:first-child .divider {
    display: none;
}

/*------------------------general-end-------------------------*/

/*------------------------header-start-------------------------*/

#header-wrap{
	background:#fff;
	border-bottom:1px solid #ccc;
	position:fixed;
	top:0px;
	left:0px;
	z-index:100;
}
#header{
	display:table;
	width:100%;
	max-width:1170px;
	margin:0 auto;
	padding:0px;
}
#header>div{
	display:table-cell;
	vertical-align:middle;
	transition: all 0.3s ease;
	position:relative;
	padding:10px 0px;
}
#header>div.header-div1{
	text-align: left;
	width:300px;
}
#header>div.header-div2{
	text-align: left;
	width:230px;
}
#header>div.header-div3{
	text-align: right;
	width:auto;
}


#logo{
	margin: 0px;
    padding: 0px;
}
#logo a {
    display: block;
    width:140px;
	height:64px;
    background: url(img/logo.png) center center no-repeat;
	background-size:100%;
    margin: 0px;
	transition: all 0.3s ease;
	text-decoration:none;
	text-indent: -9999px;
}

.topphone {
	margin:0px;
	font-weight: 600;
	padding-bottom: 10px;
}
.topphone .topphone-text{
	font-family: 'RobotoLight';
	text-transform:uppercase;
	font-size:14px;
	
}
.topphone .topphone-time{
	font-family: 'RobotoLight';
	text-transform:lowercase;
	font-size:18px;
	padding-left:10px;
}
.topphone a{
	color: #fff;
	text-decoration:none;
	font-family: 'RobotoRegular';
	font-size:18px;
	border: 1px solid #252a61;
    border-radius: 6px;
    padding: 3px 4px 2px 5px;
	background:#3d5fa2;
	position:relative;
}
.topphone a:hover{
	color:#3d5fa2;
	background:#fff;
}
.topphone a:before{
    font-family: 'FontAwesome';
    content: "\f095";
    font-size: 20px;
    line-height: 10px;
    color: #fff;
    display: inline-block;
	padding-right: 6px;
    
}
.topphone a:hover:before{
	color:#3d5fa2;
}

.topphone .klik-hier{
	font-size:14px;
	font-weight:normal;
	font-style: italic;
	color:#000;
	display:inline-block;
	background:url(img/arrow2.png) right center no-repeat;
	padding-top:5px;
	padding-right:25px;
	position:absolute;
	bottom:-24px;
	left:0px;
}


/*------------------------header-end-------------------------*/


/*------------------------mainmenu-start-------------------------*/


#mainmenu{
	display:block;
	width:100%;
	max-width:1170px;
	margin:0 auto;
	padding: 0px 0px 0px 0px;
	background: none;
	background: none;
	position:relative;
}
#mainmenu>li{
	display: inline-block;
	margin: 0px 0px 0px 20px;
	position:relative;
	padding: 0px 0px 0px 0px;
}
#mainmenu>li>a{
	font-family: 'RobotoCondensedBold';
	font-size: 16px;
    font-weight: 600;
	display:inline-block;
	background: none;
	padding: 10px 0px 10px 0px;
	line-height:16px;
	text-transform: uppercase;
    color: #1d2663;
	text-decoration:none;
	width:100%;
	transition: all 0.3s ease;
	position:relative;
}
#mainmenu>li>a:hover{
	color:#3d5fa2;
}
#mainmenu>li>a:after{
	content:" ";
	position:absolute;
	bottom: 0px;
	left:0px;
	background-color: #fff;
	width: 100%;
    height: 2px;
	transition: all 0.3s ease;
}
#mainmenu>li.active>a:after{
	background-color: #1d2663;
}
#mainmenu>li>a:hover:after{
	background-color: #3d5fa2;
}
#mainmenu>li.item-114>ul{
	display:none !important;
}
#mainmenu>li>ul{
	position:absolute;
	top:90px;
	left:0px;
	text-align:left;
	z-index:11;
	background: #3c3c5c;
	padding:10px 0px;
	min-width: 180px;
	display:none;
}
#mainmenu>li>ul>li{
	display:block;
}
#mainmenu>li>ul>li>a{
	display:block;
	color:#fff;
	padding: 5px 10px;
	font-size:14px;
	text-decoration:none;
}
#mainmenu>li>ul>li>a:hover{
	background-color: #e21312;
}
#mainmenu>li:hover>ul{
	display:block;
}

/*------------------------mainmenu-end-------------------------*/

/*------------------------topblock-start-------------------------*/

#topblock-wrap{

}
#topblock{
	display:table;
}
#topblock>div{
	display:table-cell;
	vertical-align:top;
	padding-bottom:100px;
}
.topblock-div1{
	padding-top:30px;
	width:auto;
}
.topblock-div2{
	padding-top:30px;
	width:420px;
}
.topblock-text{
	text-shadow: 1px 1px 1px #000, 1px 1px 1px #000, 1px 1px 1px #000;
	color:#fff;
	padding:35px 25px;
}
.topblock-text span{
	background:rgba(0,0,0,0.7);
	display:inline-block;
	padding: 5px 5px;
}
.topblock-text1{
	font-size:30px;
	font-family: 'RobotoRegular';
	font-weight:600;
	margin-bottom:25px;
}
.topblock-text2{
	font-size:20px;
	font-family: 'RobotoRegular';
	margin-bottom:0px;
}
.topblock-text3{
	font-size:20px;
	font-family: 'RobotoRegular';
	margin-bottom:30px;
}
.topblock-text4{
	font-size:26px;
	line-height: 26px;
	font-family: 'RobotoRegular';
	margin-bottom:10px;
}
.topblock-text4 span:before{
	font-family: 'FontAwesome';
    content: "\f046";
    font-size: 28px;
    line-height: 10px;
    color: #3d5fa2;
    display: inline-block;
	padding-right: 6px;
}

#topblock h2{
	text-align:center;
	
	text-transform:uppercase;
	font-family:verdana;
}
/* #topblock a{ */
	/* color:#252a61; */
/* } */

#costBlock {
    position: relative;
    padding: 25px 20px 0px 20px;
    margin: 0 auto;
    width: 350px;
    background: #1d2663;
	text-align:center;
}
#costBlock .costBlockIntrotext{
	color: #fff;
    font-size: 28px;
    line-height: 30px;
    padding: 20px 0px 0px 0px;
}
#costBlock .costBlockIntrotext strong{
	display:block;
	color:#bbb;
	padding-top:5px;
}
#costBlock .costBlockPrice{
	color: #fff;
    font-size: 70px;
    line-height: 80px;
    padding: 20px 0px 25px 0px;
}
#costBlock .costBlockBtn{
	padding-bottom: 20px;
}

#userForm{
	position:relative;
	padding: 25px 20px 0px 20px;
	margin: 0 auto;
	width: 350px;
	background: #1d2663;
}
#userForm:after,
#costBlock:after{
	position: absolute;
    bottom: -40px;
    left: 0px;
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-left: 175px solid transparent;
    border-right: 175px solid transparent;
    border-top: 40px solid #1d2663;
}

#userForm .rsform-block-rsintrotext{
	color:#fff;
	font-size: 20px;
	line-height: 22px;
}

#userForm #rsform_error_3,
#userForm .formControlLabel{
	display:none;
}

#userForm .formControls{
	margin:0px;
}
#userForm .formRed{
	display:none;
}
#userForm .rsform-block-rsbtnok{
	margin-bottom: 0px;
}

#userForm .formValidation{
	display: block;
	text-align:center;
}
#userForm .formValidation .formError{
	margin:0px;
	color:#b94a48;
}
#userForm input.rsform-error{
    color: #b94a48 !important;
    border-color: #b94a48 !important;
}
#userForm p.formDescription{
	display:none;	
}
#userForm input[type="text"]{
	box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 20px;
    background: #fff;
    border-radius: 0px;
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    text-align: left;
    outline: none;
    margin-bottom: 0px;
    color: #000;
}
#userForm button[type="submit"],
#costBlock .costBlockBtn a{
	display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 30px;
    background: #3d5fa2;
    border: 2px solid #3d5fa2;
	border-radius:0px;
	width:100%;
    font-family: 'Roboto',sans-serif;
    transition: all 0.3s ease;
    margin: 0px;
    outline: none;
	box-shadow:none;
}
#userForm button[type="submit"]:hover,
#costBlock .costBlockBtn a:hover{
	background: #1d2663;
	border: 2px solid #3d5fa2;
}
#userForm .rsform-block-rsintrotext2{
	width:100%;
	font-size: 12px;
    line-height: 14px;
	color: #fff;
	text-align: center;
    padding-top: 10px;
}
#userForm .rsform-block-rsintrotext3,
.costBlockIntrotext2{
	width:100%;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	text-align: center;
    padding-top: 10px;
}
#userForm .rsform-block-rsintrotext3 a,
.costBlockIntrotext2 a{
	color:#fff;
	text-decoration:underline;
}
#userForm .rsform-block-rsintrotext3 a:hover,
.costBlockIntrotext2 a:hover{
	text-decoration:none;
}


/*------------------------topblock-end-------------------------*/


/*------------------------services-start-------------------------*/


#services-wrap{
	background:#fff;
}
#services-wrap .wrap{
	padding-bottom:60px;
}
.services-list .col-3{
	padding-bottom:20px;
}
.services-description,
.cities-description{
	font-size:16px;
	line-height:24px;
	color:#1d2663;
	padding:0px 0px 30px 0px;
	margin:0px auto;
	max-width:800px;
	text-align:center;
}
.services-description p{
	margin:0px;
}
.services-item{
	display:block;
	border:1px solid #ddd;
	padding: 40px 40px;
	text-align:center;
	width:100%;
	height:300px;
	margin:0 auto;
	background:#fff;
	transition: all 0.2s linear;
	position:relative;
	overflow:hidden;
}
.services-item-image{
	display:block;
	width:90px;
	height:90px;
	background-position:center center;
	background-repeat:no-repeat; 
	background-color:#3d5fa2;
	background-size: 60%;
	margin:0 auto;
	border-radius: 50%;
}
.services-item-title{
	font-size:18px;
	color:#000;
	height:50px;
	margin:30px 0px 20px 0px;
}
.services-item-price{
	margin:0px;
	color:#1d2663;
	font-weight:600;
	font-size:18px;
}
.services-item-text{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:300px;
	color:#fff;
	padding: 50px 30px;
	opacity:0;
	z-index:1;
}
.sbtnmore{
	margin-top:20px;
	position:relative;
	z-index:2;
}
.sbtnmore a{
    display: inline-block;
    color: #1d2663;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 8px 6px 8px;
    background: #fff;
	border:2px solid #3d5fa2;
    margin-bottom: 4px;
}
.services-item:hover .sbtnmore a{
	background: #3d5fa2;
	color:#fff;
}
.sbtnmore a:hover{
	border:2px solid #fff;
}
.services-item:hover{
	background:#1d2663;
	cursor:default;
}
.services-item:hover .services-item-image,
.services-item:hover .services-item-title,
.services-item:hover .services-item-price{
	opacity:0;
}
.services-item:hover .services-item-text,
.services-item:hover .sbtnmore a{
	opacity:1;
}
.btnmore{
	text-align:center;
	padding-top:30px;
}
.btnmore a{
	font-family: 'RobotoCondensedBold';
    display: inline-block;
    color: #3c3c5c;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 8px 7px 8px;
    background: #fff;
    margin-bottom: 4px;
    border: 2px solid #3c3c5c;
}
.btnmore a:hover{
	background: #3c3c5c;
	color:#fff;
}

/*------------------------services-end-------------------------*/

/*------------------------services-city-start-------------------------*/

.services-city-list{}
.services-city-item{
	margin-bottom:30px;
}
.services-city-item-image{
	width:200px;
	height:130px;
	background-size:100%;
}
.services-city-list .services-city-list-item:nth-child(2n+1) .services-city-item-image{
	float:left;
	margin-right:10px;
}
.services-city-list .services-city-list-item:nth-child(2n) .services-city-item-image{
	float:right;
	margin-left:10px;
}
.services-city-item-title a{
	color:#3d5fa2;
}
.services-city-item-title{
	margin: 0px 0px 5px 0px;
    font-size: 22px;
}
.services-city-item-text{
	font-size:13px;
}
.services-city-item-text p{
	margin:0px;
}

/*------------------------services-city-end-------------------------*/


/*------------------------testimonials-start-------------------------*/

#testimonials-wrap {
    background: #1d2663;
}
#testimonials-wrap2 {
    background: #fff;
}
#testimonials-wrap .wrap,
#testimonials-wrap2 .wrap {
    padding-bottom: 60px;
}
#testimonials-wrap .btnMore{
	text-align: center;
}
.aggregate-rating{
	padding-bottom:20px
}
.testimonials-info{
	display:table;
	width:60%;
	margin: 0 auto;
}
.testimonials-info>div{
	display:table-cell;
	width:50%;
	vertical-align:top;
	text-align:center;
}
.testimonials-count-numb,
.testimonials-rating-numb{
    font-weight: 500;
    font-size: 60px;
    line-height: 60px;
    color: #3d5fa2;
	display:block;
}
.testimonials-count-text,
.testimonials-rating-text{
	margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
	line-height: 20px;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
	display:block;
}
#testimonials-wrap2 .testimonials-count-text,
#testimonials-wrap2 .testimonials-rating-text{
	color:#333;
}
.testimonials-count-button{
	display:block;
	text-align: center;
}
.testimonials-count-button a{
	font-family: 'RobotoCondensedBold';
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 8px 7px 8px;
    background: #3d5fa2;
	margin-bottom: 4px;
	border:2px solid #3d5fa2;
}
.testimonials-count-button a:hover{
	background: #1d2663;
    color: #fff;
}
.mytestimonials .grid_custom{
	background-color: #fbfbfb;
	background-size: auto;
    background-repeat: no-repeat;
    background-position: top right;
}
#testimonials .btnMore{
	padding:0px;
}
#testimonials .btnMore a{
	font-family: 'RobotoCondensedBold';
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    padding: 11px 30px 9px 30px;
    background: #e21312;
}
#testimonials .btnMore a:hover{
	background: #3c3c5c;
    color: #fff;
}

.leaflet-marker-pane img{
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	border-radius:50%;
}

a.myt-btn.pull-right{
	float:none;
    position: absolute;
    right: 0px;
    top: 5px;
}
a.myt-btn {
    background-color: #a2c046;
    color: #fff;
	text-decoration:none;
	line-height:30px;
	border-radius: 0px;
	font-family: 'RobotoCondensedBold';
}
a.myt-btn:hover {
	background-color: #666;
}
.mytestimonial .mytestimonials_title a, .mytestimonial .mytestimonials_title a:hover, .mytestimonial .mytestimonials_title {
    color: #666;
}
.review-description{
	padding-bottom:10px;
	display:block;
}
.grid_custom blockquote.adjust2{
	color: #666;
    font-size: 12px;
	margin-bottom:0px;
}
.grid_custom .mytestimonials_title a,
.grid_custom .mytestimonials_title a:hover{
	font-size: 14px;
}

/*------------------------testimonials-end-------------------------*/

/*------------------------testimonialsform-start-------------------------*/
#form-testimonial input:not([type]), #form-testimonial input[type=text], #form-testimonial input[type=password], #form-testimonial input[type=email], #form-testimonial input[type=url], #form-testimonial input[type=time], #form-testimonial input[type=date], #form-testimonial input[type=datetime], #form-testimonial input[type=datetime-local], #form-testimonial input[type=tel], #form-testimonial input[type=number], #form-testimonial input[type=search], #form-testimonial textarea.materialize-textarea {
    background-color: #fff;
    box-sizing: border-box;
	padding-left:15px;
	padding-right:15px;
}
#form-testimonial .span7.form-horizontal{
	padding:0px;
}
#testimonials fieldset.adminform {
    font-size: 0px;
}
#testimonials .adminform>.form-horizontal>.control-group {
    font-size: 14px;
    display: inline-block;
    width: 25%;
    padding: 0px 10px;
	vertical-align:top;
}
#testimonials .front-end-edit label{
	margin: 0px;
    display: block;
    float: none;
    text-align: left;
    width: 95% !important;
	padding-left:15px;
	padding-right:15px;
}
#testimonials .testimonials-comment{
	display: inline-block;
    width: 100%;
}
#testimonials .testimonials-comment .control-group{ 
	display: block;
    width: 100%;
	padding: 0px 10px;
}
#testimonials .testimonials-comment .control-group textarea{
	margin-bottom:0px;
	height: 140px !important;
	font-size:14px;
}
#testimonials #textarea_feedback{
	font-size: 14px;
	margin-bottom:20px;
	padding-left:25px;
}
#testimonials .testimonials-avatar{
	display: inline-block;
    width: 100%;
    vertical-align: top;
	margin-bottom: 10px;
}
#testimonials .testimonials-avatar .control-group{
    width: auto;
	vertical-align: middle;
	font-size:0px;
	display: inline-block;
}
#testimonials .testimonials-avatar .control-group label,
#testimonials .testimonials-avatar .control-group input{
	font-size:14px;
}
#form-testimonial select {
    display: inline-block;
	margin: 0 0 20px 0;
}
#testimonials .testimonials-avatar img{
	margin-top: 5px;
}
#testimonials .adjust2 .mytestimonials_title{
	display:none;
}
#testimonials .input-append{
	font-size:14px;
	padding: 0px 10px;
}
#testimonials .input-append>*{
	vertical-align:top;
}
#testimonials .mapform-title{
	font-size: 14px;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 25px;
    padding-right: 15px;
}
#testimonials .mapform label,
#testimonials .mapform #jform_latitude,
#testimonials .mapform #jform_longitude{
	display:none;
}
#testimonials #form-testimonial>.row-fluid>.control-group{
	padding: 0px 10px;
}
#testimonials .mapform .control-group{
    width: 25%;
	font-size: 14px;
}

/*------------------------testimonialsform-end-------------------------*/

/*------------------------about-start-------------------------*/

#about-wrap{
	background:#fff;
}
#about-wrap .wrap{
	/* padding-bottom: 60px; */
}
#about-container{
	display:table;
	width:100%;
}
#about-container>div{
	display:table-cell;
	vertical-align:top;
	padding-top:60px;
	padding-bottom:50px;
}
#about-container .left-part{
	width:490px;
	font-size:16px;
}
#about-container .center-part{
	width: auto;
	position: relative;
	text-align:center;
	padding-right: 30px;
}
#about-container .right-part{
	width:270px;
	text-align:right;
}
.about-title{
	color:#3d5fa2;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 0px;
	font-family: 'RobotoCondensedBold';
	text-transform: uppercase;
}
.about-title span{
	color: #1d2663;
}
.about-why{
	font-weight:600;
	text-transform:uppercase;
}
.about-why-item{
	display:inline-block;
	width:240px;
}
.about-why-item:before{
	font-family: 'FontAwesome';
	font-size:20px;
	color:#3d5fa2;
	display: inline-block;
    width: 25px;
    text-align: center;
}
.about-why0:before{
	content:"\f219";
}
.about-why1:before{
	content:"\f135";
}
.about-why2:before{
	content:"\f164";
}
.about-why3:before{
	content: "\f153";
}
.about-phone{
	padding-top:30px;
}
.about-phone-text{
	margin:0px;
	font-size: 16px;	
}
.about-phone-text span{
	background:url(img/arrow.png) right bottom no-repeat;
	padding-right:25px;
}
.about-phone-numb{
	margin:0px;
	font-size: 34px;
    font-family: 'RobotoCondensedBold';
}
.about-phone-numb a{
	color: #3d5fa2;
	text-decoration:none;
}
.about-phone-numb a:hover{
	border-bottom: 2px dotted #3d5fa2;
}
#about-container .center-part img {
    max-width: 400px;
	width:100%;
}

/*------------------------about-end-------------------------*/

/*------------------------scheme-start-------------------------*/

#scheme-wrap{
	background:#1d2663;
}
#scheme-wrap .wrap{
	padding-bottom:60px;
}
#scheme-wrap .page-title{
	color:#fff;
}

.scheme-description{
	font-size:16px;
	line-height:24px;
	color:#fff;
	padding:0px 0px 30px 0px;
	margin:0px auto;
	max-width:800px;
	text-align:center;
}
.scheme-list{
	display:table;
	width:100%;
}
.scheme-item{
	display:table-cell;
	width:25%;
	vertical-align:top;
	text-align:center;
	padding: 0px 40px;
	position:relative;
}
.scheme-item:before{
	content:" ";
	display:block;
	position:absolute;
	width:100%;
	top:18px;
	left:0px;
	border-top: 3px dotted #3d5fa2;
	z-index:1;
}
.scheme-item:first-child:before{
	width:50%;
	right:0px;
	left:auto;
}
.scheme-item:last-child:before{
	width:50%;
}
.scheme-item:after{
	content:" ";
	display:block;
	position:absolute;
	top:12px;
	right:-6px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 10px solid #3d5fa2;
	border-bottom: 8px solid transparent;
}
.scheme-item:last-child:after{
	display:none;
}
.scheme-item-count{
	display:inline-block;
	background:#ccc;
	border-radius:50%;
	color:#1d2663;
	font-size: 18px;
    font-weight: 600;
    padding: 7px 15px 6px 15px;
	position:relative;
	z-index:2;
}
.scheme-item-icon{
	width:70px;
	height:70px;
	margin: 12px auto 10px auto;
	border-radius:10px;
}
.scheme-item1 .scheme-item-icon{
	background: url(img/icons/scheme1.png) center center no-repeat #3d5fa2;
	background-size:70%;
}
.scheme-item2 .scheme-item-icon{
	background: url(img/icons/scheme2.png) center center no-repeat #3d5fa2;
	background-size:70%;
}
.scheme-item3 .scheme-item-icon{
	background: url(img/icons/scheme3.png) center center no-repeat #3d5fa2;
	background-size:70%;
}
.scheme-item4 .scheme-item-icon{
	background: url(img/icons/scheme4.png) center center no-repeat #3d5fa2;
	background-size:70%;
}
.scheme-item-text{
	color:#fff;
}
.scheme-item-text a{
	color:#fff;
	font-weight:600;
}

/*------------------------scheme-end-------------------------*/


/*------------------------whywe-start-------------------------*/
#whywe-wrap{
	background:#fff;
}
#whywe-wrap .wrap{
	padding-bottom:60px;
}

.whywe-item{
	margin: 10px 0px;
    text-align: center;
    padding: 30px 10px 20px 10px;
    background: #fff;
    transition: 0.8s;
    border: 5px solid #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
	min-height: 220px;
}
.whywe-item h3{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size:16px;
	font-weight: bold;
	line-height:16px;
	height:70px;
	font-family: 'Roboto',sans-serif;
	text-transform:uppercase;
	color:#000;
	position:relative;
}
.whywe-item h3:before {
	display:block;
	text-align:center;
	font-family: 'FontAwesome';
	font-weight: normal;
    font-size: 40px;
    color: #3d5fa2;
	margin-bottom:20px;
	transition: 0.8s;
}
.whywe-item h3:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #3d5fa2;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -20px;
	transition: 0.8s;
}
.whywe-item-text{
	font-family: 'Roboto',sans-serif;
	font-size:13px;
	line-height:14px;
	color:#333;
}
.whywe-item-text p{
	margin:0px;
}
.whywe-item:hover{
	border: 5px solid #3d5fa2;
}

.whywe-item1 h3:before { content:"\f135"; }
.whywe-item2 h3:before { content:"24/7"; font-weight: bold; }
.whywe-item3 h3:before { content:"\f0c0"; }
.whywe-item4 h3:before { content:"\f164"; }
.whywe-item5 h3:before { content:"\f046"; }
.whywe-item6 h3:before { content:"\f086"; }

/*------------------------whywe-end-------------------------*/


/*------------------------cities-start-------------------------*/

#cities-wrap{
	background:#fff;
}
#cities{
	padding-bottom:30px;
}
.provinces-title{
	font-size: 20px;
	margin-bottom:20px;
}
.citieslist{
	padding-bottom:0px;
	-webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
	position:relative;
	max-height: 150px;
	min-height: 150px;
    overflow: hidden;
}
/* .citieslist:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 70px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
} */
.citieslist p{
	margin-top:0px;
	margin-bottom:5px;
}
.citieslist p a{
	color:#3d5fa2;
}
.citieslist-btn {
    position: relative;
    text-align: center;
    cursor: pointer;
    color: #3d5fa2;
    font-size: 14px;
    line-height: 20px;
    font-family: 'RobotoCondensedBold';
    text-transform: uppercase;
	margin-bottom:30px;
}
.citieslist-show:after {
    display: block;
    content: "\f078";
    font-family: 'FontAwesome';
}
.citieslist-hide:before {
    display: block;
    content: "\f077";
    font-family: 'FontAwesome';
}
/*------------------------cities-end-------------------------*/

/*------------------------law-start-------------------------*/

#law-wrap{
	background:#1d2663;
}
#law-wrap .wrap{
	padding-bottom:10px;
}
#law-wrap .page-title{
	color:#fff;
}
.law-description{
	font-size:16px;
	line-height:24px;
	color:#fff;
	padding:0px 0px 30px 0px;
	margin:0px auto;
	max-width:800px;
	text-align:center;
}
.law-list{
	color:#fff;
	padding-bottom:30px;
	-webkit-column-width: 400px;
    -moz-column-width: 400px;
    column-width: 400px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
}
.law-list h3{
	font-size:18px;
	font-weight:600;
	margin-bottom:30px;
	height: 40px;
}
.law-list p{
	font-size:16px;
	margin-bottom: 10px;
}
.law-list p:before{
	font-family: 'FontAwesome';
    content: "\f046";
    font-size: 20px;
    line-height: 10px;
    color: #3d5fa2;
    display: inline-block;
	padding-right: 6px;
}
	

#law2-wrap{
	background:#3d5fa2;
}
.law2-description{
	display:table;
	width:100%;
}
.law2-description h3{
	background: url(img/handle.png) left center no-repeat;
	padding-left:100px;
	height:80px;
	padding-top:11px;
	font-size:24px;
	margin:0px;
}
.law2-description p{
	margin:0px;
}
.law2-description a{
	color:#fff;
	font-size:20px;
}
.law2-description>div{
	display:table-cell;
	vertical-align:middle;
	padding-top:20px;
	padding-bottom:20px;
}
.law2-description-div1{
	width:270px;
	color:#fff;
}
.law2-description-div2{
	width:auto;
	font-size:14px;
	line-height:16px;
	color:#fff;
	padding-left:30px;
}
.law2-description-div3{
	width:270px;
	padding-left:30px;
	color:#fff;
	font-weight:600;
}

	
/*------------------------law-end-------------------------*/


/*------------------------bottominfo-start-------------------------*/

#bottominfo-wrap{
	background: #1d2663;
}
.bottominfo{
	width:100%;
	display:table;
}
.bottominfo>div{
	display:table-cell;
	vertical-align:top;
	padding-top:40px;
	padding-bottom:30px;
}
.bottominfo>div.bottominfo-div1{
	padding-right:35px;
	width:30%;
}
.bottominfo>div.bottominfo-div2{
	padding-right:35px;
	width:20%;
}
.bottominfo>div.bottominfo-div3{
	padding-right:35px;
	width:25%;
}
.bottominfo>div.bottominfo-div4{
	width:25%;
}
.bottominfo-title{
	font-size:20px;
	color:#fff;
	margin-top:0px;
	margin-bottom:15px;
}
.bottominfo-about{
	color:#bbb;
	font-size:14px;
    overflow-y: hidden;
    margin-bottom: 15px;
}
.bottominfo-about p{
	margin:0;
}
.bottominfo-more a {
    font-family: 'RobotoCondensedBold';
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 35px 9px 35px;
	background: #3d5fa2;
	border: 2px solid #3d5fa2;
}
.bottominfo-more a:hover{
	border: 2px solid #3d5fa2;
    background: transparent;
}
ul.menubottommenu{
	display:block;
}
ul.menubottommenu>li{
	display:block;
}
ul.menubottommenu>li>a{
	display:inline-block;
	color:#bbb;
	font-size:14px;
	padding: 3px 0px 3px 0px;
    text-decoration: none;
	text-transform: uppercase;
}
ul.menubottommenu>li>a:before{
	content: "\f178";
	font-family: 'FontAwesome';
	font-size:13px;
	color:#bbb;
	padding-right: 6px;
}
ul.menubottommenu>li>a:hover:before,
ul.menubottommenu>li>a:hover{
	color:#fff;
}

.bottominfo-div4 p{
	margin-bottom:11px;
	color:#bbb;
	font-size: 14px;
    line-height: 14px;
}
.bottominfo-div4 a{
	color:#bbb;
}
.bottomwhatsapp:before{
	font-family: 'FontAwesome';
    content: "\f232";
    padding-right: 7px;
    font-size: 16px;
    line-height: 16px;
	color: #fff;
	width: 23px;
    display: inline-block;
}
.bottominstagram:before{
	font-family: 'FontAwesome';
    content: "\f16d";
    padding-right: 7px;
    font-size: 16px;
    line-height: 16px;
	color: #fff;
	width: 23px;
    display: inline-block;
}
.bottomfacebook:before{
	font-family: 'FontAwesome';
    content: "\f230";
    padding-right: 7px;
    font-size: 16px;
    line-height: 16px;
	color: #fff;
	width: 23px;
    display: inline-block;
}
.bottomphone:before{
    font-family: 'FontAwesome';
    content: "\f095";
    padding-right: 7px;
    font-size: 16px;
    line-height: 16px;
	color: #fff;
	width: 23px;
    display: inline-block;
}
.bottommail:before{
    font-family: 'FontAwesome';
    content: "\f0e0";
    padding-right: 7px;
    font-size: 16px;
    line-height: 16px;
	color: #fff;
	width: 23px;
    display: inline-block;
}
.bottomtime:before{
    font-family: 'FontAwesome';
    content: "\f017";
    padding-right: 7px;
    font-size: 16px;
    line-height: 16px;
	color: #fff;
	width: 23px;
    display: inline-block;
}
.bottomfacebook,
.bottominstagram,
.contactfacebook,
.contactinstagram{
	display:none;
}

/*------------------------bottominfo-end-------------------------*/

/*------------------------footer-start-------------------------*/

#footer-wrap{
	background: #1d2663;
}
#footer{
    color: #bbb;
	border-top: 1px solid #474c54;
	padding-top:30px;
	padding-bottom:15px;
}
#copyright{
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:14px;
}
#sitemasters{
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:14px;
}
#sitemasters a{
	display:inline-block;
	background: url(img/site-masters.png) center center no-repeat;
	background-size:100%;
	text-align:left;
	text-indent: -9999px;
    width: 125px;
    height: 25px;
    vertical-align: middle;
}

.whatsapp-block {
    position: fixed;
    bottom: 140px;
    right: 30px;
    z-index: 9999;
}
.whatsapp-inner {
    width: 70px;
    height: 70px;
	background-color:#009d00;
	
	-moz-border-radius:50%; 
	-webkit-border-radius:50%;
	border-radius:50%; 
	
	-webkit-box-shadow: 0 0 0 rgba(0,157,0, 0.4);
	-moz-box-shadow: 0 0 0 rgba(0,157,0, 0.4);
	-o-box-shadow: 0 0 0 rgba(0,157,0, 0.4);
	box-shadow: 0 0 0 rgba(0,157,0, 0.4);
	
	-webkit-animation: pulse 2s infinite;
	-moz-animation: pulse 2s infinite;
	-o-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
}
a.whatsapp {
    display: block;
    width: 70px;
    height: 70px;
    background:  url(img/what.png) center center no-repeat;
    transition-duration: 0.8s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    overflow: hidden;
    box-shadow: 0 0 0 0 #009d00;
    border-radius: 50%;
    cursor: pointer;
	text-decoration:none;
	text-indent:-9999px;
}
a.whatsapp:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0,157,0, 0.5), 0 0 0 0 rgba(0,157,0, 0.5), 0 0 0 0 rgba(0,157,0, 0.5);
	}
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(0,157,0 0),0 0 0 20px rgba(0,157,0, 0),0 0 0 20px rgba(0,157,0, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(0,157,0, 0),0 0 0 0 rgba(0,157,0, 0),0 0 0 0 rgba(0,157,0, 0);
	}
}
@-o-keyframes pulse {
	0% {
		-o-box-shadow: 0 0 0 0 rgba(0,157,0, 0.5), 0 0 0 0 rgba(0,157,0, 0.5), 0 0 0 0 rgba(0,157,0, 0.5);
	}
	70% {
		-o-box-shadow: 0 0 0 20px rgba(0,157,0, 0),0 0 0 20px rgba(0,157,0, 0),0 0 0 20px rgba(0,157,0, 0);
	}
	100% {
		-o-box-shadow: 0 0 0 0 rgba(0,157,0, 0),0 0 0 0 rgba(0,157,0, 0),0 0 0 0 rgba(0,157,0, 0);
	}
}
@-moz-keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(0,157,0, 0.5), 0 0 0 0 rgba(0,157,0, 0.5), 0 0 0 0 rgba(0,157,0, 0.5);
	}
	70% {
		-moz-box-shadow: 0 0 0 20px rgba(0,157,0, 0),0 0 0 20px rgba(0,157,0, 0),0 0 0 20px rgba(0,157,0, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(0,157,0, 0),0 0 0 0 rgba(0,157,0, 0),0 0 0 0 rgba(0,157,0, 0);
	}
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(0,157,0, 0.5),0 0 0 0 rgba(0,157,0, 0.5),0 0 0 0 rgba(0,157,0, 0.5);
	}
	70% {
		box-shadow: 0 0 0 20px rgba(0,157,0, 0),0 0 0 20px rgba(0,157,0, 0),0 0 0 20px rgba(0,157,0, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(0,157,0, 0),0 0 0 0 rgba(0,157,0, 0),0 0 0 0 rgba(0,157,0, 0);
	}
}

#totop {
    display: none;
    width: 60px;
    height: 60px;
    background: url('img/totop.png') center center no-repeat #333;
	border-radius:50%;
    text-indent: -9999px;
    position: fixed;
    bottom: 35px;
    right: 35px;
	opacity:0.6;
	transition: all 0.2s linear;
	z-index:8000;
	border: 1px solid #ccc;
}
#totop:hover {
	opacity:1;
}

/*------------------------footer-end-------------------------*/


/*------------------------popupmsg-start-------------------------*/

.formResponsive input[name="continue"],
.formResponsive button[name="continue"]{
	display:none;
}
.popup-msg{
	background-color: rgba(255, 255, 255,1);
    border-radius: 30px;
    height: auto;
    left: 50%;
    margin-left: -150px;
    margin-top: -150px;
    position: fixed;
    top: 50%;
    width: 300px;
    z-index: 25;
	padding:20px;
	text-align:center;
	font-size:18px;
	box-shadow: 0px 0px 10px #3c3c5c inset, 0px 0px 10px #3c3c5c;
	font-family: 'Roboto',sans-serif;

}
.popup-bg{
	background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}
.popup-msg p{
	color:#000;
}
.modal-message{
	
}
input.page-reload{
	width:100px;
	height:50px;
	text-align:center;
	border:1px solid #3c3c5c;
	border-radius:30px;
	color:#3c3c5c;
	font-size: 30px;
    background: #fff;
	margin-top:15px;
	outline:none;
}
input.page-reload:hover{
	background: #fafafa;
	box-shadow: 0px 0px 10px #3c3c5c;
}

/*------------------------popupmsg-end-------------------------*/

/*------------------------pagination-start-------------------------*/

.pagination {
  margin: 20px 0 0 0;
  text-align:center;
}

.pagination ul {
	padding-left: 0;
	display: inline-block;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/*------------------------pagination-end-------------------------*/


/*------------------------contacten-start-------------------------*/



.contactwhatsapp:before{
	font-family: 'FontAwesome';
    content: "\f232";
    padding-right: 7px;
    font-size: 16px;
    line-height: 16px;
	color: #212529;
	width: 23px;
    display: inline-block;
}
.contactinstagram:before{
	font-family: 'FontAwesome';
    content: "\f16d";
    padding-right: 7px;
    font-size: 16px;
    line-height: 16px;
	color: #212529;
	width: 23px;
    display: inline-block;
}
.contactfacebook:before{
	font-family: 'FontAwesome';
    content: "\f230";
    padding-right: 7px;
    font-size: 16px;
    line-height: 16px;
	color: #212529;
	width: 23px;
    display: inline-block;
}
.contactphone:before{
    font-family: 'FontAwesome';
    content: "\f095";
    padding-right: 7px;
    font-size: 16px;
    line-height: 16px;
	color: #212529;
	width: 23px;
    display: inline-block;
}
.contactmail:before{
    font-family: 'FontAwesome';
    content: "\f0e0";
    padding-right: 7px;
    font-size: 16px;
    line-height: 16px;
	color: #212529;
	width: 23px;
    display: inline-block;
}
.contacttime:before{
    font-family: 'FontAwesome';
    content: "\f017";
    padding-right: 7px;
    font-size: 16px;
    line-height: 16px;
	color: #212529;
	width: 23px;
    display: inline-block;
}
.contactaddress:before{
	font-family: 'FontAwesome';
    content: "\f041";
    padding-right: 7px;
    font-size: 16px;
    line-height: 16px;
	color: #212529;
	width: 23px;
    display: inline-block;
	position:absolute;
	left:0px;
	top:10px;
}
.contactaddress{
	padding-left:24px;
	position:relative;
}

/*------------------------contacten-end-------------------------*/






