html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid .eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */

img{max-width:100%;}
/*end reset*/
body {
	font-family: Arial, Geneva,Helvetica, sans-serif;
	font-size: 100%;
	margin:0px;
	background-color:#ffffff;
}
.logo  a{
	display:block;
}
.logo {
	float:left;
}
.logo  a h1{
      color: #054789;
      font-size: 3em;
      font-weight: 900;
}
.logo  a h1:hover{
 text-decoration:none;
}
.logo  a h1 span{
 color:#a5cd39;
}
.header{
border-bottom:6px solid #ffffff;
}
.header-top-right form input[type="text"] {
    font-size: .7em;
    color: #000000;
    float: left;
    outline: none;
    border: 3px solid #e31e25;
    padding: 0.4em;
    background: #ffffff;
    -webkit-appearance: none;
}
.header-top-right form input[type="submit"] {
    color: #FFF;
    background: #e31e25 url(../images/search.png) no-repeat;
    width: 20px;
	height:22px;
    font-size: 16px;
    float: left;
    border: none;
    outline: none;
    padding: 0.43em 0 0 0;
	margin-top: 3px;
    text-transform: uppercase;
    -webkit-appearance: none;
}
.header-top-left {
       margin: 0.2em 0 0 0;
}
.header-top-right {
       margin: 0em 0 -0.5em 0;
}
.top-menu {
	text-align: center;
}
.top-menu ul li {
    display: inline-block;
    color: #ffffff;
    vertical-align: top;
    /* width: 30%; */
    text-align: left;
    margin-right: 3em;
}
/* Effect 16: fall down */
.cl-effect-16 a {
	color: #ffffff;
	text-shadow: 0 0 1px rgba(111,134,134,0.1);
}
.cl-effect-16 a::before {
	color:#525051;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.cl-effect-16 a:hover::before,
.cl-effect-16 a:focus::before {
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}
nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1em;
}
nav a:hover,
nav a:focus {
	outline: none;
}
.top-menu ul li a{
  text-decoration: none;
 color:#ffffff;
  font-size: 0.8em;
     font-weight: 600;
  text-transform: uppercase;
  padding:0;
  background:none;
  margin: 0 auto;
}
.top-menu ul li a:hover,.top-menu ul li a.active{
	color:#000000;
}
.top_right {
    float: right;
	    margin-top: 0.6em;
}
.top_right h6{
       color: #00aaad;
    font-size: 0.85em;
    font-weight: 400;
    text-transform: uppercase;
	    padding: 0;
}
.top_right p {
         color: #a5cd39;
    font-size: 1em;
       font-weight: 600;
    text-transform: uppercase;
    margin-top: 0.8em;
}
.header-middle {
    padding: 0.4em 0;
}
/*--responsive-design--*/
@media (max-width:480px){
	#tabai2{
background-color:#000;
color:#FFFFFF;
border-radius:5px;
height:40px;
font-size:75%;
line-height:40px;
margin-top:5px;
}
	
	.top-menu{
		width:100%;
		text-align:center;
		background:#fff;
		padding:0;
		margin-top:0;
	}
	.span_2 {
	  margin-top: 1.2em;
	}
	.top-menu ul{
	     float:left;
    width: 100%;
    border: none;
    padding: 10px 0;
    background-color: #e31e25;
    border: 1px solid #ffffff;
	}
	.top-menu ul li{
		    display: block;
    float: none;
    margin: 12px 0;
    width: 100%;
    text-align: center;
	}
	
}

