/* reset */
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:0px;padding:0px;}
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 */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	font-family: 'Open Sans', sans-serif;
	background:#FFF;
	
}
h1 {
    text-align: left;
    color: #ae922f;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 0;
}
h2 {
    text-align: left;
    color: #ae922f;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 0;
}
/*---start-wrap----*/
.wrap{
	width:70%;
	margin:0 auto;
}
/*---*/
.page{
	display:none;
}
/*----start-header---*/
.header{
	background: rgba(0, 0, 0, 0.56);
	width: 100%;
	margin-top: 4.5%;
}
.logo{
	float:left;
	margin-top: 0.9em;
}
.top-nav{
	float:right;
}
.top-nav ul li{
	display:inline-block;
}
.active a span{
	height: 6px;
	width: 84px;
	background: #E9696A;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0px;
}
.top-nav ul li a{
	color: #FFFFFF;
	font-size: 1em;
	padding: 1.6em 1.3em 2em;
	display: block;
	font-family: 'Lato', sans-serif;
	position: relative;
}
/*----start-header---*/
/*--- start-top-grids----*/
.top-grids{
	background:#E66768;
}
.top-grids h3{
	text-align: center;
	color: #FAC81B;
	font-weight: 700;
	font-size: 2.2em;
}
.top-grids-box{
	padding:3em 0;
}
.top-grids h3 span{
	font-weight:400;
	padding-right:0.3em;
}
.top-grid{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	text-align: center;
}
.top-grid:nth-child(4){
	margin-right:0;
}
.top-grid h4 a{
	color: #FFF;
	font-size: 1.5em;
	padding: 0.8em 0 0.5em 0;
	display: block;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.icon1,.icon2,.icon3,.icon4{
	background: #DD5E5F;
	height: 160px;
	width: 160px;
	display: inline-block;
	border-radius: 30em;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	-o-border-radius: 30em;
	border:2px solid #DD5E5F;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.icon1 span,.icon2 span,.icon3 span,.icon4 span{
	width: 69px;
	height: 69px;
	display: inline-block;
	background: url(../images/top-icons.png) no-repeat 25px 3px;
	margin-top: 30%;
}
.icon1 span {
	margin-right: 1em;
}
.icon2 span{
	background: url(../images/top-icons.png) no-repeat -41px 3px;
}
.icon3 span{
	background: url(../images/top-icons.png) no-repeat -115px 3px;
}
.icon4 span{
	background: url(../images/top-icons.png) no-repeat -193px 3px;
}
.top-grid:hover .icon1 span{
	background: url(../images/top-icons.png) no-repeat 25px -63px;
}
.top-grid:hover .icon2 span{
	background: url(../images/top-icons.png) no-repeat -41px -63.5px;
}
.top-grid:hover .icon3 span{
	background: url(../images/top-icons.png) no-repeat  -115px -63px;
}
.top-grid:hover .icon4 span{
	background: url(../images/top-icons.png) no-repeat -193px -63px;
}
.top-grid p{
	font-size: 0.9em;
	line-height: 1.8em;
	color: #FFF;
	margin: 0.2em 0 1em;
}
.top-grid:hover .icon1,.top-grid:hover .icon2,.top-grid:hover .icon3,.top-grid:hover .icon4{
	background:none;
	border:2px solid #FAC81B;
}
.top-grid:hover h4 a{
	color:#FAC81B;
}
.btn{
	color:#FFF;
	border: 1px solid #FAC81B;
	border-left: 4px solid #FAC81B;
	padding: 0.8em 2em;
	display: inline-block;
	margin: 1em 0;
	font-size: 0.875em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.btn:hover{
	border: 1px solid #6C6966;
	border-left: 4px solid #6C6966;
	color: #6C6966;
}
.top-grids{
	position: relative;
	padding: 4.5em 0 2em;
}
.top-grids i{
	height: 8px;
	width: 120px;
	display: block;
	background: #FAC81B;
	position: absolute;
	top: 0px;
	left: 44.8%;
}
/*--- start-top-grids----*/
/*----start-works----*/
.works{
	position: relative;
	padding: 4em 0;
	background: #F6F1ED;
}
.works h3{
	display:center;
}
.works h3{
	text-align: center;
	color: #FAC81B;
	font-weight: 700;
	font-size: 2em;
	padding: 0em 0 1.95em 0;
}
.works h3 span{
	font-weight: 400;
	padding-right: 0.3em;
}
.works i {
	height: 8px;
	width: 120px;
	display: block;
	background: #FAC81B;
	position: absolute;
	top: 0px;
	left: 44.8%;
}
/*----works-grid-caption----*/
.grid-block {
	position: relative;
	float: left;
	width:25%;
	height:250px;
}
.caption {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background:rgba(230, 103, 104, 0.61);
	width: 100%;
	height: 100%;
	font-family: 'Lato', sans-serif;
}
.caption h4{
	padding: 1em 0 0 1em;
	font-size: 1.5em;
	color: #FFF;
	margin-top: 3em;
	font-weight: 300;
}
.caption p{
	padding: 0.5em 0 0.5em 1.5em;
}
.caption ul{
	padding: 1em 0 1em 1.5em
}
.caption h3, .caption p {
	color: #fff;
}
.caption p {
	font-size: 0.95em;
	font-weight: 300;
}
.caption ul li{
	display:inline-block;
}
.caption ul li a span{
	width:35px;
	height:35px;
	display:inline-block;
}
.w-icon1 span{
	background:url(../images/grid-icons.png) no-repeat 0px 0px;
}
.w-icon2 span{
	background:url(../images/grid-icons.png) no-repeat -47px 0px;
}
/*----//works-grid-caption----*/
/*----//End-works----*/
/*----start-blog----*/
.blog{
	position: relative;
	padding: 4em 0;
}
.blog h3{
	text-align: center;
	color: #ECBA0B;
	font-weight: 700;
	font-size: 2.2em;
	padding: 15px 0 10px 0;
}
.blog h3 span {
	font-weight: 400;
	padding-right: 0.3em;
}
.blog i {
	height: 8px;
	width: 120px;
	display: block;
	background: #FAC81B;
	position: absolute;
	top: 0px;
	left: 44.8%;
}
.artical-grid{
	width: 32%;
	float: left;
	margin-right: 2%;
	text-align: center;
    overflow: hidden;
}
.artical-grid:nth-child(3n){
	margin-right:0;
}
.admin1 img{
	border-radius:30em;
	-webkit-border-radius:30em;
	-moz-border-radius:30em;
	-o-border-radius:30em;
}
.artical-grid-head{
	position:relative;
	overflow: hidden;
}
.post-pic{
	position:relative;
}
.admin1{
	position: absolute;
	bottom: -18%;
	left: 39%;
}
.artical-info{
	/*margin-top: 3.5em;*/
}
.artical-info p:hover{
	color:#000;
}
.poston{
	color:#E66768;
}
.artical-info p{
	color: #6E6E6E;
	padding: 1em 0;
	width: 90%;
	margin: 0 auto;
	font-size: 0.95em;
}
/*----//End-blog----*/
/*---start-contact---*/
.contact{
	margin-top:2em;
}
.contact-info{
	position:relative;
}
.contact-info h3{
	text-align: center;
	color: #ECBA0B;
	font-weight: 700;
	font-size: 2em;
	padding: 1.5em 0 0.5em;
}
.contact-info span {
	font-weight: 400;
	padding-right: 0.3em;
}
.contact-info i{
	height: 8px;
	width: 120px;
	display: block;
	background: #FAC81B;
	position: absolute;
	top: 0px;
	left: 37.8%;
}
.contact{
	position:relative;
	font-family: 'Lato', sans-serif;
}
.contact-form{
	position: absolute;
	z-index: 99;
	background: #fff;
	padding: 0 2em 1em 2em;
	width: 30%;
	left: 35%;
	bottom: 0px;
}
.contact-map{
	position:relative;
}
.contact-map iframe{
	min-height:750px;
	width:100%;
}
.contact-info p{
	color: #3D3D3D;
	text-align: center;
	font-size: 1em;
}
.contact-info label{
	color: #3D3D3D;
	display: block;
	text-align: center;
	padding: 0.5em 0;
	font-size: 1.3em;
	font-weight: 400;
}
.contact-info a{
	color: #E66768;
	text-align: center;
	display: block;
	padding-bottom: 1em;
}
.contact-info form input[type="text"]{
	width: 42.2%;
	clear: both;
}
.contact-info form input[type="text"]:first-child{
	margin-right:1em;
}
.contact-info form input[type="text"],.contact-info form textarea{
	border: 1px solid #D1D1D1;
	color: #656565;
	padding: 1em;
	margin-bottom: 0.8em;
	font-family: 'Lato', sans-serif;
	outline: none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.contact-info form input[type="text"]:hover,.contact-info form textarea:hover,.contact-info form input[type="text"]:focus,.contact-info form textarea:focus{
	border-color:#ECB908;
}
.contact-info form textarea{
	width: 94%;
	height:120px;
	resize:none;
}
.contact-info form{
	padding:1em 0;
}
.contact-info input[type="submit"]{
	border: 1px solid #FAC81B;
	border-left: 4px solid #FAC81B;
	background: #fff;
	padding: 1em 2em;
	font-family: 'Lato', sans-serif;
	cursor: pointer;
	margin: 0 auto;
	width: 30%;
	display: block;
	margin-top: 0.8em;
	outline:none;
	color:#696969;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.contact-info input[type="submit"]:hover{
	border: 1px solid #6C6966;
	border-left: 4px solid #6C6966;
	color: #6C6966;
}
/*---//End-contact---*/
/*----start-footer----*/
.footer{
	background:#3D3D3D;
	font-family: 'Lato', sans-serif;
}
.footer-top{
	text-align: center;
	border-bottom: 1px solid rgba(147, 147, 147, 0.13);
}
.footer-top ul li{
	display:inline-block;
}
.footer-top ul li a{
	color: #939393;
	padding:1em;
	display: block;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.footer-top ul li a:hover{
	color:#E66768;
}
.footer-bottom p{
	color:#939393;
	text-align:center;
	padding:1em 0;
}
.footer-bottom p a{
	color:#939393;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.footer-bottom p a:hover{
	color:#E66768;
}
/*** move top **/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 35px;
	right: 30px;
	overflow: hidden;
	width: 35px;
	height: 36px;
	border: none;
	text-indent: 100%;
	background: url(../images/to-top.png) no-repeat 0px 0px;
	z-index: 999;
}
#toTopHover {
	width: 35px;
	height: 35px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline: none;
}
/*** move top **/
/*---//End-wrap----*/
/*----responsive-design-----*/
/*--media Quries for 1440px-laptops-*/
@media only screen and (max-width: 1440px) and (min-width: 1366px) {
	.wrap{
		width:80%;
	}
	.grid-block {
		min-height: 223px;
	}
	.caption h4 {
		margin-top: 2em;
	}
	.contact-form {
		width: 34%;
		left:33%;
	}
}
/*--//media Quries for 1440px-laptops-*/
/*--media Quries for 1366px-laptops-*/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		width:80%;
	}
	.grid-block {
		height: 220px;
	}
	.caption h4 {
		margin-top: 2em;
	}
	.contact-form {
		width: 36%;
		left:31%;
	}
}
/*--//media Quries for 1366px-laptops-*/
/*--media Quries for 1280px-laptops-*/
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:80%;
	}
	.grid-block {
		height: 198px;
	}
	.caption h4 {
		margin-top: 1.5em;
	}
	.contact-form {
		width: 38%;
		left:30%;
	}
}
/*--//media Quries for 1280px-laptops-*/
/*--media Quries for 1024px-laptops-*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.wrap{
		width:80%;
	}
	.grid-block {
		height: 198px;
		width: 33.33%;
	}
	.caption h4 {
		margin-top: 1.5em;
	}
	.contact-form {
		width: 47%;
		left: 26%;
	}
	.admin1 {
		left: 34%;
		bottom: -26%;
	}
}
/*--//media Quries for 1024px-laptops-*/
/*--media Quries for 768px-laptops-*/
@media only screen and (max-width: 768px) and (min-width: 640px) {
	.wrap{
		width:80%;
	}
	.grid-block {
		height: 198px;
		width: 50%;
	}
	.caption h4 {
		margin-top: 2em;
	}
	.contact-form {
		width: 63%;
		left: 15%;
	}
	.admin1 {
		left: 42%;
		bottom: -11%;
	}
	/*-----*/
	#page{
		display:block;
	}
	.navicon
	{
		display: block;
		width: 32px;
		height: 32px;
		position: absolute;
		top: 28px;
		left: 11px;
		background: url(../images/nav-icon.png) no-repeat;
	}
	.top-nav{
		display:none;
	}
	.header {
		background: rgba(0, 0, 0, 0.56);
 		margin-top:0%; 
	}
	.logo {
		float: none;
		margin-top: 0em;
		text-align:center;
		padding: 0.75em 0 0.3em;
	}
	body {
		background:#fff;
	}
	.banner{
		background: url(../images/banner.jpg) repeat-x 0px 0px;
		background-size: 154% 100%;
	}
	.top-grids {
		padding: 3em 0 1.5em;
	}
	.top-grid {
		float: none;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 1em;
		text-align: center;
	}
	.top-grids i,.works i,.blog i,.contact-info i{
		width: 100px;
		left: 42.8%;
	}
	.top-grids h3,.works h3,.blog h3,.contact-info h3{
		font-size: 2em;
	}
	.works {
		padding: 2.5em 0;
	}
	.works h3 {
		padding: 0em 0 1.2em 0;
	}
	.blog {
		padding: 2.5em 0;
	}
	.blog h3 {
		padding: 0em 0 1.2em 0;
	}
	.post-pic {
		width:100%;
	}
	.artical-grid {
		width: 100%;
		float: none;
		margin-right: 0%;
		margin-bottom:1em;
	}
	.contact-map iframe{
		min-height:600px;
	}
}
/*--//media Quries for 768px-laptops-*/
/*--media Quries for 640px-laptops-*/
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:80%;
	}
	.grid-block {
		min-height: 198px;
		width: 50%;
	}
	.caption h4 {
		margin-top: 2em;
	}
	.contact-form {
		width: 76%;
		left: 10%;
		padding: 0 1em 1em 1em;
	}
	.admin1 {
		left: 42%;
		bottom: -11%;
	}
	/*-----*/
	#page{
		display:block;
	}
	.navicon
	{
		display: block;
		width: 32px;
		height: 32px;
		position: absolute;
		top: 28px;
		left: 11px;
		background: url(../images/nav-icon.png) no-repeat;
	}
	.top-nav{
		display:none;
	}
	.header {
		background: rgba(0, 0, 0, 0.56);
 		margin-top:0%; 
	}
	.logo {
		float: none;
		margin-top: 0em;
		text-align:center;
		padding: 0.75em 0 0.3em;
	}
	body {
		background:#fff;
	}
	.banner{
		background: url(../images/banner.jpg) repeat-x 0px 0px;
		background-size: 154% 100%;
	}
	.top-grids {
		padding: 3em 0 1.5em;
	}
	.top-grid {
		float: none;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 1em;
		text-align: center;
	}
	.top-grids i,.works i,.blog i,.contact-info i{
		width: 100px;
		left: 39.8%;
	}
	.top-grids h3,.works h3,.blog h3,.contact-info h3{
		font-size: 2em;
	}
	.works {
		padding: 2.5em 0;
	}
	.works h3 {
		padding: 0em 0 1.2em 0;
	}
	.blog {
		padding: 2.5em 0;
	}
	.blog h3 {
		padding: 0em 0 1.2em 0;
	}
	.post-pic {
		width:100%;
	}
	.artical-grid-head {
    height: 290px;
	}
	.artical-grid {
		width: 100%;
		float: none;
		margin-right: 0%;
		margin-bottom:1em;
	}
	.contact-map iframe{
		min-height:600px;
	}
}
/*--//media Quries for 640px-laptops-*/
/*--media Quries for 480px-laptops-*/
@media only screen and (max-width: 480px) and (min-width: 320px) {
	.wrap{
		width:80%;
	}
	.grid-block {
		min-height: 198px;
		width: 100%;
	}
	.caption h4 {
		margin-top: 2em;
	}
	.contact-form {
		width: 76%;
		left: 10%;
		padding: 0 1em 1em 1em;
	}
	.admin1 {
		left: 42%;
		bottom: -11%;
	}
	/*-----*/
	#page{
		display:block;
	}
	.navicon
	{
		display: block;
		width: 32px;
		height: 32px;
		position: absolute;
		top: 28px;
		left: 11px;
		background: url(../images/nav-icon.png) no-repeat;
	}
	.top-nav{
		display:none;
	}
	.header {
		background: rgba(0, 0, 0, 0.56);
 		margin-top:0%; 
	}
	.logo {
		float: none;
		margin-top: 0em;
		text-align:center;
		padding: 0.75em 0 0.3em;
	}
	body {
		background:#fff;
	}
	.banner{
		background: url(../images/banner.jpg) repeat-x 0px 0px;
		background-size: 174% 100%;
	}
	.top-grids {
		padding: 3em 0 1.5em;
	}
	.top-grid {
		float: none;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 1em;
		text-align: center;
	}
	.top-grids i,.works i,.blog i,.contact-info i{
		width: 100px;
		left: 37.8%;
	}
	.top-grids h3,.works h3,.blog h3,.contact-info h3{
		font-size: 1.8em;
	}
	.works {
		padding: 2.5em 0;
	}
	.works h3 {
		padding: 0em 0 1.2em 0;
	}
	.blog {
		padding: 2.5em 0;
	}
	.blog h3 {
		padding: 0em 0 1.2em 0;
	}
	.post-pic {
		width:100%;
	}

	.artical-grid-head {
    height: 180px;
	}
	.artical-grid {
		width: 100%;
		float: none;
		margin-right: 0%;
		margin-bottom:1em;
	}
	.contact-map iframe{
		min-height:600px;
	}
	.grid-block:nth-child(5),.grid-block:nth-child(6),.grid-block:nth-child(7),.grid-block:nth-child(8){
		display:none;	
	}
	.contact-info form input[type="text"] {
		width: 92%;
	}
	.contact-info form textarea {
		width: 92%;
	}
	.contact-info input[type="submit"] {
		width: 40%;
	}
	.footer-top ul li a {
		padding: 1em 0.5em;
	}
}
/*--//media Quries for 480px-laptops-*/
/*--media Quries for 320px-laptops-*/
@media only screen and (max-width: 320px) and (min-width: 240px) {
	.wrap{
		width:80%;
	}
	.grid-block {
		min-height: 198px;
		width: 100%;
	}
	.caption h4 {
		margin-top: 0.8em;
	}
	.contact-form {
		width: 100%;
		left:0%;
		padding: 0;
	}
	.admin1 {
		left: 34%;
		bottom: -28%;
	}
	/*-----*/
	#page{
		display:block;
	}
	.navicon
	{
		display: block;
		width: 32px;
		height: 32px;
		position: absolute;
		top: 21px;
		left: 9px
		background: url(../images/nav-icon.png) no-repeat;
	}
	.top-nav{
		display:none;
	}
	.header {
		background: rgba(0, 0, 0, 0.56);
 		margin-top:0%; 
	}
	.logo {
		float: none;
		margin-top: 0em;
		text-align:center;
		padding: 0.75em 0 0.3em;
	}
	body {
		background:#fff;
	}
	.banner{
		background: url(../images/banner.jpg) repeat-x 0px 0px;
		background-size: 154% 100%;
	}
	.top-grids {
		padding: 3em 0 1.5em;
	}
	.top-grid {
		float: none;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 1em;
		text-align: center;
	}
	.top-grids i,.works i,.blog i,.contact-info i{
		width: 80px;
		left: 37.8%;
	}
	.top-grids h3,.works h3,.blog h3,.contact-info h3{
		font-size: 1.5em;
	}
	.works {
		padding: 2.5em 0;
	}
	.works h3 {
		padding: 0em 0 1.2em 0;
	}
	.blog {
		padding: 2.5em 0;
	}
	.blog h3 {
		padding: 0em 0 1.2em 0;
	}
	.post-pic {
		width:100%;
	}
	.artical-grid {
		width: 100%;
		float: none;
		margin-right: 0%;
		margin-bottom:1em;
	}
	.contact-map iframe{
		min-height:600px;
	}
	.grid-block:nth-child(5),.grid-block:nth-child(6),.grid-block:nth-child(7),.grid-block:nth-child(8){
		display:none;	
	}
	.contact-info form input[type="text"] {
		width: 90%;
	}
	.contact-info form textarea {
		width: 90%;
	}
	.contact-info input[type="submit"] {
		width: 50%;
	}
	.footer-top ul li a {
		padding: 1em 0.5em;
	}
	.logo img{
		width:90%;
	}
	.contact-info form {
		padding: 1em 0;
		width: 90%;
		margin: 0 auto;
		}
}

