.container2 {
	width: 960px;
	margin: 0 auto;
}
.floating-header {
    background-color: #f9f9fb;
    max-width: 100%;
    background-image: url(images/line.png);
    background-repeat: repeat-x;
    background-position: 50px 50px;	
}
#logo {
	float: right;
	padding: 15px 10px 0px 10px;
	background: #f9f9fb;
}
#LogoPanel {
	height: 118px;
	margin: 0 auto;
	width: 960px;
	
}
#left-logo {
	float: left;
    padding: 15px;
    background: #f9f9fb;
}
.metaslider {
	max-width: 2660px !important;
}
.caption-wrap {
	background-color: #fff!important;
}
.header-title {
    font-family: byekan;
    font-size: 13.5px;
    color: #0c4da2;
    position: relative;
    bottom: 12px;
}
.header-menu {
	margin: 0;
	display: inline;
}
.language a {
	background: #226ccc;
    color: #fff;
    padding: 6px 4px;
    border: 1px solid #4680b9;
    border-radius: 15%;
    margin: 0;
	transition: 0.2s;
	font-family: arial;
}
.language a:hover{
	background: #043c85;
	transition: 0.2s;
}

#main-menu-container {
	display: inline;
}
#main-menu-container li:first-child {
	background: url("images/home.png") no-repeat;
	cursor: pointer;
	content: none;
}
#main-menu-container li:first-child a {

  
}
#main-menu-container li:first-child:after {
	content: none;
}
#main-menu-container li:after {
	content: " / ";
	padding-right: 10px;
} 
#main-menu-container li:last-child:after {
	content: none;
}

#main-menu-container ul {
	list-style-type: none;
	padding: 0 20px;
	border-radius: 10px;
	list-style: none;
	position: relative;
	display: inline-table;
	z-index: 10;
	width: 90%;
}

#main-menu-container ul:after {
	content: "";
	clear: both;
	display: block;
}

#main-menu-container ul li {
	float: right;
	position: relative;
	font-weight: bold;
}

#main-menu-container ul li:hover {

}

#main-menu-container ul li:hover a {
	color: #636363;
}

#main-menu-container ul li a {
	padding: 7px 10px;
	color: #4e4e4e;
	text-decoration: none;
}

#main-menu-container li {
	display: inline;
	padding-right: 1.5%;
}

#main-menu-container ul ul {
	background-image: url(images/bg.png);
	border-radius: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	right: 0;
	width: 200px;
	margin-top: 6px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	transition: 2s;
}
#main-menu-container ul ul li {
	float: none;
	position: relative;
	display: inherit;
	padding: 5px 0px 5px 0;
	border-bottom: 1px solid #c7c7c7;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#main-menu-container ul ul li:hover{
	border-bottom: 3px solid #0c4da2;
}

#main-menu-container ul ul li:after {
	content: " ";
}
#main-menu-container ul ul li a {
	color: #fff;
	padding: 0;
	padding-right: 10px;
}	
#main-menu-container ul ul li a:hover {
	color: #0c4da2;
	background: #eeeef0;
}
#main-menu-container ul ul li:first-child {
	background: 0;
}

#main-menu-container > ul > li > a { 
	color: #636363;
}
#main-menu-container > ul > li > a:hover{ 
	color: #0c4da2;
	border-bottom: 3px solid #0c4da2;
	transition: 0.2s;
}

#main-menu-container ul ul {
	display: none;
}


#main-menu-container ul li:hover > ul {
	display: block;
	transition: 1s;
}

#main-menu-container ul ul ul {
	position: absolute;
	right: 90%;
	top:0;
	padding: 0;
}

.menu-container {
	width: 960px;
	margin: 0px auto;
	text-align: right;
	position: relative;
	left: 40px;
	font-family: byekan;
	max-width: 100%;
	height: 33px;
	margin-top: 10px;
}

#slider {
	width: 100%;
	overflow: hidden;
	
}
.home-main {
	border-bottom:10px solid #0c4da2; 	
	margin-top: 0px;
        overflow: auto;
}
.language {
	float: left;
	margin: 0 0px 0px -40px;
}