/*--start-home--*/
.header-top {
       padding: 0.7em 0;
    background:#e31e25;
}
.header-top1 {
       padding: 0.2em 0;
    background:#e31e25;
}
/*slider*/
.slider{
	margin:0 0;
}
/*main*/
.main{
	background: #f8f8f8;
}
.content{
	padding: 0 0 0 0;
}
.content h2{
	font-family: 'Ruluko', sans-serif;
	text-transform: uppercase;
	font-size: 2.4em;
	text-align:center;
	color: #e31e25;
	letter-spacing: -1px;
	border-bottom: 1PX solid rgb(231, 231, 231);
	padding: 0 0 30px 0;
}
/*  GRID OF Four   ============================================================================= */
.grids {
	padding:0;
}
.grid_1_of_4{
	display: block;
	float:left;
}
.grid_1_of_4:first-child { 
	margin-left: 0; 
	padding-left: 0%;
} 
.grid_1_of_4:nth-child(5){ 
	padding-right: 0;
	border-right: none;
} 
.new_bg {
	margin-top: 68px;
	background: url('../images/new.png') no-repeat;
	position: absolute;
	height: 58px;
	width: 74px;
	left: 271px;
	top: 470px;
}
.images_1_of_4 {
	width: 100%;
	padding:0.5%;
}
.images_1_of_4  img{
width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 56px 36px -60px #121D12;
	-webkit-box-shadow: 0px 56px 36px -60px #121D12;
	-moz-box-shadow: 0px 56px 36px -60px #121D12;
	-o-box-shadow: 0px 56px 36px -60px #121D12;
}
.images_1_of_4  h3{
	margin-bottom: 20px;
}
.images_1_of_4  h3{
	color: #161616;
	text-transform: capitalize;
	font-size: 1em;
	font-weight: 1000;
	text-shadow: 0 1px 0 #FFFFFF;
	letter-spacing:-1px;
	font-family: 'Ruluko', sans-serif;
}
/* Button*/
.rd_more {
	margin: 20px 0;
}
.btn {
	font-family: 'Ruluko', sans-serif;
	border: none;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	text-transform: capitalize;
	letter-spacing: 0px;
	font-weight: 400;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/* Button 3 */
.btn-3 {
	background: #161616;
	color: #fff;
}
.btn-3:hover {
	background: #202020;
}
.btn-3:active {
	background: #202020;
	top: 2px;
}
.btn-3:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 140%;
	width: 60px;
}
/* Button 3e */
.btn-3e {
	overflow: hidden;
	font-size:16px;
}
.btn-3e:before {
	left: auto;
	right: 10px;
	z-index: 2;
}
.btn-3e:after {
	width: 30%;
	height: 200%;
	background: rgba(255,255,255,0.1);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform-origin: 0 0;
	transform: rotate(-20deg);
}
.btn-3e:hover:after {
	width: 40%;
}
/*.main1*/
.main1{
	padding: 3%;
}
.c_left{
	width: 66.333%;
	margin-right: 3%;
	float:left;
}
.c_right{
	float:right;
	width: 30.333%;
}

.left h2{
	font-family: 'Ruluko', sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #161616;
	margin-bottom: 30px;
}
.left h4{
	color: #969696;
	text-transform: capitalize;
	font-size: 1.6em;
	font-weight: normal;
	text-shadow: 0 1px 0 #FFFFFF;
	font-family: 'Ruluko', sans-serif;
}
.left p{
	margin-top: 3%;
}
.left p{
	font-size: 0.8125em;
	color: #AEAEAE;
	line-height: 1.8em;
}
.left1 h2{
color: #969696;
	text-transform: capitalize;
	font-size: 1.6em;
	font-weight: normal;
	text-shadow: 0 1px 0 #FFFFFF;
	font-family: 'Ruluko', sans-serif;
	letter-spacing:0px;
}
.left1 p img{
	margin:10px 30px 10px 0;
	float: left;
	padding: 5px;
	background: #FFFFFF;
	box-shadow: 0px 56px 36px -60px #121D12;
	-webkit-box-shadow: 0px 56px 36px -60px #121D12;
	-moz-box-shadow: 0px 56px 36px -60px #121D12;
	-o-box-shadow: 0px 56px 36px -60px #121D12;
}
.grid_bg{
	background: #EDEDED;
	padding: 30px;
}
.grid:first-child{
	margin-top: 0;
}
.grid{
	margin-top: 20px;
}
.c_right h2{
	font-family: 'Ruluko', sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #161616;
	margin-bottom: 30px;
}
.grid_img{
	float: left;
	width: 20.333%;
	margin-right: 6%;
}
.grid_img img{
	padding: 5px;
	background: #FFFFFF;
	box-shadow: 0px 56px 36px -60px #121D12;
	-webkit-box-shadow:0px 24px 26px -26px #121D12;
	-moz-box-shadow:0px 24px 26px -26px #121D12;
	-o-box-shadow: 0px 24px 26px -26px #121D12;
}
.grid_txt{
	float: right;
	width: 68.333%;
}
.grid_txt nav ul li img{
	vertical-align: bottom;
}
.grid_txt nav ul li a{
	font-family: 'Ruluko', sans-serif;
	font-size: 1.1.2em;
	color: #969696;
	display: block;
	padding-bottom: 10px;
}
.grid_txt p{
	font-size: 0.8125em;
	color: #A5A5A5;
	line-height: 1.8em;
}
.side_bar1_bg{
	margin-top: -70px;
	background: url('../images/side_bar.png') no-repeat;
	position: absolute;
	height: 128px;
	width: 310px;
	right: 13.333%;
}
/*--footer--*/
.footer{
margin-top:0px;
	background:#e31e25;
}
.amet-sed h4{
	font-size: 1.2em;
  	color:#000000;
     font-family: 'Lato', sans-serif;
	margin: 0 0 1em;
	  text-transform: uppercase;
  font-weight: 700;
}
.footer-top-at {
    padding: 1em 0 4em;
}
 ul.nav-bottom li{
	list-style:none;
}
ul.nav-bottom li  a{
	text-decoration:none;
	color:#ffffff;
	font-size:1em;
	display: inline-block;
	  margin: 0.2em 0;
}
ul.nav-bottom li  a:hover{
	color:#000000;
}
.amet-sed p{
	color:#ffffff;
	font-size: 0.9em;
	  margin: 0 0 0.3em;
}