@media only screen and (max-width: 979px) and (min-width: 768px) {
	.artical-grid-head {
    height: 137px;
	}
	.artical-grid{
    height: 280px;
	}
}
@media only screen and (max-width: 1199px) and (min-width: 980px) {
	.artical-grid-head {
    height: 205px;
	}
	.artical-grid{
    height: 300px;
	}
}

@media only screen and (min-width: 1200px) {
	.artical-grid-head {
    height: 230px;
	}
	.artical-grid{
    height: 330px;
	}
}
/*--//media Quries for 320px-laptops-*/

@media only screen and (max-width: 767px) and (min-width: 480px){
	.artical-grid{
    height: 460px;
	}
.onlybig, .slider-detils span{display:none;}
}
@media only screen and (max-width: 480px) and (min-width: 320px){
.artical-grid {
    height: 270px;
}
.onlybig, .slider-detils span{display:none;}
}

.pagination {
  margin: 30px 0;
  padding-top: 20px;
  border-top: 1px solid #E0E0E0;
}

.pagination .pagination-left {
  float: left;
  margin-right: 170px;
}

.pagination .pagination-left a {
  text-align: center;
  line-height: 38px;
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  border-radius: 20px;
  min-width: 39px;
  height: 39px;
  padding: 1px 5px 0;
  color: #000;
  background-color: #E9E9E9;
}

.pagination .pagination-left a:hover {
  background-color: #DDD;
}

.pagination .pagination-left a.active {
  color: #FFF;
  background-color: #081A34;
}

.pagination .pagination-right {
  float: right;
  width: 160px;
  text-align: right;
  color: #999;
  font-weight: 300;
  font-size: 16px;
}

.clearfix {
overflow: auto; width: 100%;
}

div.gallery {
  width: 100%;
  margin: 0;
  overflow: auto;
  padding: 20px 0;
}

div.onepict {
  width: 25%;
  margin: 0;
  float: left;
}

figure.fixedratio {
  padding-top: 75%;
  display: block;
  margin: 1%;
  position: relative;
  overflow: hidden;
}

figure.fixedratio img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
}

.artical-grid-head img {
    min-height: 100%;
}

.grid-block {
    overflow: hidden;
}
.grid-block  .caption img{
	width:100%;
	height:auto;
	min-height:100%
}
.PublicDT{
	display:none;
}

.newsbody ul{
	list-style: inside;
}