.copyright {
	width: 960px;
    margin: 0 auto;
    text-align: right;
    position: initial;
    font-family: byekan;
    font-size: 13px;
}

.serach {
    width: 26%;
    display: inline;
    text-align: center;
    float: left;
	font-family: byekan;
	margin-top: 15px;
}
.search-fileds {
	background-color: rgba(255, 255, 255, 0.33);
	border: 1px solid #dadada;
}
.search-fileds > a {
	background: #226ccc;
	color: #fff;
	padding: 10px 60.5px;
	float: right;
	margin-bottom: 10px;
	width: 51%;
}
.search-fileds  form {

}
.search-fileds  img {
	position: relative;
    bottom: 10px;
    left: 90px;
}
.intro .p-title {
    text-align: right;
    font-family: byekan;
    color: #0c4da2;
    margin-top: 0px;
}
.intro span {
    font-family: byekan !important;
}
.time {
	float: right;
	background: url(images/time.png) no-repeat scroll 0%;
    font-size: 15px;
    padding: 0 0px 0 15px;
	color: #757575;
	
	
}
.date {
	margin-bottom: 10px;
	background: url(images/calendar.png) no-repeat scroll 0%;
	font-size: 15px;
	color: #757575;
letter-spacing: -0.5px;

}
.selectproduct {
    display: block;
    width: 80%;
    padding: 5px 5px;
    border-radius: 4px;
    font-family: byekan;
    margin: 0 auto;
}

.textproduct{
    width: 80%;
    padding: 5px 5px;
    border-radius: 4px;
    font-family: byekan;
    margin: 10px 10px;
    border: 1px solid #c3c1c1;
}
.buttonsearch {
    width: 80%;
    display: block;
    padding: 5px 5px;
    border-radius: 4px;
    font-family: byekan;
    border: 1px solid #226ccc;
    background-color: 226ccc;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 10px;
	cursor: pointer;
}


.intro {
	width: 50%;
	float: left;
	margin-top: 15px;
	
}
.cub-container {
	overflow: hidden;
	max-height: 450px;
}
.intro-text {
	width: 96%;
	text-align: justify;
	font-family: byekan;
	font-size: 13px;
	line-height: 1.9;
	
}
.boxes {
	height: auto;
	min-height: 270px;
}

.product-tree {
	height: auto;
	width: 22%;
	font-family: byekan;
	font-size: 13px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #e8e8e8;
    float: right;
	min-height: 268px;
}
.offers {
    position: relative;
    bottom: 25px;
    margin-right: 10px;
}
.row-offers  {

}
.item-text {
	    display: table-cell;
}

.line-offer {
    border-bottom: 3px solid #bbb;
    position: relative;
    bottom: 32px;
}
.text-offer {
	    white-space: nowrap;
    width: 1%;
    padding: 0 10px;
}
.offer-div {
	margin: 30px 0;
}
.offer-div  h3{
	color: #ff5a00;
    font-family: byekan;
    font-size: 21px;
}
.row-box {
    width: 20%;
    padding: 0px 30px 0px 10px;
    display: -webkit-inline-box;
}

.box-sub-title:before {
}

.box-sub-title {
	text-align: right;
    font-family: byekan;
    font-size: 16px;
    color: #0076bb;
    border-right: 4px solid #0076bb;
    padding-right: 10px;
}

.row-box >a >img {
    border-radius: 5px;
    -webkit-box-shadow: -1px 1px 16px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 16px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 10px -3px rgba(0,0,0,0.75);
    border: 1px solid #a9a9a9;
	
}
.row-services {
	    overflow: overlay;
}
.row-services .container {
	width: 960px;
	margin: 0 auto;
}
.row-services .services {
	width: 64%;
    float: right;
    text-align: right;
    border: 1px solid #d4d4d4;
    background-color: rgba(255, 255, 255, 0.33);
    font-family: byekan;
}
.image-services {
	float: right;
	padding-left: 15px;
}
.services-title {
	font-size: 23px;
	color: #0076bb;
	
}