.footer-class  p{
	color:#fff;
	font-size:1em;

}
.footer-class  p a{
	color:#ffffff;
	text-decoration:none;
}
.footer-class  p a:hover{
	color:#e31e25;
}
.footer-class {
  padding: .8em 0;
  text-align:center;
  background:#000000;
}
.amet-sed form{
padding:1em 0 0;
}
.amet-sed input[type="text"], .amet-sed input[type="submit"] {
  width: 80%;
  padding: 0.3em;
  outline: none;
  color: #000;
  font-size: 1em;
  background: #fff;
  border: none;
 }
 .amet-sed input[type="submit"] {
 margin-top:10px;
  width: 40%;
  color: #FFF;
  font-size: 1em;
  background:#e31e25;
  border: none;
  outline:none;
  padding: 0.3em;
}
.amet-sed input[type="submit"]:hover {
background: #000000;
color:#ffffff;
}
ul.social{
	padding:1em 0 0;
}
ul.social li{
	display: inline-block;	
}
ul.social li i{
	background: url(../images/img-sprite.png)no-repeat -9px -14px ;
  width: 24px;
  height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
ul.social li  i.twitter{
	background-position:  -43px -14px;
}
ul.social li  i.rss{
	background-position: -77px -14px;
}
ul.social li  i.gmail{
	background-position:-110px -14px;
}
ul.social li i:hover{
	transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
    transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}
/*--//footer--*/

/**** About ****/
.content1{
	padding: 3%;
}
.about-data{
	float:left;
	width:100%;
	color:#000000;
	margin-right:2.333%;
}
.contact-data1{
	float:left;
	width:50%;
	color:#000000;
	margin-right:2.333%;
}
.contact-data2{
	float:right;
	width:50%;
	color:#000000;
	margin-left:2.333%;
}
#bas {
margin-top:10px;
line-height:30px;
}
#bas tr td{
background-color:#fff;
border:1px solid #000;
}
.about-data input[type="button"] {
  background: #000000;
  padding: .6em 0;
  border:none;
  width: 70px;
  cursor:pointer;
  font-size: 80%;
  color: #fff;
  letter-spacing: 1px;
  outline: none;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -webkit-appearance: none;
}
#bas input[type="text"]{
background-color:#fff;
}
#bas input[type="submit"]{
  background: #e31e25;
  padding: .6em 0;
  border:none;
  width: 70px;
  cursor:pointer;
  font-size: 80%;
  color: #fff;
  letter-spacing: 1px;
  outline: none;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -webkit-appearance: none;
}
#bas input[type="text"]{
 background: #fff;
  padding: .6em 0;
  border:1px solid #000;
  color:#e31e25;
  width: 70px;
  font-size: 80%;
  letter-spacing: 1px;
  outline: none;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -webkit-appearance: none;
}
#bass input[type="submit"]{
  background: #e31e25;
  padding: .6em 0;
  border:none;
  width: 150px;
  cursor:pointer;
  font-size: 80%;
  color: #fff;
  margin-left:-9px;
  letter-spacing: 1px;
  outline: none;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -webkit-appearance: none;
}
#pppp{
margin-left:auto;
margin-right:auto;
	width:95%;
	margin-top: 2%;
}
.about-data h1{
color:#fff;
	background-color:#e31e25;
	display:block;
	line-height:50px;
	width:100%;
	height:50px;
	font-size: 1.2em;
	font-family: 'Ruluko', sans-serif;
	margin: 0 0 0em;
	border-left:4px solid #000;
}
.sidebar{
	float:left;
	width: 30.333%;
}
.about-desc{
	float: left;
	width: 54.333%;
	margin-left: 6.333%;
}
.about-img{
	float:left;
	width: 38.333%;
}
.about-img img{
	padding: 5px;
	background: #ffffff;
	box-shadow: 0px 56px 36px -60px #121D12;
	-webkit-box-shadow: 0px 56px 36px -60px #121D12;
	-moz-box-shadow: 0px 56px 36px -60px #121D12;
	-o-box-shadow: 0px 56px 36px -60px #121D12;
}
.about-data h2{
	margin-bottom: 3%;
	font-family: 'Ruluko', sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #000000;
}
.sidebar h2{
	margin-bottom: 3%;
	font-family: 'Ruluko', sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #161616;
}
.about-desc h4{
	line-height:1.2em;
	color: #969696;
	text-transform: capitalize;
	font-size: 1.6em;
	font-weight: normal;
	text-shadow: 0 1px 0 #FFFFFF;
	font-family: 'Ruluko', sans-serif;
}
.about-data p{
	margin-top: 2%;
	font-size: 0.8125em;
	color: #000000;
	line-height: 1.8em;
}
.blog_posts {
	padding:10px 0 20px 0;
}
.blog_date {
	float: left;
	width:20%;
}
.blog_date img{
	margin-top: 5px;
	padding: 5px;
	background: #ffffff;
	box-shadow: 0px 12px 14px -14px #121D12;
	-webkit-box-shadow: 0px 12px 14px -14px #121D11;
	-moz-box-shadow:0px 12px 14px -14px #121D11;
	-o-box-shadow:0px 12px 14px -14px #121D11;
}
.blog_desc {
	float: left;
	padding-left:2%;
	width:78%;
}
.blog_desc p {
	line-height: 1.8em;
}
.blog_desc  p{
	font-size: 0.8125em;
	color: #AEAEAE;
	line-height: 1.8em;
}
.blog_post{
	margin-bottom: 4%;
}
.blog_heading p span {
	color: #969696;
	text-transform: capitalize;
	font-size: 1.6em;
	font-weight: normal;
	text-shadow: 0 1px 0 #FFFFFF;
	font-family: 'Ruluko', sans-serif;
}
/*service*/
.image.group {
	margin-bottom: 3%;
}
.images_2_of_2 {
	width:30.333%;
	float:left;
}
.images_2_of_2 img{
	padding: 5px;
	background: #ffffff;
	box-shadow: 0px 56px 36px -60px #121D12;
	-webkit-box-shadow: 0px 56px 36px -60px #121D12;
	-moz-box-shadow: 0px 56px 36px -60px #121D12;
	-o-box-shadow: 0px 56px 36px -60px #121D12;
}
.span_2_of_2{
	width: 67.333%;
	float: right;
}
.service h2{
	font-family: 'Ruluko', sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #161616;
	margin-bottom: 2%;
}

