body{
	background:#fff;
	font-family: 'Roboto Condensed', sans-serif;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(fonts/b9QBgL0iMZfDSpmcXcE8nBBQ_Gf4FfI8J4SYljBAylk.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(../fonts/Zd2E9abXLFGSr9G3YK2MsDAdhzWOYhqHvOZMRGaEyPo.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(../fonts/b9QBgL0iMZfDSpmcXcE8nHm2hrkyco9jQ3NKMXpgOBg.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(../fonts/mg0cGfGRUERshzBlvqxeABN-SY3RXjKuKZR1RHIa0nw.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(../fonts/BP5K8ZAJv9qEbmuFp8RpJdbvlX87CS9_IgWvysdluIM.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(../fonts/mg0cGfGRUERshzBlvqxeADn8OlxV1N2WpeXfK2HtpfA.woff2) format('woff2');
}


.header-top{
	background:#dcdadb;
	padding: 1.2em 0;
	border-top:3px solid #019f53;
}
.header-top #menu
{
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-top #menu .active
{
	background:#019f53;
}



/*----*/
.search-box{
	float:right;
}
/*----*/
.sb-search {
	position: absolute;
	right:125px;
	width: 0%;
	min-width:42px;
	margin-top: 5px;
	height:40px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	z-index: 999;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 3px;
	border: none;
	outline: none;
	background:#ffae00;
	width: 35%;
	height:40px;
	margin: 0;
	z-index: 10;
	padding: 5px 15px;
	font-size: 15px;
	color: #ffffff;
	border-radius:50px;
}
.sb-search-input::-webkit-input-placeholder {
	color: #ffffff;
}
.sb-search-input:-moz-placeholder {
	color: #ffffff;
}
.sb-search-input::-moz-placeholder {
	color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
	color: #ffffff;
}
.sb-icon-search,.sb-search-submit  {
	width:30px;
	height:40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0%;
	padding: 0;
	margin: 0;
	line-height:71px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: url('../images/search.png') no-repeat -6px 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
}
.sb-icon-search {
    background:#ffae00 url('../images/search.png') no-repeat 3px 10px;
	z-index: 90;
	width: 40px;
	height: 40px;
	border-radius: 50px;
}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
	width:72%;
}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
	background:  url('../images/search.png') no-repeat 3px 10px;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/*--header-bottom--*/
.logo{
	float:left;
}
.in-phone{
	float:left;
}
.top-tele,.in-phone-in,.number{
	float:right;
}
.top-tele {
	width: 60%;
	padding: 0;
	font-size: 1.2em;
	line-height: 4.5em;
	text-align: right;
}
i.phone{
	background: url('../images/img-sprite.png')  0px 0px;
	display:inline-block;
	width: 40px;
	height: 40px;
	float:left;
	margin:0.5em 0 0;
}
i.new-phone{
	background-position:-46px 0px;
	margin:1em 0;
}
.number{
	margin-left: 0.5em;
}
.number span{
	font-size: 1.1em;
	color: #712d41;
	display: block;
}
.number p {
	margin: 0;
	font-size: 1.2em;
	color: #712d41;
}
/*--- slider-css --*/
.slider {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 10px;
	width: 130px;
	display: inline-block;
	background:#fff;
}
.callbacks_here a:after{
	background:#f9e922;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 14px;
	z-index: 999;
	right:9em;
}
.banner{
	display: block;
	z-index: 2;
	text-shadow: none;
	padding: 0.5em 1em 4em;
	margin: 0;
	max-width: none;
	position: absolute;
	top: 20%;
	right: 5%;
	text-align: center;
	background:rgba(57, 57, 57, 0.75);
	width: 45%;
}
.banner h2{
	margin:0 0 1em;
	color:#fff;
	font-size:2em;
	text-transform:uppercase;
	font-weight: 300;
}
.banner span {
	font-weight: 400;
	font-size: 1.2em;
	color: #fff;
}
a.read-more {
	text-decoration: none;
	font-size: 1.2em;
	color: #fff;
	border: 1px solid #fff;
	padding: 0.7em 1.5em;
}
a.read-more:hover {
	background:#fff;
	color:#000;
}
/*--content--*/
.content-welcome{
	background:#019f53;
	padding: 1em 0;
}
.shadow{
	text-shadow: 1px 2px 1px #333;
}
.color{
	background: #e7e7e7;
}
.more, .more_{
	float:left;
	width: 87%;
}
.more h3{
	margin:0;
	font-size:2.5em;
	color:#fff;
	text-transform:uppercase;
}
.more_ h3{
	margin:0;
	font-size:2.5em;
	color:#019f53;
	text-transform:uppercase;
}
.more p{
	margin:0;
	font-size:1.2em;
	color:#fff;
	text-transform:uppercase;
}
.more_ p{
	margin:0;
	font-size:1.2em;
	color:#000;
	text-transform:uppercase;
}
.info-left{
	float:right;
	width: 13%;
}
a.info-left{
	background:#019f53;
	border:1px solid #fff;
	color:#fff;
	padding: 0.7em 0.7em;
	margin: 1.2em 0 0;
}
/*----*/
.content-grid-in {
	padding: 0;
}
.in-top-content{
	padding-right: 3%;
}
.content-grid-in p{
	font-size: 1.1em;
	font-weight: normal;
	font-family: sans-serif;
	text-align:justify;
}
.content-grid-in .image{
	float: left;
	margin: 0 2% 2% 0;
}


.content-bottom-grid {
	padding: 4em 0;
}
.content-bottom{
	text-align:center;
}
.content-bottom h3{
	margin:0;
	font-size:3em;
	color:#000;
	text-transform:uppercase;
	font-weight: 600;
}
.content-bottom span{
	font-size:1.5em;
	color:#000;
	text-transform:uppercase;
}
.content-bottom p{
	margin: 2em 0 3em;
	font-size: 1.1em;
	color: #9d9d9d;
	line-height: 1.6em;
}
.in-content{
	float:left;
	width:50%;
	background:#fff;
	text-align:center;
	padding: 1em 1em 1.9em;
}
.in-content-in{
	float:left;
	width:50%;
}
.in-content h4{
	margin: 0.5em 0 1em;
	font-size:1.5em;
	text-align: left;
	color:#000;
}
.in-content p{
	margin:0 0 2.3em;
	font-size:1em;
	color:#777;
}
a.in-more{
	color:#000;
	background:#fbe623;
	border-radius:5px;
	border:none;
	padding:0.5em 1.5em;
}
a.in-more:hover{
	background:#fbd503;
	color:#777;
}
.blub{
	background: url('../images/img-sprite.png') 0px -46px;
	display: inline-block;
	width: 50px;
	height: 50px;
	float: left;
}
p.in-due{
	float:right;
	margin:0.3em 0;
	font-size: 1.1em;
	color: #000;
	width: 94%;
	text-transform: uppercase;
}
.bottom-in-set {
	padding: 3.5em 0;
}
.lot{
	width:100%;
}
.content-in-on{
	background:#464a56;
	padding:4em 0 1em;
}
.item-in p {
	border: 2px solid #fff;
	margin: 0 auto;
	width: 74%;
	font-size: 1.4em;
	color: #a8a8a8;
	padding: 2.5em;
	line-height:1.5em;
}
.item-in label {
	background: url(../images/in.png) -4px 0px no-repeat;
	width: 25px;
	height: 34px;
	display: block;
	position: absolute;
	top:55.5%;
	left: 50%;
}
.item-in {
	padding: 3em 0 7em;
	text-align:center;
}
.item-in span{
	color: #fff;
	font-size: 1.3em;
	padding: 1.5em 0 0;
	display: block;
}
.content-in-on h4{
	margin:0;
	font-size:3em;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
}
div#example1 {
	padding-bottom: 5em;
}
b.down-arrow{
	background: url(../images/img-sprite.png) -4px -176px no-repeat;
	width: 38px;
	height: 25px;
	display: block;
	text-align: left;
	position: absolute;
	top: 8em;
	left: 9.5em;
}
b.in-usa{
	background: url(../images/img-sprite.png) -42px -182px no-repeat;
	width: 38px;
	height: 25px;
	display: block;
	text-align: left;
	position: absolute;
	top: 8em;
	right: 9.5em;
}
/*----*/
.wmuSlider {
	position: relative;
	overflow: hidden;
}
.wmuSlider .wmuSliderWrapper article img {
	max-width: 100%;
	width: auto;
	height: auto;
	display:block;
}
/* Default Skin */
.wmuSliderPagination {
	z-index: 2;
	position: absolute;
	right:46%;
	bottom:35px;
}
ul.wmuSliderPagination {
	padding:0;
}
.wmuSliderPagination li {
	float: left;
	margin: 0 8px 0 0;
	list-style-type: none;
}
.wmuSliderPagination a {
	text-indent: -9999px;
	display: block;
	width: 18px;
	height: 18px;
	margin: 5px 6px;
	background: #a8a8a8;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
}
.wmuSliderPagination a.wmuActive {
	background:#fff;
}
/*--products--*/
.products{
	text-align:center;
	background:#f0f0f0;
	padding: 4em 0;
}
.products-top {
	padding: 1em 0 3em;
}
.products-top h3{
	margin:0 0 0.5em;
	font-size:3em;
	color:#000;
	text-transform:uppercase;
}
.products-top p{
	margin:0 auto;
	font-size:1.1em;
	color:#636262;
	line-height:1.6em;
	width:70%;
}
.read p{
	margin: 0 auto;
	font-size: 1.2em;
	color: #FFF;
	width: 76%;
}
/*----*/
.view {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask {
  position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   height:250px;
   padding:2em 0;
}
.view img {
   display: block;
   position: relative;
}
.view h4 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
   background-color:#c8305f;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h4 {
   border-bottom: 1px solid #E9C78C;
   background: transparent;
   margin:40px 40px 0px 40px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #fff;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth p {
   color: #fff;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h4,.view-tenth:hover p {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.products-bottom {
	padding: 1em 0;
}
/*--services--*/
.services-top-top{
	text-align:center;
	background:#f0f0f0;
	padding: 4em 0;
}
.services-top {
	padding: 1em 0 3em;
}
.services-top h3{
	margin:0 0 0.5em;
	font-size:3em;
	color:#000;
	text-transform:uppercase;
}
.services-top p{
	margin:0 auto;
	font-size:1.1em;
	color:#636262;
	line-height:1.6em;
	width:70%;
}
a.here{
	background:#c8305f;
	border:none;
}
a.here:hover{
	background:#ffae00;
}
.read-in{
	padding: 1em 0;
}
.read-in h5{
	margin:0;
	color:#000;
	font-size:1.5em;
	text-transform:uppercase;
}
.read-in p{
	margin: 0.5em auto 2em;
	font-size: 1.2em;
	color:#636262;
	width: 90%;
}
.content-middle h4{
	color:#000;
	font-size: 2.5em;
	text-transform: uppercase;
}
.content-middle h4 label{
	color:#c8305f;
}
span.many-left{
	font-size: 1.8em;
	color:#696868;
}
p.grid-para{
	font-size: 1.2em;
	color:#A09F9F;
	line-height: 25px;
	margin: 0;
	padding: 1em 0 0;
}
.stand{
	text-align:center;
	background:#c8305f;
	padding:2em 2em 5em;
}
.stand p{
	color: #fff;
	font-size: 1.8em;
	line-height: 30px;
	text-transform: uppercase;
	margin: 1em auto 2em;
	width: 81%;
	font-weight: 300;
}
a.more-in{
	text-decoration:none;
	font-size:1.2em;
	color:#fff;
	background:#ffae00;
	padding: 1em 1.5em;
}
a.more-in:hover{
	background:#fff;
	color:#c8305f;
}
.services-bottom-in {
	padding: 4em 0;
}
.bottom-in-ser{
	background:#c8305f;
	padding: 4em 0;
}
ul.popular li {
	list-style:none;
	padding:0.5em 0;
}
ul.popular li a{
	text-decoration: none;
	font-size: 1.2em;
	color:#fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
ul.popular li a:hover{
	color:#ffae00;
}
ul.popular li span.dot {
	background: url(../images/ar.png) no-repeat 0px 8px;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0em 8px 0 0;
}
.grid-categories h4{
	text-transform:uppercase;
	margin:0.5em 0;
	font-size:2em;
	color:#fff;
}
.grid-categories p{
	color:#fff;
	font-size:1.2em;
	margin:0;
	line-height:1.6em;
}
/*--blog--*/
.blog{
	background:#f0f0f0;
	padding: 4em 0;
}
.blog-top h3{
	margin:0 0 0.5em;
	font-size:3em;
	color:#000;
	text-transform:uppercase;
	text-align:center;
}
.blog-left,.left-blog,.top-blog{
	float:left;
}
.blog-left{
	width:8%;
}
.left-blog{
	width:33%;
}
.top-blog{
	width:57%;
	padding:0 0 0 2em;
}
.blog-left p{
	font-size: 5em;
	color: #c8305f;
	display: block;
	height: 78px;
	font-weight: 400;
	margin:0;
}
.blog-left span {
	font-size: 2.7em;
	color: #ffae00;
}
ul.men-grid li{
	padding: 0.5em 0;
	display: inline-block;
}
ul.men-grid li  span{
	background: url(../images/img-sprite.png) -57px -62px;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 4px;
}
ul.men-grid li  span.out{
	background-position:-76px -62px;
}
ul.men-grid li a{
	text-decoration: none;
	font-size: 1em;
	color: #000;
	vertical-align: top;
}
.top-blog a.fast {
	text-decoration: none;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #000;
	margin:0.5em 0;
}
.top-blog a.fast:hover{
	color: #ffae00;
}
.top-blog p{
	margin:0 0 3em;
	font-size:1.1em;
	color:#636262;
	width:82%;
}
.single-top {
	padding: 2em 0;
}
/*--resources--*/
.resources{
	text-align:center;
	background:#f0f0f0;
	padding:2em 0;
}
.page-not-found{
	padding: 0;
}
.page-not-found h3 {
	font-size: 15em;
	color: #ffae00;
	text-align: center;
	margin:0;
	min-height:231px;
}
.resources p{
	color:#636262;
	font-size:40px;
	margin-top:1px;
}	
.sub a{
	color:#fff;
	background:#272727;
	text-decoration:none;
	padding:10px 20px;
	font-size:13px;
	font-family: arial, serif;
	font-weight:bold;
	-webkit-border-radius:.5em;
	-moz-border-radius:.5em;
	-border-radius:.5em;
}
/*--single--*/
/*----artical-links---*/
.single{
	background:#f0f0f0;
	padding:4em 0;
}
.single-header h3{
	font-size: 3em;
	color: #000;
	text-transform: uppercase;
	margin:0;
	text-align:center;
}
.artical-links{
	padding: 15px 0px;
	border:1px dashed rgba(0, 0, 0, 0.61);
	border-left: none;
	margin-top: 5px;
	margin-bottom: 5px;
	border-right: none;
}
.artical-links ul li{
	display:inline-block;
}
.artical-links ul li:last-child{
	float:left;
}
.artical-links ul li span{
	vertical-align:top;
	font-size: 1.2em;
	font-weight: 600;
}
.artical-links ul li small{
	background: url(../images/img-sprite.png) -8px -106px;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right:3px;
}
.artical-links ul li small.admin{
	background-position:-27px -106px;
}
.artical-links ul li small.no{
	background-position:-48px -106px;
}
.artical-links ul li small.posts{
	background-position:-64px -109px;
}
.artical-links ul li small.link{
	background-position:-86px -108px;
}
.artical-links ul li a{
	color: #000;
	padding-left: 20px;
}
.artical-links ul li a:hover{
	text-decoration:underline;
}
.artical-content h3{
	color: #000;
	text-align: left;
	text-transform: uppercase;
	padding: 15px 0px;
	font-size: 1.8em;
}
.artical-content p{
	color: #636262;
	padding: 13px 0px;
	font-size:1.1em;
}
/*----share-artical----*/
.share-artical h3{
	color: #000;
	text-align: left;
	text-transform: none;
	padding: 17px 0px 28px 0px;
	margin: 0;
	font-size: 1.6em;
}
.share-artical ul li{
	display:inline-block;
	padding-right:10px;
}
.share-artical ul li a{
	color: #000;
	padding-left: 20px;
	vertical-align:top;
}
.share-artical ul li span{
	background: url(../images/img-sprite.png) -4px -150px;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right:3px;
}
.share-artical ul li span.twitter{
	background-position: -26px -150px;
}
.share-artical ul li span.link-in{
	background-position: -52px -150px;
}
.share-artical ul li span.google{
	background-position: -73px -150px;
}
.share-artical ul li span.pin{
	background-position: -96px -153px;
}
.share-artical ul li span.rss{
	background-position: -119px -152px;
}
.share-artical ul li a:hover{
	text-decoration:underline;
}

/*---comment-box----*/
.table-form{
	width:100%;
}
.table-form form input[type="text"]{
	border: 1px solid rgba(192, 192, 192, 0.22);
	outline: none;
	padding: 8px;
	margin-top: 23px;
	color: #000;
	overflow: hidden;
	width: 40%;
	display: block;
	
}
.table-form textarea{
	padding: 8px;
	margin-top: 25px;
	outline:none;
	color:#000;
	border: 1px solid rgba(192, 192, 192, 0.22);
	width:70%;
	height:100px;
	resize: none;
}
.table-form a{
	margin-top:10px;
	color: #c8305f;
	font-size: 1.1em;
	text-transform: uppercase;
	display: block;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.table-form a:hover{
	color: #000;
}
.artical-commentbox h3{
	color: #000;
	text-align: left;
	text-transform: none;
	padding-top: 14px;
	margin: 0;
	font-size: 1.6em;
}	
/*--contact--*/
.contact{
	text-align:center;
	background:#fff;
	padding: 4em 0;
}
.contact-top {
	padding: 1em 0 3em;
}
.contact-top h3{
	margin:0 0 0.5em;
	font-size:3em;
	color:#000;
	text-transform:uppercase;
}
.contact-top p{
	margin:0 auto;
	font-size:1.1em;
	color:#636262;
	line-height:1.6em;
	width:70%;
}
.map iframe{
	width:100%;
	height:464px;
	border:none;
}
.map h4,.contact-grid h4{
	margin:0 0 1em;
	font-size:2em;
	color:#000;
}
.contact-grid input[type="text"], select,.contact-grid textarea{
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	background: #f9f9f9;
	outline:none;
	border: 1px solid #019f53;
	-webkit-appearance: none;
}
.contact-grid textarea{
	resize:none;
}
.send-in input[type="submit"]{
	width: 100%;
	font-size: 1.5em;
	background: #019f53;
	padding: 0.6em 1em;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	outline:none;
	-webkit-appearance: none;
}
.send-in input[type="submit"]:hover{
	background:#fff;
	border: 1px solid #019f53;
	color: #019f53;
}
.contact-form {
	padding: 1em 0 3em;
}
.map {
	
}
/*--footer--*/
.footer{
	padding: 2% 0 0 0;
	background: #999898;
}
.footer-in h5{
	color:#585656;
	font-size:3em;
	margin:0;
	text-transform:uppercase;
}
.mail input[type="text"],.send input[type="submit"]{
	width: 100%;
	padding: 1em;
	outline: none;
	color: #828282;
	font-size: 1em;
	background: none;
	border: 1px solid #ccc;
}
.send input[type="submit"]{
	background: #c8305f;
	color: #fff;
	font-size: 1.5em;
	border: none;
	padding: 10px 1.3em;
}
.send input[type="submit"]:hover{
	background: #ffae00;
}
.footer-top {
	padding: 3em 0;
}
.mail {
	padding-left: 0;
}
ul.social-ic-icons{
	float: left;
	width: 30%;
	padding: 0 0.3em;
	text-align: left;
}
ul.social-ic-icons li{
	display:block;
	padding: 0 0.3em;
	text-align: left;
}
ul.social-ic-icons li a span{
	background: url(../images/img-sprite.png) -84px -6px;
	width: 25px;
	height: 25px;
	display:block;
}
ul.social-ic-icons li a span:hover{
	opacity:0.7;
}
ul.social-ic-icons li.twitter a span{
	background-position: -108px -6px;
}
ul.social-ic-icons li.gmail a span{
	background-position: -133px -8px;
}
ul.social-ic-icons li.print a span{
	background-position: -159px -9px;
}
.foter-bottom{
	text-align:center;
}
p.footer-grid{
	color:#ccc;
	font-size:1.2em;
	text-transform:uppercase;
	margin:0.5em 0;
	padding-top:0.5em;
	border-top: 1px dotted #019f53;
}
p.footer-grid a{
	text-decoration:none;
	color:#c8305f;
}
p.footer-grid a:hover{
	color:#ccc;
}
/*--menu lattéral gauche--*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 80%;
  min-height: 400px;
  color: #000;
  background: #777;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  background: #fbe623;
  font-weight: 600;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li > a:hover {
  color: #777;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #000;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #000;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #dddddd;
  background: #49505a;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li .activ {
  color: #fbe623;
  border: 1px dotted #fbe623;
  background: #c1c2c3;
  font-weight: 600;
}
#cssmenu ul ul ul li a {
  padding-left: 32px;
}
#cssmenu ul ul li a:hover {
  color: #fbe623;
}
#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background: #dddddd;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background: #dddddd;
}

.dwnld {
	width: 30%;
	display: block;
	font-size: 1em;
	margin: 1em 0;
	padding: 0.6em 0.3em;
	text-align: center;
	color: #9b0307;
	border: none;
	outline:none;
	-webkit-appearance: none;
}

.in-contact {
	width: 20%;
	display: block;
	font-size: 1.2em;
	margin: 1em 0;
	padding: 0.3em 0.3em;
	text-align: center;
	color: #fff;
	background: #01794b;
	border: none;
	outline:none;
	-webkit-appearance: none;
}



/*--responsive media-quries--*/
@media(max-width:1440px){
}
@media(max-width:1366px){
}
@media(max-width:1280px){
.banner {
	top: 22%;
	width: 45%;
}
b.down-arrow {
	left: 8.5em;
}
b.in-usa {
	right: 7.5em;
}
}
@media(max-width:1024px){
.sb-search {
	right: 29px;
	margin-top: 12px;
}
.top-tele {
	width: 41%;
}
.banner {
	top: 14%;
	width: 56%;
	left:20%;
}
.in-content h4 {
	margin: 0.5em 0 23px;
}
.in-content p {
	height: 36px;
	overflow: hidden;
}
.item-in p {
	font-size: 1.3em;
}
b.down-arrow {
	left: 5.5em;
}
b.down-arrow {
	left: 5.5em;
}
.item-in label {
	top: 57.5%;
}
.wmuSliderPagination {
	right: 43%;
}
.footer-in h5 {
	font-size: 2.5em;
}
.view .mask {
	height: 196px;
	padding: 0em 0;
}
ul.popular li a {
	font-size: 1em;
}
.grid-categories p {
	font-size: 1.1em;
}
.top-blog p {
	margin: 0 0 2em;
	height: 80px;
	overflow: hidden;
}
}
@media(max-width:768px){
.sb-search {
	margin-top: 4px;
}
.sb-search-input {
	width: 45%;
}
.top-tele {
	width: 52%;
}
.banner h2 {
	font-size: 2em;
}
.banner {
	padding: 3em 2em 4em;
	left: 22%;
	width: 52%;
}
ul.callbacks_tabs.callbacks1_tabs {
	right: 2em;
}
.callbacks_tabs a:after {
	width: 100px;
}
.more h3 {
	font-size: 2.3em;
}
.more p {
	font-size: 1.1em;
}
a.info-left {
	margin: 0.2em 0 0;
}
.in-content p {
	height: 72px;
	width: 73%;
	margin: 0 auto 2em;
}
.in-content {
	padding: 3em 1em 4.3em;
	margin: 0 0 1em;
}
p.in-due {
	width: 90%;
}
.item-in p {
	width: 85%;
	font-size: 1.2em;
}
.item-in label {
	top: 55.8%;
}
b.down-arrow {
	left: 1.5em;
}
b.in-usa {
	right: 1em;
}
.footer-in h5 {
	text-align: center;
}
.mail {
	padding-left: 15px;
	margin: 2em 0;
}
.send input[type="submit"] {
	width: 50%;
}
.send {
	text-align: center;
}
.of-my{
	margin:0 auto;
}
.view .mask{
	left: 160px;
	height: 255px;
	width: 53.6%;
}
.view-tenth img {
  	transition: none;
}
.view-tenth {
	margin: 0em 0 2em;
}
.view .mask {
	padding: 2em 0;
}
.products-bottom {
	padding: 0em 0;
}
.stand {
	width: 70%;
	margin: 1em auto;
}
ul.popular li a {
	font-size: 1.2em;
}
.blog-left {
	width: 13%;
}
.left-blog {
	width: 52%;
}
.top-blog {
	width: 92%;
	margin: 2em auto;
}
}
@media(max-width:640px){
.sb-search.sb-search-open, .no-js .sb-search {
	width: 90%;
}
.top-tele,.logo,.more,.info-left {
	float: none;
}
.logo {
	text-align:center;
	margin:0;
}
.more,.info-left{
	text-align:center;
}
.top-tele {
	width: 68%;
	margin: 0 auto;
}
.header-bottom {
	padding: 0 0 1em 0;
}
.banner h2 {
	font-size: 1.8em;
}
.banner {
	padding: 2em 1em 3em;
}
a.info-left {
	margin: 1em auto 0;
	display: block;
	width: 28%;
}
.item-in p {
	font-size: 1.1em;
}
.item-in p {
	padding: 2em;
}
.item-in label {
	top: 54.8%;
}
b.down-arrow {
	left: 0.5em;
}
b.in-usa {
	right: 0em;
}
.view .mask {
	left: 95px;
	width: 66.3%;
}
.left-blog {
	width: 63%;
}
}
@media(max-width:480px){
.top-tele {
	width: 87%;
}
.sb-search.sb-search-open, .no-js .sb-search {
	width: 100%;
}
.banner h2 {
	font-size: 1.5em;
}
a.read-more {
	padding: 0.5em 1.5em;
	font-size: 1.1em;
}
.callbacks_tabs a:after {
	width: 70px;
	height:8px;
}
.banner {
	padding: 1em 1em 2em;
}
.more h3 {
	font-size: 1.7em;
}
.more p {
	font-size: 1em;
}
.content-welcome {
	padding: 2em 0;
}
.content-bottom h3,.content-in-on h4 {
	font-size: 2em;
}
.content-bottom span {
	font-size: 1.2em;
}
.in-content p {
	height: 60px;
	width: 83%;
}
.item-in label {
	top: 56%;
}
.item-in p {
	padding: 1.5em;
	width:82%;
}
.wmuSliderPagination {
	right: 37%;
}
.view .mask {
	left: 13px;
	width: 93.3%;
}
.products-top p,.services-top p,.contact-top p {
	width: 93%;
	height: 50px;
	overflow: hidden;
}
.products ,.services-top-top,.contact,.blog,.single{
	padding: 2em 0;
}
.products-top h3,.services-top h3,.contact-top h3 ,.blog-top h3,.single-header h3{
	font-size: 2em;
}
.read-in h5 {
	font-size: 1.3em;
}
.read-in p {
	font-size: 1.1em;
}
.content-middle h4 {
	font-size: 1.8em;
}
span.many-left {
	font-size: 1.4em;
	height: 59px;
	overflow: hidden;
	display: block;
}
p.grid-para {
	font-size: 1.1em;
	height: 93px;
	overflow: hidden;
}
.services-bottom-in {
	padding: 2em 0;
	text-align: center;
}
.stand p {
	font-size: 1.3em;
}
a.more-in {
	padding: 0.7em 1.5em;
}
.stand {
	padding: 1em 1em 4em;
}
.grid-categories h4 {
	font-size: 1.5em;
}
.bottom-in-ser {
	padding: 2em 0;
}
.footer-in h5 {
	font-size: 2em;
}
.page-not-found h3 {
font-size: 12em;
}
.blog-left p {
	font-size: 4em;
	height: 63px;
}
.blog-left span {
	font-size: 2em;
}
.top-blog a.fast {
	font-size: 1.2em;
}
.blog-left {
	width: 18%;
}
.left-blog {
	width: 70%;
}
.single-top {
	padding: 1em 0;
}
.artical-content h3{
	font-size: 1.3em;
}
.artical-content p {
	font-size: 1em;
	height: 136px;
	overflow: hidden;
}
.artical-links ul li a,.share-artical ul li {
	padding: 0px;
}
.share-artical h3 {
padding: 7px 0px 13px 0px;
}
.table-form form input[type="text"] {
	width: 65%;
}
.table-form textarea {
	width: 90%;
}
.content-bottom-grid {
	padding: 2em 0;
}
.content-bottom p {
	margin: 1em 0 2em;
}
p.in-due {
	width: 86%;
}
.top-nav ul li a {
	font-size: 1.2em;
}
.resources p {
	font-size: 30px;
}
}
@media(max-width:320px){
.resources p {
	font-size: 25px;
}
.page-not-found h3 {
	font-size: 7em;
	min-height: 106px;
}
.logo img {
	width: 99%;
}
.sb-search-input {
	width: 65%;
}
.top-tele {
	width: 79%;
	padding: 0.5em 0;
}
.in-phone,.in-phone-in{
	float: none;
}
.in-phone-in{
	width:75%;
}
.banner {
	padding: 1.5em 0.5em;
	left: 15%;
	width: 70%;
}
.top-nav ul li {
	padding: 0.4em 0;
}
.banner h2 {
	font-size: 1.2em;
	margin:0;
}
a.read-more {
	display:none;
}
ul.callbacks_tabs.callbacks1_tabs {
	bottom: 9px;
}
.callbacks_tabs a:after {
	width: 50px;
	height:5px;
}
.more h3 {
	font-size: 1.4em;
}
.more p {
	font-size: 0.9em;
}
a.info-left {
	display: block;
	width: 45%;
}
.content-welcome {
	padding: 1em 0;
}
.content-bottom h3, .content-in-on h4 {
	font-size: 1.4em;
}
.content-bottom span {
	font-size: 1em;
	height:40px;
	overflow:hidden;
	display:block;
}
.content-bottom p {
	margin: 0.5em 0 1em;
	height: 57px;
	overflow: hidden;
	line-height:1.5em;
	font-size:0.9em;
}
a.in-more{
	display:block;
	padding: 0.5em 1em;
}
.in-content h4 {
	margin: 0.5em 0 5px;
	font-size:1.2em;
}
.in-content p {
	height: 22px;
	width: 100%;
	margin:0 auto 1em;
}
.in-content {
	padding: 2em 1em 2.3em;
}
.bottom-in-set {
	padding: 1em 0 2em;
}
p.in-due {
	width: 80%;
	height: 40px;
	overflow: hidden;
	font-size:1em;
}
div#example1 {
	padding-bottom: 2em;
}
.footer-in h5 {
	font-size: 1.5em;
}
.mail {
	margin: 1em 0;
}
.send input[type="submit"] {
	width: 58%;
	font-size:1.2em;
}
.mail input[type="text"], .send input[type="submit"] {
	padding: 0.4em;
}
.footer-top {
	padding: 1em 0;
}
.view .mask {
	left: 0px;
	width: 100%;
	padding:0;
	height:164px;
}
.view-tenth h4 {
	margin: 0 1em;
}
.view h4{
	font-size:13px;
}
.products-top {
	padding: 1em 0;
}
.products, .services-top-top, .contact, .blog, .single {
	padding: 1em 0;
}
.products-top h3, .services-top h3, .contact-top h3, .blog-top h3, .single-header h3 {
	font-size: 1.5em;
}
.products-top p, .services-top p, .contact-top p {
	height: 48px;
	font-size:1em;
}
.read-in h5 {
	font-size: 1.1em;
}
.read-in p {
	font-size: 0.9em;
	width:100%;
	margin: 0.5em auto 1em;
}
.content-middle h4 {
	font-size: 1.5em;
	margin:0;
}
span.many-left {
	font-size: 1.2em;
	height: 47px;
}
p.grid-para {
	font-size: 1em;
	height: 50px;
	line-height: 20px;
	padding: 0.5em 0 0;
}
.stand p {
	font-size: 1.1em;
	line-height: 24px;
	margin: 0em auto 1em;
	width: 85%;
}
.stand {
	width: 85%;
	margin: 1em auto;
}
a.more-in {
	font-size: 1.1em;
	padding: 0.5em 1.3em;
}
.services-bottom-in {
	padding: 1em 0;
}
.grid-categories h4 {
	font-size: 1.3em;
}
ul.popular li a {
	font-size: 1em;
}
.grid-categories p {
	font-size: 1em;
	height: 92px;
	overflow: hidden;
}
.bottom-in-ser {
	padding: 1em 0;
}
.read-in {
	padding: 0.3em 0;
}
.contact-top {
	padding: 0em 0 1em;
}
.map h4, .contact-grid h4 {
	font-size: 1.3em;
	margin: 0.5em 0 0em;
}
.map iframe {
	height: 130px;
}
.contact-grid input[type="text"], .contact-grid textarea {
	padding: 0.7em;
	margin: 0.5em 0;
}
.send-in input[type="submit"] {
	font-size: 1.3em;
}
p.footer-grid {
	font-size: 1.1em;
}
.blog-left p {
	font-size: 2.5em;
	height: 38px;
}
.blog-left span {
	font-size: 1.7em;
}
.top-blog a.fast {
	font-size: 1em;
}
.top-blog {
	width: 100%;
	margin: 1em auto 0;
}
.top-blog p {
	margin: 0 ;
	height: 41px;
	font-size:1em;
}
.share-artical h3 {
	font-size: 1.2em;
}
.share-artical h3 {
	font-size: 1.2em;
}
.artical-content h3 {
	font-size: 1.2em;
	margin:0;
}
.item-in p {
	padding: 1em;
	width: 73%;
	font-size: 0.9em;
}
.item-in label {
	top: 67.2%;
}
.item-in span {
	font-size: 1.1em;
}
.wmuSliderPagination {
	right: 27%;
	bottom:0;
}
.content-in-on {
	padding: 1em 0;
}
.item-in{
	padding:1em 0 2em;
}
b.down-arrow,b.in-usa{
	top:5em;
}
}