.content-services {
	font-size: 13px;
}
.news-slider {
    width: 34%;
    border: 1px solid #d4d4d4;
    background-color: rgba(255, 255, 255, 0.33);
    font-family: byekan;
    font-size: 13px;
    margin-right: 15px;
    height: 205px;
    float: left;
	
}
.news-slider > img{
    position: relative;
    bottom: 10px;
    left: 122;
}
.news-slider > h5 {
	background-color: #226ccc;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    margin-top: 0px;
}
.footer {
	background-color: #dee1e6;
	font-family: byekan;
	padding: 20px 0px 5px 10px;
	height: 180px;
	background-image: url(images/line.png);
    background-repeat: repeat-x;
    background-position: 50px 34px;
	margin-top: 15px;
}
.gmap{
	float: left;
	width: 32%;
}
.gmap > img {
	box-shadow: -webkit-box-shadow: 0px 5px 16px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 7px 24px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 16px -4px rgba(0,0,0,0.75);
}
.contact-us {
	float: left;
    width: 33%;
	text-align: right;
    font-size: 15px;
}

.newsletter {
    width: 29%;
    float: right;
}
.newsletter > img {
        padding: 0px 0px 0px 10px;
		float: right;
		background-color: #dee1e6;
}

.newsletter h3 {
    display: inline;
    float: right;
    font-family: byekan;
    margin: 0px;
    background-color: #dee1e6;
    padding-left: 10px;
	font-size: 20px;
}
.newsletter span{
	font-size: 13px;
}
.wysija-input {
    width: 257px;
    height: 26px;
    border-radius: 3px;
    border: 1px solid #8e8e8e;
    padding: 10;
	margin-top: 20px;
	
}

.widget_wysija_cont  {
	text-align: justify;
    width: 100%;
}

.abs-req > input {
	display: inline-block ! important;
    padding: 4px;
    background: #3a7acf;
    color: rgb(255, 255, 255);
    border: 1px solid #3a7acf;
    position: absolute;
    margin: 0px -24px 0px 0px;
}

#form-wysija-shortcode56388644d4118-1 {
	padding: 10px 10px;
	padding: 10px 10px;
	margin: 0px -10px 10px 5px;
}

.widget_wysija_cont .wysija-submit {
	display: inline-block ! important;
    padding: 4px ! important;
    background: transparent linear-gradient(rgb(0, 118, 183), rgb(0, 75, 122)) repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(0, 75, 122);
    position: absolute;
    margin: 0 -24px 0 0px;
	cursor: pointer;
    border-radius: 2px;
	height: 26px;
}

.details-info {
    display: inline-grid;
    font-size: 13px;
    line-height: 2;
    margin-left: 32px;
    text-align: justify;
}
.tel {
	background: url(images/tel.png) no-repeat scroll 100%;
	direction: ltr;
    width: 54%;
    text-align: center;
        display: flex;
}
.fax {
	background: url(images/fax.png) no-repeat scroll 100%;
	direction: ltr;
	width: 54%;
	text-align: center;
	    display: flex;
}
.e-mail {
	background: url(images/mail.png) no-repeat scroll 100%;
	direction: ltr;
	width: 60%;
	text-align: center;
	font-family: arial;
	    display: flex;
}

.info-contact {
    font-size: 20px;
    padding-right: 10px;
    font-family: byekan;
    font-weight: 700;
    background-color: #dee1e6;
    padding-left: 10px;
}

.innerfade li a {
	color: #226ccc;
    font-size: 17px;
}
.innerfade li {
    list-style-type: none;
}
.innerfade ul {
	margin: 0px -20px 0px 20px;
}
.archive-news {
	float: left;
	padding: 0px 0px 0px 40px;
	font-size: 16px;
	color: #d5302a;
	font-family: byekan;
	background: url(images/more.png) no-repeat scroll 21%;
}	
#newscontent {
	font-size: 13px;
    font-family: byekan;
    padding: 0 10px;
	
}
#news >a {
	color: #226ccc;
    font-size: 17px;
}
.center-content {
	text-align: right;
	width: 960px;
	margin: 0 auto;
	font-family: byekan;
	text-align: justify;
}