.span_2_of_2 h3{
	margin-bottom:2%;
	color: #969696;
	text-transform: capitalize;
	font-size: 1.6em;
	font-weight: normal;
	text-shadow: 0 1px 0 #FFFFFF;
	font-family: 'Ruluko', sans-serif;
}
.span_2_of_2 p{
	font-size: 0.8125em;
	color: #AEAEAE;
	line-height: 1.8em;
}
/***Contact*/
form{
	margin-top: 0%;
}
.col{
	display: block;
	float:left;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.333%;
}
.span_1_of_3 {
	width: 33.333%;
	margin-right: 3.333%;
}
.span_1_of_3 h3	{
	font-family: 'Ruluko', sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #161616;
}
.span_2_of_3 h3	{
	font-family: 'Ruluko', sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #161616;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	color: #AEAEAE;
	display:block;
	font-size:0.8125em;
	padding-bottom:5px;
}
.contact-form input[type="text"],.contact-form textarea{
	font-family: Arial, Geneva,Helvetica, sans-serif;
	color: #161616;
	padding: 8px;
	display: block;
	width: 98%;
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	outline: none;
	-webkit-appearance: none;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	background: #161616;
	color: #fff;
	font-size: 16px;
	font-family: 'Ruluko', sans-serif;
	border: none;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	text-transform: capitalize;
	letter-spacing: 0px;
	font-weight: 400;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.contact-form input[type="submit"]:hover{
	background: #202020;
}
.company_address p{
	font-size: 0.8125em;
	color: #AEAEAE;
	line-height: 1.8em;
}
.company_address p span{
	text-decoration: none;
	cursor: pointer;
	color: #BDA807;
}
.company_address p span:hover{
	text-decoration:none;
	color: #AEAEAE;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.map{
	margin: 6% 0;
}
/*details*/
.details {
	padding-bottom: 2%;
}
.details h3{
	font-family: 'Ruluko', sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #161616;
	border-bottom: none;
}
.det-pic{
	margin: 3% 0;
}
.det-pic img{
	padding: 5px;
	background: #ffffff;
	box-shadow: 0px 56px 36px -60px #121D12;
	-webkit-box-shadow: 0px 56px 36px -60px #121D12;
	-moz-box-shadow: 0px 56px 36px -60px #121D12;
	-o-box-shadow: 0px 56px 36px -60px #121D12;
}
.det-para p{
	font-size: 0.8125em;
	color: #AEAEAE;
	line-height: 1.8em;
}
/*404*/
.page{
	padding:10% 0;
	text-align:center;
}
.page h3{
	font-size: 12em;
	color: #161616;
	font-family: 'Ruluko', sans-serif;
}
/***** Media Quries *****/
@media only screen and (max-width: 1280px) {
	.wrap{
		width:95%;
	}
	.basket input[type="button"] {
  background: #000;
  cursor:pointer;
  padding: .6em 0;
  border:none;
  width: 70px;
  font-size: 1em;
  color: #fff;
  letter-spacing: 1px;
  outline: none;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -webkit-appearance: none;
}
.basket input[type="submit"] {
  background: #054789; border:0px; font-size: 1em; cursor:pointer; padding: .6em 0; width:130px; color:#EEEEEE;
}
}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.images_1_of_4 h3 {
		font-size: 1.1.2em;
		letter-spacing: 0px;
	}
	.new_bg {
		left: 6%;
	}
	.side_bar1_bg {
		display: none;
	}
}
@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.search {
		width: 36%;
		margin-top: 2.5%;
	}
	.search input[type="text"] {
		width: 60.33%;
	}
	.nav a {
		padding: 8px 16px;
		font-size: 1em;
	}
	.nav li {
		line-height: 3.8em;
	}
	.c_left {
		width:100%;
		margin-right: 0%;
		float:none;
	}
	.c_right {
		float:none;
		width: 100%;
	}
	.grids {
		padding:0px;
	}
	.about-data {
		width:100%;
		margin-right: 0%;
		float:none;
	}
	.sidebar {
		float:none;
		width: 100%;
	}
	.span_1_of_3 {
		width:100%;
		margin-right: 0%;
	}
	.col {
		display: block;
		float:none;
	}
	.span_2_of_3 {
		width: 100%;
	}
}
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.social-icons {
		float: none;
		padding: 0px;
		display: none;
	}
	.logo {
		float: none;
		text-align:center;
	}
	.search {
		text-align:center;
		float:none;
		width:90%;
		margin: 2.5% 0;
	}
	.images_2_of_2 {
		width: 100%;
		float:none;
	}
	.span_2_of_2 {
		width: 100%;
		float: none;
	}
	.grid_1_of_4 {
		display: block;
		float:none;
	}
	.images_1_of_4 {
		width:100%;
		padding: 0%;
	}
	.content h2 {
		border-bottom:none;
	}
}
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.content h2 {
		font-family: 1.2em;
	}
}
/*--content--*/

