
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 */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
@font-face {
font-family: 'AmbleRegular';
src: url( ../fonts/Amble-Light-webfont.ttf ) format("truetype"); 
}
body{
	font-family: 'Open Sans', sans-serif;
}

.wrap{
	width:82%;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}

.header{
	
background-color:#E7E483;
}

.header-top{
	padding:0% 0;
}

.logo {
	float: left;
	margin-top:5px;
	margin-bottom:5px;
}

.cart {
	float: right;
	width:31%;
}
.header-sidebar {
	text-align: right;
}
.header-btn {
	background: url('../images/header-btn.png') 15px 15px #747902 no-repeat;
	font-family: Open Sans;
	font: 600 21px/38px Open Sans;
	color: #FFF;
	text-align: right;
	padding: 5px 20px;
	padding-left: 45px;
	text-transform: uppercase;
	letter-spacing: -1px;
	display: inline-block;
	margin-bottom: 10px;
	transition: all 0.3s;
}
.header-btn:hover{
	color:#414401;
}
.ph-no{
	font-size: 14px;
	line-height: 20px;
	color:#747902;
	padding:5px 0;
}

.phone-number {
	color:#2A2C01;
	font-size: 17px;
	line-height: 22px;
}
.search {
	margin-top: 1.5%;
	width:89%;
}
.search input[type="text"] {
	outline: none;
	padding: 10px 16px;
	outline: none;
	color: #202020;
	background: #FFF;
	border:1px solid #CCCCCC;
	width: 78.33%;
	line-height: 1.5em;
}
.search input[type="submit"] {
	background: #747902 url('../images/search.png') no-repeat 14px 13px;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	width: 2.33%;
	position: absolute;
	line-height: 1.5em;
}
.search input[type="submit"]:hover {
	background:#5F6301 url('../images/search.png') no-repeat 14px 13px;
}

.follow_icon {
	list-style: none;
	padding-bottom:10px;
}
.follow_icon li {
	display:inline-block;
	margin-left:8px;
	padding-top: 1.5%;
}
.follow_icon li :hover{
	opacity:0.7;
}
.follow_icon li a img {
	vertical-align: middle;
}



/*-----------------------menu-----------------------------------*/
#cssmenu ul {
  margin: 0;
  padding: 0;
}
#cssmenu li {
  margin: 0;
  padding: 0;
}
#cssmenu a {
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu a {
  text-decoration: none;
}
#cssmenu {
  height: 60px;
  float: left;
width: 95%;
}
#cssmenu > ul > li {
  float: left;
  z-index: 99;
  position: relative;
}
#cssmenu > ul > li > a {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  line-height: 60px;
  padding:10px 10px;
  -webkit-transition: color .15s;
  -moz-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s;
  text-transform: uppercase;
}
#cssmenu li.active a, #cssmenu li a:hover{
	 color:#CED604;
  background:#333;
}
#cssmenu > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  padding: 16px 0 20px 0;
  background-color: #fafafa;
  text-align: left;
  position: absolute;
  top: 55px;
  left: 50%;
  margin-left: -90px;
  width: 180px;
  -webkit-transition: all .3s .1s;
  -moz-transition: all .3s .1s;
  -o-transition: all .3s .1s;
  transition: all .3s .1s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#cssmenu > ul > li:hover > ul {
  opacity: 1;
  top:70px;
  visibility: visible;
}
#cssmenu > ul > li > ul:before {
  content: '';
  display: block;
  border-color: transparent transparent #fafafa transparent;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
}
#cssmenu > ul ul > li {
  position: relative;
}
#cssmenu ul ul a {
  color: #323232;
 font-family: 'Oswald', sans-serif;
  font-size: 13px;
  background-color: #fafafa;
  padding: 5px 8px 7px 16px;
  display: block;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