.body-container {
	background-color: #fff;
	min-height: 568px;
}
.body-container h3.title {
	display: inline-block;
    margin-top: 5px;
}
.title-container {
	position: relative;
    border-bottom: 2px solid #0c4da2;
    height: 40px;
    line-height: 30px;
    bottom: 0;
    color: #0c4da2;
}

.content-page {
	padding-right: 10px;
	padding-bottom: 10px;
}

.thumbnail {
	float: left;
    padding: 10px 30px 0px 0px;
}

#wb_tree ul li {
	    margin-right: 0 !important;
		width: 100%; 
}
#wb_tree ul {
	margin:0;
	padding: 5px 10px;
}
#wb_tree {
	float: right;
    text-align: right;
}
.image-left-arrow {
    float: right;
    position: relative;
    left: 18px;
    top: 5px;
}
#wb_tree a { 
	color: #313131;
}
#wb_tree a:hover { 
	color: #0c4da2;
}
#map {
    height: 360px;
    width: 44%;
    border: 1px solid #d0d0d0;
    display: inline-block;
	margin-top: 25px;
}
#wb_tree span {
	border: 1px solid #226ccc !important;
}
#wb_tree ul ul {
	border-right: 1px dashed #226ccc;
}
#wb_tree ul ul li:before {
	border-bottom: 1px dashed #226ccc;
}
.content-contact-us {
	text-align: right;
    width: 50%;
    margin: 0 auto;
    font-family: byekan;
	min-height: 565px;
    height: auto;
}
.contact-us > img {
	background-color: #dee1e6;
}
.contact-us-container .content-page {
	float: right;
    width: 50%;
    display: inline-block;
	padding-left: 4%;
}
.send-message {
    width: 100%;
}
.send-message form {
   width: 100%;
}
.send-message input {
	width: 60%;
    padding: 5px;
    margin-top: 5px;
    border: 1px solid #9c9c9c;
    border-radius: 2px;
	display:block;
}
.con-msg {
	margin-top: 5px;
    width: 61%;
    height: 70px;
}
.send-message input[type="submit"] {
    color: white;
    width: 20%;
    text-align: center;
    background: #0c4da2;
    font-family: byekan;
    border-radius: 8px;
	transition: 0.2s;
    cursor: pointer;
}
.send-message:hover input[type="submit"] {
	background: #0076bb;
}

a.catalog-download {
    float: left;
    clear: left;
    margin: 15px 25px 5px 15px;
    color: #ffffff;
    background: #265db3;
    padding: 5px 10px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
	transition: 0.2s;
	-webkit-box-shadow: 2px 28px 29px -30px rgba(8,8,8,1);
	-moz-box-shadow: 2px 28px 29px -30px rgba(8,8,8,1);
	box-shadow: 2px 28px 29px -30px rgba(8,8,8,1);
}
a.catalog-download:hover {
    background: #0c239e;
    transition: 0.2s;
    border: 1px solid #b1b1b1;
}
.thumbnail> img {
	border: 1px solid #c5c5c5;
}
.clear {
	display:block;
	clear:both;
}
.p-list li {
    width: 20%;
    overflow: hidden;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 2% 2% 2% 2%;
	background-color: #f9f9f9;
    border: 1px solid #e8e8e8;
	transition: 0.3s;
}
.p-list li:hover {
	background-color: #ececec;
    border: 1px solid #0c4da2;
	transition: 0.3s;
}
.p-list {
    margin: 0;
    list-style: none;
    padding: 0;
}
.body-container-category{
	background-color: #fff;
    min-height: 568px;	
}

.body-container-category h3.title{
    display: initial;
}

.body-container-category  .content-container{
	text-align: center;
	
}
.body-container-category h4.title {
	color: #0c4da2;
}