.content2-top h1{
	color:#000;
	font-size: 3em;
	font-family: 'Ruluko', sans-serif;
	text-align: center;
	margin: 0 0 0;
}
.col-md-3{
margin-top:2%;
}
.col-md1 img{
width:100%;
	margin: 0 auto;
}
.col-md1 h3 {
  	font-size: 1.2em;
  	line-height: 1.2em;
  	font-family: 'Ruluko', sans-serif;
  	text-align: center;
  	margin: 0 0 0.7em;
  	color: #000;
}
.col-md1 h3 a{
  	color: #000;
	text-decoration: none;
	font-size: .5em;
}
.price h5{
	float: left;
	color:#000;
	font-size: 1em;
	margin-top: 3px;
}
.price a {
  color: #FFF;
  font-size: 0.7em;
  display: block;
  float: right;
  background-color: #e31e25;
  padding: 0.6em 0.9em;
  border-radius: 3px;
  text-decoration: none;
}
.content2-top {
  padding: 0 0;
}
.content2-top1 {
  padding: 1.2em 0;
}
.col-md1 {
margin-top:6%;
  border: 1px solid #e31e25;
  padding: 1em;
  border-bottom:5px solid #e31e25;
}
.col-md1:hover {
  border: 1px solid #000000;
  border-bottom: 5px solid #000000;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.col-md1:hover .price a {
  background-color: #000000;
  transition: 0.5s all;
  color:#fff;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
#left_menu{
width:25%;
float:left;
font-family: 'Ruluko', sans-serif;
margin-right:2%;
background-color:#333333;
}
#left_menu h1{
	color:#fff;
	background-color:#e31e25;
	display:block;
	line-height:50px;
	width:99%;
	height:50px;
	font-size: 1.2em;
	font-family: 'Ruluko', sans-serif;
	margin: 0 0 0em;
	border-bottom:2px solid #000;
	border-left:4px solid #000;
	}

#aaaaa a{
font-family: 'Ruluko', sans-serif;
border-bottom:1px solid #e31e25;
color:#000000;
display:block;
background-color:#cccccc;
height:35px;
font-size:0.9em;
line-height:35px;
width:100%;
}
#aaaaa a:hover{
color:#fff;
display:block;
background-color:#000000;
height:35px;
font-size:0.9em;
line-height:35px;
width:100%;
}
#aa a{
font-family: 'Ruluko', sans-serif;
color:#fff;
font-size:0.8em;
height:21px;
display:block;
}
.product{
	float:left;
	width:70%;
	background-color:#FFFFFF;
	margin-right:2.333%;
}

.product h1{
	color:#fff;
	background-color:#e31e25;
	display:block;
	line-height:50px;
	width:100%;
	height:50px;
	font-size: 1.2em;
	font-family: 'Ruluko', sans-serif;
	margin: 0 0 0em;
	border-left:4px solid #000;
}

