
*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    font-family:Roboto-Regular,sans-serif;
    font-size: 19px;
    word-wrap: break-word;
}
body.hy{

    font-family:pragmat,sans-serif;
}

input,
button{
	outline:none;
}


h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-size: 29px;
    text-transform: uppercase;
    font-family: Roboto-Regular,sans-serif;
    font-weight: normal;
}

a, a:hover, a:focus{
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
p{
    line-height: 1.3;
}
ul{
    list-style: none;
    margin-bottom: 0;
}
.pull{
    display:none;
    height: 24px;
}
.pull:before{
    content: '';
    display: block;
    position: relative;
    float: right;
    /* margin-left: 35px; */
    margin-top: 3px;
    width: 60px;
    height: 2px;
    background-color: #000;
    box-shadow: 0px 7px 0px #000, 0px 14px 0px #000;
}
.d_flex{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
}
.j_c_between{
    -webkit-justify-content: space-between;
    justify-content: space-between;   
}
.j_c_center{
    -webkit-justify-content: center;
    justify-content: center;   
}
.a_i_center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.a_i_end{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.topBlock{
	
    width: 100%;
    display: inline-block;
    height: 140px;
    background: #e5e5e5;
    padding: 22px 0;
}

.wrapper_box{
    max-width: 1200px;
    margin: 0 auto;
}
.logo_box{
    width: 500px;
    float: left;
}

.langBox{
	width: 100px;
    float: left;
    text-align: center;
}
.socialBox{
	    width: 162px;
    float: left;
}

.socialBox ul{
	    display: inline-flex;
}
.topData{
	    width: 266px;
    float: right;
    position: relative;
    top: 35px;
}

.mod-languages select{
    outline: none;
    border: none;
    background: #E4E4E4;
    font-size: 17px;
    position: relative;
    top: 7px;
}

.menuBox{
	width: 100%;
    display: inline-block;
}
.main_menu>ul{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
}
.main_menu{
    width: 700px;
    float: left;
    padding: 15px 0px 10px 0px;
}
.menuBox .search{
    width: 220px;
    float: right;
    position: relative;
    top: 7px;
}

.main_menu ul li a{
    position:relative;
	color:#000;
	padding: 5px 15px;
}

.form-inline label{
	display:none;
}

input.search-query{
	border: none;
    float: left;
    padding: 8px;
}

.serviceBlock ul li{
	    width: 360px;
    height: 220px;
    float: left;
    background: #fbfbfb;
    border: 1px solid #ececec;
    text-align: center;
	margin:15px;
}

.serviceBlock ul li h4{
    position:relative;
    display:inline-block;
    color: #000;
    font-size: 21px;
    padding: 20px 0;
}
.main_menu ul li a:before,
.serviceBlock ul li h4:before{
    content: "";
    background: #cd026b;
    width: 60px;
    height: 3px;
    position: absolute;
    left:50%;
    bottom: 11px;
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Safari */
    transform: translateX(-50%);
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.main_menu ul li a:before{
    width: 0;
    bottom: -1px;
}
.main_menu ul li a:hover:before{
    width:100%;
}

.serviceBlock ul li img{
    display:block;
    max-width:100%;
    margin:0 auto;
    -webkit-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.serviceBlock ul li:hover h4:before{
    width: 100%;
}
.serviceBlock ul li:hover img{
  -ms-transform: rotatey(180deg); /* IE 9 */
  -webkit-transform: rotatey(180deg); /* Safari */
  transform: rotatey(180deg);
}

.serviceBlock ul{
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 40px 0;
    width: 100%;
}

.blog-featured{
	width:100%;
	display:inline-block;
}

.blog-featured .item-image{
    max-width:460px;
    float: left;
    margin: 0px 0 10px 0px;
}

.blog-featured .item-title{
    width:calc(100% - 480px);
	padding-bottom: 20px;
    position: relative;
    float:right;
}
.blog-featured p,
.blog-featured .readmore{
      width:calc(100% - 480px);
      float:right;
}

.blog-featured .item-title:before{
    content: "";
    background: #cd026b;
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: 11px;
    margin-left: 11px;
}


.blog-featured  .readmore a{
	color: #CD0F6A;
    padding-top: 10px;
    display: block;
}

.middleBlock{
	width:100%;
	height:460px;
	background:url(../images/middle_bg.jpg) no-repeat 0px 0px;
	background-size:cover;	
	margin:20px 0;
}
.middleBlock h3{
	    text-align: center;
    padding: 30px 0;
    color: #fff;
    position: relative;
}



.middleBlock h3:before{
    content: "";
    background: #cd026b;
    width: 150px;
    height: 3px;
    position: absolute;
    bottom: 20px;
    margin-left: 80px;
}

.owl-stage-outer{
	   position: relative;
    z-index: 99;
}
.middleBlock .owl-nav{
    position: absolute;
    top: 45%;
    width: 100%;
    left: 0;
}

.owl-carousel{
	    padding: 0 30px;
}

.owl-nav button{
	    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
}

.owl-nav button span{
	color:#fff;
	display:block;
	font-size:50px;
}
.owl-prev{
	float:left;
}

.owl-next{
	float:right;
}

.newsBlock{
	padding: 50px 0;
    width:100%;
	display:inline-block;
}

.newsBlock .wrapper_box > h3{
	    text-align: center;
    padding: 30px 0;
    color: #000;
    position: relative;
}



.newsBlock .wrapper_box > h3:before{
    content: "";
    background: #cd026b;
    width: 150px;
    height: 3px;
    position: absolute;
    bottom: 20px;
    margin-left: 45px;
}

.newsItems figure{
	    /*width: 370px;*/
}
.newsItems figure img{
	width:100%;
}

.newsflash{
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.newsItems{
    width: 32%;
    /*float: left;*/
    /*margin-right: 27px;*/
}

.newsflash-title{
	font-size: 22px;
    padding: 5px 9px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
}

.newsItems p{
	    font-size: 16px;
}

.footerBlock{
    width: 100%;
    background: #000;
    height: 60px;
}
.copyright{
	    float: left;
    width: 50%;
    position: relative;
    top: 10px;
    padding-bottom: 4px;
}

.copyright img{
	float: left;
    margin-right: 20px;
}

.copyright p{
	    float: left;
    color: #fff;
    font-size: 14px;
    padding: 14px 0px;
}

.development{
	    width: 311px;
    float: right;
    color: #fff;
    padding: 20px 0px;
    font-size: 14px;
}
.development a{
	color:#fff;
}

.parallax_simple_main{
	width:100%;
	height:660px;
	background:url(../images/main_bg.jpg) no-repeat 0px 0px;
	background-size:cover;
    top: 0;
    left: 0;
    z-index: 0;
    background-position: top left;
    background-attachment: fixed;
}

.parallax-simple{
position:relative;
    width: 100%;
    height: 660px;

}


.wraper_inner_banner {
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/bg2.jpg);
	    height: 150px;
}

.inner_banner_main{
	padding: 55px 0px;
}

.inner_banner_main .title {
    line-height: 40px;
    letter-spacing: 0px;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 32px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}

.container {
   max-width: 1170px;
    margin: 0 auto;
}

.item-page{
	padding:20px 0px 50px 0px;
}

.page_113 .item-image{
	margin-bottom:20px;
}
.item-image img{
	width:100%;
}

.mapBox{
	width: 100%;
    display: inline-block;
    margin: 50px 0;
}
.contact_form{
	    width: calc(100% - 310px);
    float: left;
}

.contactAdd{
    margin-left:20px;
    width: 290px;
    float: left;
}


.contact{
	padding:50px 0;
}

fieldset{
	border:none;
}

.contTop{
	    width: 100%;
    display: inline-flex;
	margin-bottom:10px;
}

.contTop dd{
		    width: 32%;
    margin-right: 5px;
}

.contTop dd input{
	width: 100%;
    padding: 10px;
    border: 1px solid #ccc;

}

.messageInputs textarea{
	    width: 97%;
    border: 1px solid #ccc;
    padding: 20px;
	outline:none;
    resize: none;
}

.buttonBox{
	text-align: center;
    margin-top: 10px;
}

.buttonBox button{
    background: #CD0D6E;
    color: #fff;
    border: none;
    padding: 13px 50px;
    cursor: pointer;
}

.contactAdd .addresse dt{
	    float: left;
    margin-right: 10px;
    height: 36px;
}

.contactAdd .addresse dd{
	    font-size: 16px;
}


.contactAdd .phones dt{
	    float: left;
    margin-right: 10px;
    height: 36px;
}

.contactAdd .phones dd{
	    font-size: 16px;
}


.addresse,
.phones{
	margin-bottom:20px;
}


.news_blog_list .items-row:nth-of-type(2n+1){
	    width: 49%;
    float: left;
	margin-bottom:50px;
}


.news_blog_list .items-row:nth-of-type(2n){
	    width: 49%;
    float: right;
		margin-bottom:50px;
}

.news_blog_list{
	width:100%;
	display:inline-block;
	margin:50px 0;
}


.news_blog_list .page-header h2{
font-size: 22px;
    padding: 5px 9px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;	
}

.news_blog_list .page-header h2 a{
	color:#cd0d6e;
}


.news_blog_list .readmore a{
	color:#cd0d6e;
}



.news_blog_list .readmore{
	text-align:right;
}

.news_blog_list  p {
    font-size: 16px;
}


.item-page .page-header h2{
    text-align: center;
    padding: 30px 0;
    color: #000;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 300px;
}


.item-page .page-header h2:before {
    content: "";
    background: #cd026b;
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: 20px;
}

.page_111.view_article .item-image{
	width: 290px;
    float: left;
    margin: 0px 15px 0px 0px;
}

.outContent{
	    min-height: 700px;
    width: 100%;
    display: inline-block;
    padding-bottom: 100px;
}

li.parent{
    position: relative;
}

ul.nav-child{
position: absolute;
    background: #fff;
    width: 385px;
    top: 25px;
    display: none;
	z-index:99;
}
li.parent:hover > ul{
	display:block;
}

ul.nav-child li a{
    font-size: 15px;
    text-transform: lowercase;
	    padding: 10px;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    width: 90%;
    margin: 0 auto;
}


ul.nav-child li:last-of-type a{
	border:none;
}
.product_blog_list{
	    width: 100%;
     -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content:center;  
	margin:50px 0;
}


.product_blog_list .items-row{
    width: 24%;
    max-width:290px;
    margin:0 0.5% 50px 0.5%;
    border-bottom: 1px solid #ccc;
    float: left;
    height: 380px;
}

.product_blog_list .page-header{
	text-align: center;
    padding: 20px 0;
}

.product_blog_list .page-header a{
	    color: #cd0d6e;
}



.product_blog_list .item-image{
	width: 100%;
    height: 300px;
    position: relative;
}


.page_115.view_article .item-image{
	    width: 400px;
    float: left;
    height: 500px;
    display: inline-block;
    margin-right: 40px;
}


.category-desc{
    width:100%;
    margin-bottom: 50px;
    font-size: 17px;
}

.newsflash-title a{
	color:#CA106A;
}




.item-page div[itemprop="articleBody"] ul li{
	position:relative;
	 padding: 0px 0px 0px 20px;
}

.item-page div[itemprop="articleBody"] ul li:before{
	content:"";
		width:10px;
	height:10px;
	background:#ca106a;
	border-radius:100%;
	position:absolute;
	left:0;
	top:5px;
}


.outContent .search{
	    width: 100%;
    display: inline-block;
    margin: 50px 0;
}

#searchForm{
	    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
}

#searchForm .btn-toolbar{
	    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
#searchForm .btn-toolbar .pull-left{
	float: left;
    margin-right: 10px;
}

#searchForm .btn-toolbar .pull-left input{ 
    padding: 10px;
}

#searchForm .btn-toolbar .pull-left button{ 
   background: #CC0E6E;
    border: none;
    color: #fff;
    padding: 13px 50px;
}

.searchDats{
	    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}


.result-title a{
	color: #cc0e6e;
}

.contact-emailto a{
    font-size: 18px;
    color: #000;
    position: relative;
    top: -3px;
}



p.counter{
display:none;
}

div.pagination{
    width: 100%;
    display: inline-block;
    text-align: center;
}

.pagination-start span,
.pagination-prev span,
.pagination-next span,
.pagination-end span,
span.pagenav {
padding:0 5px;
color:#000;
}

.pagination-start a,
.pagination-prev a,
.pagination-next a,
.pagination-end a,
a.pagenav{
padding:0 5px;
color:#D0006E;
}


div.pagination ul{
    display: inline-flex;
}