.body-container-category .image-container  img {
    margin-top: 20px;
}
.body-container-category .gallery {
	float:left;
}
.body-container-category .cat-description{
	float:right;
}
.display-content {
	display: inline-block;
}

/**************************************************************** @Catalogue ************************************************************/
 .filter-container {
    text-align: center;
    padding: 15px;

} 
.dc-list {
    list-style: none;
    margin: 0;
}
.dc-list a.catalog-download {
    clear: left;
    margin: 10px 0px 0px 0px;
    color: #ffffff;
    background: #265db3;
    padding: 5px 20px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    transition: 0.2s;
    -webkit-box-shadow: 2px 28px 29px -30px rgba(8,8,8,1);
    -moz-box-shadow: 2px 28px 29px -30px rgba(8,8,8,1);
    box-shadow: 2px 28px 29px -30px rgba(8,8,8,1);
    display: inline-block;
    float: none;
    min-width: 75%;
    text-align: center;
}
.dc-list a.catalog-download:hover {
    background: #0c239e;
    transition: 0.2s;
    border: 1px solid #b1b1b1;
}
.dc-list li {
    display: inline-block;
	width: 39%;
    text-align: center;
    border: 1px solid #c3c3c3;
    margin-left: 5%;
    padding: 4% 2%;
	height: 300px;
}
.dc-list .pdf-icon {
	position: relative;
    right: 145px;
    bottom: 50px;
}
/**************************************************************** @SEARCH ************************************************************/
.body-container-search {
	background-color: #fff;
    min-height: 568px;
	padding-bottom: 25px;
}
.body-container-search> .center-content> .title {
	font-size: 25px;
    padding: 20px 0px;
    color: #0c4da2;
    text-align: center;
    background: #ffffff;
    border-bottom: 2px solid #0c4da2;
    margin-bottom: 20px;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 40%;
}
.news-row {
    height: 145px;
    border: 1px solid #cecece;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #fff;
	transition: 0.2s;
}
.news-row:hover {
	border: 1px solid #0c4da2;
	transition: 0.2s;
	border-radius: 5px;
}
.news-row .img-container {
    height: 133px;
    width: 270px;
    border: 1px solid #aaa5a1;
    margin: 5px;
    float: right;
    text-align: center;
    overflow: hidden;
}
.news-row .img-container img {
    max-height: 133px;
    max-width: 270px;
    width: auto;
}
.news-body {
	width: 67%;
	float: left;
	padding: 0px 15px;
}
.news-body .content {
	border-top: 1px solid #0c4da2;
	margin: 0;
	overflow: hidden;
	padding-top: 10px;
	height: 50px;
}
.news-body a {
    color: #0046a2;
    font-family: byekan;
    font-size: 16px;
    float: left;
}
.news-body .title {
	float: right;
	height: 15px;
	color: #0c4da2;
}
.news-date {
	float: left;
	height: 38px;
	line-height: 54px;
}
.news-date ul li{
	height: 47px;
	list-style: none;
	background-color: #c8060a;
	color: #fff;
	text-align: center;
	line-height: 47px;
	font-size: 20px;
}
.news-content {
	background-color: #f5f5f5;
	padding: 20px;
	margin: 25px 0;
}
.news-content .header {
	border-bottom: 1px solid rgb(170, 165, 161); 
	margin-bottom: 15px;
}
.news-content .header .title{
	border-bottom: 3px solid rgb(200, 6, 10);
	margin-bottom: -2px;
	float: right;	
}
.news-content .header .date{	
	float: left;
	color: #c8060a;
	text-align: center;
	height: 41px;
	line-height: 41px;
	font-size: 15px;	
}
.news-next-back {
	background-color: #fff;
	padding: 30px 0;
}
.news-next-back .content{
	width:970px;
	margin: auto;
}
.news-prev {
	width: 475px;
	height: 115px;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	float: right;
	padding: 15px 0px 15px 15px;
	direction: ltr;
}
.news-next {
	width: 475px;
	height: 115px;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	float: left;
	padding: 15px 15px 15px 0px;
}
.news-prev .content1 .img-container, .news-next .content1 .img-container{
	width: 135px;
	height: 80px;
	overflow: hidden;
	border: 1px solid rgb(194, 194, 194);
	text-align: center;	
}
.news-prev .content1 .img-container {	float:left;}
.news-next .content1 .img-container { float: right; }
.news-prev .content1 .img-container img, .news-next .content1 .img-container img{
	max-height: 80px;
	max-width: 135px;
	width: auto;
}
.news-prev .content1 .body, .news-next .content1 .body{
	width: 290px;
	height: 80px;
	overflow: hidden;
}
.news-prev .content1 .body {	
	float:left;
	padding-left: 15px;
	font-size: 16px;
}
.news-next .content1 .body { 
	float: right; 
	padding-right: 15px;
	font-size: 16px;
}
.news-prev .content1 .link, .news-next .content1 .link{	
	height: 80px;
	overflow: hidden;
	line-height: 80px;
}
.news-prev .content1 .link {	float:left;}
.news-next .content1 .link { float: right; }
.news-prev .content1 .link a , .news-next .content1 .link a {
	color: rgb(194, 7, 8);
	font-size: 50px;
}
#wprmenu_menu.wprmenu_levels ul li a {
	font-family: byekan;

    float: left !important;

}
#wprmenu_menu ul li:first-child {
	background: url(images/home-fa.png) no-repeat;
    cursor: pointer;
    content: none;
	background-position: 98% 50%;
}
#wprmenu_menu ul ul li:first-child {
	background: 0;

}
#wprmenu_menu ul ul ul li:first-child {
	background: 0;

}
/****************************************************************404 ************************************************************/