.pppppp{
margin-top:0%;
}
.ppppppp{
width:25%;
margin:2%;
float:left;
}
.ppppppp img{
width:100%;
	margin: 0 auto;
}
.ppppppp h3 {
  	font-size: 1.2em;
  	line-height: 1.2em;
  	font-family: 'Ruluko', sans-serif;
  	text-align: center;
  	margin: 0 0 0.7em;
  	color: #000;
}
.ppppppp h3 a{
  	color: #000;
	text-decoration: none;
}
.price3 h5{
	float: left;
	color:#fff;
	font-size: 1.2em;
	margin-top: 3px;
}
.price3 a {
    color: #FFF;
  font-size: 0.9em;
  display: block;
  float: right;
  background-color: #000;
  padding: 0.6em 0.9em;
  border-radius: 3px;
  text-decoration: none;
}
.ppppppp {
  border: 1px solid #000;
  padding: 1em;
  border-bottom:5px solid #000;
}
.ppppppp:hover {
  border: 1px solid #054789;
  border-bottom: 5px solid #054789;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.ppppppp:hover .price3 a {
  background-color: #054789;
  transition: 0.5s all;
  color:#e31e25;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
@media only screen and (max-width: 1200px) {
.product{
	float:left;
	width:70%;
	background-color:#FFFFFF;
	margin-right:2.333%;
}

.product h1{
	color:#fff;
	background-color:#054789;
	display:block;
	line-height:50px;
	width:100%;
	height:50px;
	font-size: 1.2em;
	font-family: 'Ruluko', sans-serif;
	margin: 0 0 0em;
	border-left:4px solid #000;
}

.pppppp{
margin-top:2%;
}
.ppppppp{
width:25%;
margin:1.5%;
float:left;
}
.ppppppp img{
width:100%;
	margin: 0 auto;
}
.ppppppp h3 {
  	font-size: 1.2em;
  	line-height: 1.2em;
  	font-family: 'Ruluko', sans-serif;
  	text-align: center;
  	margin: 0 0 0.7em;
  	color: #000;
}
.ppppppp h3 a{
  	color: #000;
	text-decoration: none;
}
.price3 h5{
	float: none;
	color:#fff;
	font-size: 1.2em;
	margin-top: 3px;
}
.price3 a {
    color: #FFF;
  font-size: 0.9em;
  display: block;
  float: right;
  background-color: #000;
  padding: 0.6em 0.9em;
  border-radius: 3px;
  text-decoration: none;
}
.ppppppp {
  border: 1px solid #000;
  padding: 1em;
  border-bottom:5px solid #000;
}
.ppppppp:hover {
  border: 1px solid #054789;
  border-bottom: 5px solid #054789;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.ppppppp:hover .price3 a {
  background-color: #054789;
  transition: 0.5s all;
  color:#e31e25;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
}
#test{
clear:both;
width:100%;
float:left;
border:1px solid red;
}
@media only screen and (max-width: 850px) {
#left_menu{
width:100%;
float:none;
font-family: 'Ruluko', sans-serif;
background-color:#333333;
}
#left_menu h1{
	color:#fff;
	background-color:#054789;
	display:block;
	line-height:50px;
	width:99%;
	height:50px;
	font-size: 1.2em;
	font-family: 'Ruluko', sans-serif;
	margin: 0 0 0em;
	border-bottom:2px solid #000;
	border-left:4px solid #000;
	}
#aaaaa a{
font-family: 'Ruluko', sans-serif;
border-bottom:1px solid #666666;
color:#fff;
display:block;
background-color:#141414;
height:35px;
font-size:0.9em;
line-height:35px;
width:100%;
}
#aaaaa a:hover{
color:#fff;
display:block;
background-color:#054789;
height:35px;
font-size:0.9em;
line-height:35px;
width:100%;
}
#aa a{
font-family: 'Ruluko', sans-serif;
color:#fff;
font-size:0.7em;
height:21px;
display:block;
}
.product{
margin-top:10px;
	float:none;
	width:100%;
	background-color:#FFFFFF;
}

.product h1{
	color:#fff;
	background-color:#054789;
	display:block;
	line-height:50px;
	width:100%;
	height:50px;
	font-size: 1.2em;
	font-family: 'Ruluko', sans-serif;
	margin: 0 0 0em;
	border-left:4px solid #000;
}
.about-data{
	float:none;
	margin-top:10px;
	width:100%;
	
}}
#large_p{
margin-top:2%;
width:65%;
float:left;
}
#large_p img{
width:100%;
border:1px solid #000;
}
#large_p img:hover{
width:100%;
border:1px solid #054789;
}

#infor{
margin-left:2%;
margin-top:2%;
width:33%;
float:left;
}
#tabai{
background-color:#000;
color:#FFFFFF;
border-radius:5px;
height:40px;
font-size:75%;
line-height:40px;
margin-top:5px;
}
#tabai2{
background-color:#000;
color:#FFFFFF;
border-radius:5px;
height:40px;
font-size:75%;
line-height:40px;
margin-top:5px;
}
#tabai p{
margin-left:7px;
}
#tabai input[type="text"]{
color:#e31e25;
}
#tabai select{
width:120px;
height:25px;
}
#tabai select option{
width:90px;
height:20px;
}
@media only screen and (max-width: 850px) {
#large_p{
margin-top:2%;
width:100%;
float:none;
margin-bottom:2%;
}
#large_p img{
width:100%;
border:1px solid #000;
}
#large_p img:hover{
width:100%;
border:1px solid #054789;
}