#cssmenu ul ul a:hover {
  background-color: #f0f0f0;
}
#cssmenu ul ul ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -16px;
  left: 206px;
  padding: 16px 0 20px 0;
  background-color: #fafafa;
  text-align: left;
  width: 180px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#cssmenu ul ul > li:hover > ul {
  opacity: 1;
  left: 190px;
  visibility: visible;
}
#cssmenu ul ul a:hover {
  background-color: #969C04;
  color: #f0f0f0;
}
.header-bottom{
	background-color: #074788;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}

/*-----------------------menu-----------------------------------*/

.banner{
width:100%;
height:400px;
float:left;
background-color:#CCCCCC;
}

.content-top{
	background:#F2F1F9;
	min-height:40px;
	width:100%;
	float:left;
	border-bottom:solid 3px #000000;
	border-top:solid 3px #000000;
}

.content-top-in{
	width:85%;
	margin:auto;
	height:auto;
	overflow:hidden;
}


.content-top2{
	background:#02728A;
	min-height:40px;
	width:100%;
	float:left;
}

.content-top-in2{
	width:85%;
	margin:auto;
	height:auto;
}

#matter
{
width: 100%;
float: left;
margin: 10px 0px 16px 0px;}

#matter ul{list-style:none;}

#matter ul li{ 
float:left;
width:30%;
margin:0px 1.6%;
}
#matter ul li img{
width:100%;
height:190px;
border:3px solid #FFFFFF;
-webkit-border-top-left-radius: 140px;
-webkit-border-bottom-right-radius: 140px;
-moz-border-radius-topleft: 140px;
-moz-border-radius-bottomright: 140px;
border-top-left-radius: 140px;
border-bottom-right-radius: 140px;
}

#matter ul li a{text-decoration:none;}
#matter ul li a:hover{color:#000000;}

.texts{
text-align:center;
padding-top:10px;
font-size:22px;

}
.clear{clear:both;}

.span_1{
	width:100%;
	height:auto;
	padding:10px 0px;
	float:left;
}

.span_2{
	width:40%;
	height:auto;
	padding:15px 0px;
	float:left;
}


.span_3{
	width:20%;
	height:auto;
	padding:15px 0px;
	float:left;
	margin-left:30px;
}

.span_4{
	width:30%;
	height:auto;
	padding:15px 0px;
	float:left;
	margin-left:30px;
}

.span_5{
	width:30%;
	height:250px;
	padding:10px 10px;
	float:left;
	margin:30px 27px 30px 0px;
	background-color:#F5F5F5;
}

.span_6{
	width:30%;
	height:250px;
	padding:10px 10px;
	float:left;
	margin:30px 0px 30px 0px;
	background-color:#F5F5F5;
	}
	
	
#con{
width:50%;
height:300px;
float:left;
}

#con2{
width:50%;
height:300px;
float:left;
}	


.heading{
padding: 0% 0% 0;
}
.heading1{
padding: 2% 0% 0;
border-bottom:1px solid #E9E9E9;
}

.heading h3 {
	color: #555;
	font-size: 1.4em;
	line-height: 1.2;font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	padding: 6px 0px 6px 3px;



    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 24%, rgba(195,209,40,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(195,209,40,1)), color-stop(76%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 24%, rgba(195,209,40,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 24%, rgba(195,209,40,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 24%, rgba(195,209,40,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 24%, rgba(195,209,40,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C3D128', endColorstr='#ffffff',GradientType=1 ); /* ie6-9 */


}


p  {
	font-size:13px;
	padding:0.5em 0;
	color:#6A6A6A;
	text-align:justify;
	line-height: 1.5em;
}


#box_out
{
width: 100%;
height:auto;
float:left;
min-height:100px;
border:1px #999999 solid;
}


#box1
{
width: 50%;
height:auto;
float:left;
min-height:100px;
}


#box2
{
width: 50%;
height:auto;
float:left;
min-height:100px;
}




.items{
	padding-bottom:9%;
	margin-top: 20px;
}
.item_published {
	float: left;
	width: 20%;
	color:#969C04;
	line-height: 33px;
}
.updates .item_published {
	color: #AE2D35;
	text-align: center;
	line-height: 33px;
}
.item_published .month {
	font-size: 30px;
	text-transform: lowercase;
}
.item_published .day {
	font-weight: bold;
	font-size: 44px;
	display: block;
	margin: -13px 0 -2px;
	line-height: 45px;
}
.item_published .year {
	font-size: 18px;
	display: block;
	line-height: 15px;
}
.item_content {
	float:left;
	width: 80%;
}
.item_content p.title{
	color:#000;
	font-size:13px;
}
.item_content p.title1{
	color:#6A6A6A;
	font-size:13px;
}

.copy-right{
	background-color: #232323;
	text-align:center;
	width:100%;
	height:50px;
	float:left;
	}
#inerwrap
{
	width:80%;
	height:auto;
	margin:0 auto;

}