.error-404 {
	padding-top: 10%;
    font-family: b yekan;
}
.body-404 h1.page-title {
	font-size: 50px;
	font-family: b yekan;
}




/**************************************************************** @media-Responsive ************************************************************/
@media screen and (max-width:1024px){
	.content-contact-us {
	width:98%;
	}
}

@media screen and (max-width:768px){
	#LogoPanel {
	height: 118px;
	margin: 0 auto;
	width: auto;
	}
	.container2 {
	width: 768px;
	}
	.offers > .container {
	width: 960px;
	margin: 0 auto;
	display: inline;
	text-align: -webkit-center;
	}
	.row-box {
	width: 40%;
    padding: 0px 30px 0px 10px;
    display: -webkit-inline-box;
	}
	.box-sub-title {
	text-align: center;
	}
	.row-services .container {
	width: 100%;
    margin: 0 auto;
	}
	.row-services .services {
		width: 63%;
	}
	.row-services {
		height: 35%;
		overflow: initial;
	}
	#newscontent {
	height: 54%;
	}
	.news-slider > img{
	position: relative;
    bottom: 11px;
    left: 98px;
	}
	.copyright {
	width: auto;
	text-align:center;
	}
	.footer {
	max-width: 100%;
	}
	.footer .container {
	width: 768px;
	}
	.gmap {
	float: left;
    width: 50%;
	}
	.contact-us {
	float: left;
    width: 47%;
    text-align: right;
    font-size: 15px;
	}
	.newsletter {
	display: none;
	}
	.gmap > img {
	box-shadow: -webkit-box-shadow: 0px 5px 16px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 24px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 16px -4px rgba(0,0,0,0.75);
	}
	.home-main >.container {
	width: 760px;
    margin: 0 auto;
	}
	.search-fileds > a {
	background: #226ccc;
    color: #fff;
    float: right;
    margin-bottom: 10px;
    width: 100%;
    padding: 10px 0;
	}
	.time {
	font-size: 13px;
	}
	.date{
	font-size: 13px;
	}
	.search-fileds  img {
	left: 80px;
	}
	.menu-container {
	text-align: center;
	width: 768px;
	}
	.image-left-arrow {
	float: right;
    position: relative;
	left: 14px;
    top: 5px;
	}
	.intro-text {
	font-size: 12px;
	}
	#main-menu-container ul {
	display:none;
	}
	.menu-container {
		left: 0;
		height: 20px;
	}
	.language {
		margin: 0px 0px 5px 5px;
	}
	.center-content {
		width: 768px;
	}
	.thumbnail {
		padding: 10px 30px 0px 10px;
	}
	.body-container h3.title {
		padding-right: 5px;
	}
}