#infor{
margin-top:2%;
width:100%;
float:none;
}
#tabai{
background-color:#000;
color:#FFFFFF;
border-radius:5px;
min-height:4px;
margin-top:5px;
}
#tabai p{
margin-left:7px;
}
#tabai{
background-color:#e31e25;
color:#FFFFFF;
border-radius:5px;
height:40px;
font-size:100%;
line-height:40px;
margin-top:5px;
}
#tabai input[type="text"]{
color:#e31e25;
}
#tabai select{
width:120px;
font-size:11px;
height:25px;
}
#tabai select option{
width:90px;
font-size:12px;
height:20px;
}
}
@media only screen and (min-width: 1150px) {
#large_p{
margin-top:2%;
width:65%;
float:left;
}
.basket input[type="button"] {
  background: #000;
  cursor:pointer;
  padding: .6em 0;
  border:none;
  width: 70px;
  font-size: 1em;
  color: #fff;
  letter-spacing: 1px;
  outline: none;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -webkit-appearance: none;
}
.basket input[type="submit"] {
  background: #e31e25; border:0px; font-size: 1em; cursor:pointer; padding: .6em 0; width:130px; color:#EEEEEE;
}
#large_p img{
width:100%;
border:1px solid #000;
}
#large_p img:hover{
width:100%;
border:1px solid #054789;
}

#infor{
margin-left:2%;
margin-top:2%;
width:33%;
float:left;
}
#tabai{
background-color:#333333;
color:#FFFFFF;
border-radius:5px;
height:40px;
font-size:100%;
line-height:40px;
margin-top:5px;
}
#tabai2{
background-color:#000;
color:#FFFFFF;
border-radius:5px;
height:40px;
font-size:90%;
line-height:40px;
margin-top:5px;
}
#tabai p{
margin-left:7px;
}
#tabai input[type="text"]{
color:#e31e25;
}
#tabai select{
width:120px;
height:25px;
}
#tabai select option{
width:90px;
height:20px;
}}
.product2{
margin-top:2%;
}
@media only screen and (max-width: 1100px) {
.basket input[type="button"] {
  background: #000;
  cursor:pointer;
  padding: .6em 0;
  border:none;
  width: 70px;
  font-size: 1em;
  color: #fff;
  letter-spacing: 1px;
  outline: none;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -webkit-appearance: none;
}
.basket input[type="submit"] {
  background: #054789; border:0px; font-size: 1em; cursor:pointer; padding: .6em 0; width:130px; color:#EEEEEE;
}
#left_menu{
width:25%;
float:left;
font-family: 'Ruluko', sans-serif;
margin-right:2%;
background-color:#333333;
}
#left_menu h1{
	color:#fff;
	background-color:#054789;
	display:block;
	line-height:50px;
	width:99%;
	height:50px;
	font-size: 1.2em;
	font-family: 'Ruluko', sans-serif;
	margin: 0 0 0em;
	border-bottom:2px solid #000;
	border-left:4px solid #000;
	}
#aaaaa a{
font-family: 'Ruluko', sans-serif;
border-bottom:1px solid #666666;
color:#fff;
display:block;
background-color:#141414;
height:35px;
font-size:0.9em;
line-height:35px;
width:100%;
}
#aaaaa a:hover{
color:#fff;
display:block;
background-color:#054789;
height:35px;
font-size:0.9em;
line-height:35px;
width:100%;
}
#aa a{
font-family: 'Ruluko', sans-serif;
color:#fff;
font-size:0.8em;
height:21px;
display:block;
}
.product{
	float:left;
	width:70%;
	background-color:#FFFFFF;
	margin-right:2.333%;
}

.product h1{
	color:#fff;
	background-color:#054789;
	display:block;
	line-height:50px;
	width:100%;
	height:50px;
	font-size: 1.2em;
	font-family: 'Ruluko', sans-serif;
	margin: 0 0 0em;
	border-left:4px solid #000;
}
}
@media only screen and (max-width: 750px) {
#tabai2{
background-color:#000;
color:#FFFFFF;
border-radius:5px;
height:40px;
font-size:75%;
line-height:40px;
margin-top:5px;
}
#left_menu{
width:100%;
float:none;
font-family: 'Ruluko', sans-serif;
margin-right:2%;
background-color:#333333;
}
#left_menu h1{
	color:#fff;
	background-color:#054789;
	display:block;
	line-height:50px;
	width:99%;
	height:50px;
	font-size: 1.2em;
	font-family: 'Ruluko', sans-serif;
	margin: 0 0 0em;
	border-bottom:2px solid #000;
	border-left:4px solid #000;
	}
#aaaaa a{
font-family: 'Ruluko', sans-serif;
border-bottom:1px solid #666666;
color:#fff;
display:block;
background-color:#141414;
height:35px;
font-size:0.9em;
line-height:35px;
width:100%;
}
#aaaaa a:hover{
color:#fff;
display:block;
background-color:#054789;
height:35px;
font-size:0.9em;
line-height:35px;
width:100%;
}
#aa a{
font-family: 'Ruluko', sans-serif;
color:#fff;
font-size:0.8em;
height:21px;
display:block;
}
.product{
	float:left;
	width:100%;
	background-color:#FFFFFF;
	margin-right:2.333%;
}

.product h1{
	color:#fff;
	background-color:#054789;
	display:block;
	line-height:50px;
	width:100%;
	height:50px;
	font-size: 1.2em;
	font-family: 'Ruluko', sans-serif;
	margin: 0 0 0em;
	border-left:4px solid #000;
}
}
.basket input[type="text"] {
	display: inline-block;
	border: 1px solid #000;
	width: 80%;
	outline: none;
	background-color:#FFFFFF;
	font-size: 1em;
	color: #000;
	padding: .4em 1em;
	margin-top:10px;

}

.basket select{
	display: inline-block;
	background: none;
	border: 1px solid #000;
	width: 90%;
	outline: none;
	font-size: 1em;
	color: #000;
	padding: .4em 1em;
	margin-top:10px;

}
.basket option{
	display: inline-block;
	background: none;
	border: 1px solid #000;
	width: 90%;
	background-color:#fff;
	outline: none;
	font-size: 1em;
	color: #000;
	padding: .4em 1em;
	margin-top:3px;

}
.basket textarea {
 	display: inline-block;
	background: none;
	border: 1px solid #000;
	width: 85%;
	outline: none;
	font-size: 1em;
	color: #000;
	padding: .4em 1em;
	margin-top:10px;
}
.basket input[type="button"] {
  background: #e31e25;
  cursor:pointer;
  padding: .6em 0;
  border:none;
  width: 70px;
  font-size: 1em;
  color: #fff;
  letter-spacing: 1px;
  outline: none;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -webkit-appearance: none;
}
.basket input[type="submit"] {
  background: #000000; border:0px; font-size: 1em; cursor:pointer; padding: .6em 0; width:100px; color:#EEEEEE;
}
@media only screen and (max-width: 500px) {
.basket input[type="text"] {
	display: inline-block;
	background-color:#FFFFFF;
	border: 1px solid #000;
	width: 90%;
	outline: none;
	font-size: 1em;
	color: #000;
	padding: .4em 1em;
	margin-top:10px;

}
#tabai2{
background-color:#000;
color:#FFFFFF;
border-radius:5px;
height:40px;
font-size:75%;
line-height:40px;
margin-top:5px;
}
.basket input[type="submit"] {
  background: #000000; border:0px; font-size: 1em; cursor:pointer; padding: .6em 0; width:90px; color:#EEEEEE;
}
.basket select{
	display: inline-block;
	background: none;
	border: 1px solid #000;
	width: 90%;
	outline: none;
	font-size: 1em;
	color: #000;
	padding: .4em 1em;
	margin-top:10px;

}
.basket option{
	display: inline-block;
	background: none;
	border: 1px solid #000;
	width: 100%;
	background-color:#fff;
	outline: none;
	font-size: 1em;
	color: #000;
	padding: .4em 1em;
	margin-top:3px;

}
.basket input[type="button"] {
  background: #e31e25;
  cursor:pointer;
  padding: .6em 0;
  border:none;
  width: 70px;
  font-size: 1em;
  color: #fff;
  letter-spacing: 1px;
  outline: none;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -webkit-appearance: none;
}
.basket textarea {
 	display: inline-block;
	background: none;
	border: 1px solid #000;
	width: 80%;
	outline: none;
	font-size: 1em;
	color: #000;
	padding: .4em 1em;
	margin-top:10px;
}
.bas input[type="submit"] {
  background: #000;
  padding: .6em 0;
  border:none;
  width: 100px;
  font-size: 100%;
  color: #fff;
  letter-spacing: 1px;
  outline: none;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -webkit-appearance: none;
}
.update input[type="submit"]{
  background: #000;
  padding: .6em 0;
  border:none;
  width: 100%;
  font-size: 100%;
  color: #fff;
  letter-spacing: 1px;
  outline: none;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -webkit-appearance: none;
}
#bas {
margin-top:10px;
line-height:30px;
background-color:#fff;
}
#bas tr td{
background-color:#fff;
border:1px solid #000;
}
.about-data input[type="button"] {
  background: #000;
  padding: .6em 0;
  border:none;
  width: 70px;
  cursor:pointer;
  font-size: 80%;
  color: #fff;
  letter-spacing: 1px;
  outline: none;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -webkit-appearance: none;
}
#bas input[type="submit"]{
  background: #000;
  padding: .6em 0;
  border:none;
  width: 100%;
  cursor:pointer;
  font-size: 80%;
  color: #fff;
  letter-spacing: 1px;
  outline: none;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -webkit-appearance: none;
}
#bas input[type="text"]{
background-color:#FFFFFF;
  padding: .6em 0;
  border:1px solid #000;
  color:#e31e25;
  width: 100%;
  font-size: 80%;
  letter-spacing: 1px;
  outline: none;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -webkit-appearance: none;
}
#bass input[type="submit"]{
  background: #000;
  padding: .6em 0;
  border:none;
  width: 100%;
  cursor:pointer;
  font-size: 80%;
  color: #fff;
  margin-left:-9px;
  letter-spacing: 1px;
  outline: none;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -webkit-appearance: none;
}
}