@media screen and (max-width:425px){
	.row-services .services {
	width : 100%;
	}
	.boxes {
	display: inline-grid;
	}
	.serach {
	width: 425px;
	}
	.intro{
	width: 100%;
    float: left;
    margin-top: 10px;
	}
	.intro-text {
    width: 90%;
    margin: 0 auto;
	}
	.intro .p-title {
	margin-right: 10px;
	}
	.product-tree {
	width: 425px;
	background-color: rgba(255, 255, 255, 0.35);
    border: 1px solid #dcdcdc;
    border-radius: 9px;
    margin: 10px 0px;
	position: initial;
	}
	.row-box {
	width: 50%;
	}
	.news-slider {
	width: 100%;
    margin-top: 10px;
	}
	.footer {
    display: table;
	padding: 20px 0px;
	}
	.footer .container {
	width: 425px;
	}
	.gmap {
	width: 100%;
	}
	.contact-us {
	margin-top: 25px;
	width: 92%;
	}
	.time {
	width: 38%;
	}
	.date {
	width: 90%;
	}
	.menu-container {
	width: 425px;
	}
	.home-main >.container {
	width: 425px;
	}
	.archive-news {
	padding: 0px 0px 0px 25px;
	background: url(images/more.png) no-repeat scroll 7%;
	}
	.container2 {
		width:425px;
	}
	.search-fileds  img {
	bottom: 11px;
	}
	#left-logo {
	display: none;
	}
	#logo {
	float: none;
	}
	.metaslider .caption {
	display:none;
	}
	.flex-direction-nav .flex-next {
	display:none;
	}
	.flex-direction-nav .flex-prev {
	display:none;
	}
	.content-contact-us {
		width: 88%;
	}
	.contact-us-container .content-page {
		width: 100%;
	}
	#map {
		width: 100%;
		margin-bottom: 20px;
	}
	.content-contact-us .send-message input {
		width: 95%;	
	}
	.content-contact-us .con-msg {
    margin-top: 5px;
    width: 97%;
    height: 100px;
	}
	.send-message .submit {
	width: 98% !important;
	}
	.center-content {
		width:425px
	}
}

@media screen and (max-width:375px){ 
	#left-logo {
	display: none;
	}
	#logo {
	float: none;
	}
	.serach {
	width: 375px;
	
	}
	.intro {
	width: 375px;
	}
	.product-tree {
	width: 375px;
	}
	.home-main >.container {
	width: 375px;
	}
	.container2 {
	width: 375px;
	}
	.line-offer {
	display: none;
	}
	.footer {
	width: 375px;
	}
	.footer .container {
	width: 375px;
	}
	.content-services {
	padding-right: 15px;	
	}
	.boxes {
	width: 375px;
	}
	.offer-div  h3 {
    font-size: 18px !important;
	}
}

@media screen and (max-width:320px){ 
	.intro , .product-tree , .container2, .row-services , .footer , .footer .container , .copyright, .serach, .boxes, .home-main >.container {
	width: 320px;
	}
	.offer-div  h3 {
	font-size: 19px;
	}
	.services {
	text-align: center;
	width: 320px
	}
	.services-title {
	clear: both;
	text-align: center;
	}
	.content-services {
	padding: 15px 15px;
	clear: both;
	text-align: justify;
	}
	.image-services {
	float: none;
	text-align: center;
	}
	.copyright {
	text-align: center;
	}
	.copyright>p {
	width: 100%;
    text-align: center;
    font-size: 12px;
	}
	.row-services .services , .news-slider{
	width: 318px;
	}
	.offers {
	margin-right: 100px;
	}
	.search-fileds  img {
	bottom: 11px;
	}
}

