<!--
author: MMI
author URL: http://mmi.co.in
License URL: http://mmi.co.in
Date : 27.11.2019
-->

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: 'AmbleRegular';
	background:url(../images/bg-body.jpg);
}
.wrap{
	width:80%;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}
.main{
	background:#fff;
	padding: 0% 5%;
	box-shadow: 0 0 3px 1px #F8F8F8;
	-webkit-box-shadow: 0 0 3px 1px #F8F8F8;
	-o-box-shadow: 0 0 3px 1px #F8F8F8;
	z-index: 1;
}
.logo{
	float:left;
	padding-top: 2%;
}
header {
	position: relative;
	border-bottom: 1px dashed #ECE6E6;
	padding: 30px 0 31px 0;
}
nav{
	position:relative;
	float:right;
	padding:17px 3px 0 0;
	display:inline-block;	
}
nav>div {
	float: left;
	width: 200px;
	margin-left: 25px;
}
ul.sf-menu>li {
	background: url(../images/bg-li.png) 20px 8px no-repeat;
	font-size: 11px;
	position: relative;
	padding: 6px 0 5px 40px;
	border-bottom: 1px dotted #E3E3E3;
}
ul.sf-menu>li a{
	color:#525252;
}
ul.sf-menu>li a:hover{
	color:#e64970;
}
.header_bottom{
	margin-top: 20px;
	border-bottom-right-radius:3em;
	-webkit-border-bottom-right-radius:3em;
	-moz-border-bottom-right-radius:3em;
	-o-border-bottom-right-radius:3em;
	border-top-left-radius:3em;
	-webkit-border-top-left-radius:3em;
	-moz-border-top-left-radius:3em;
	-o-border-top-left-radius:3em;
	background: url(../images/head-banner.png) no-repeat;
	background-size:100%;
	background-position:center;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.header_bottom_left{
	float:right;
	width:29.9%;
}
.header_bottom_right_images{
	float:left;
	width:70%;
}
.menu li {
	text-transform: uppercase;
	background: url(../images/menu-arrow.png) 31% 55% no-repeat;
	border-bottom: 1px dotted #EC7A96;
	padding: 8% 0 5% 37%;
}
.menu li a {
	color: #FFF;
	font-size: 19px;
	line-height:248%;
}
.menu li:nth-child(5) {
	border-bottom: none;
}
.menu li a:hover {
	color:#000;
}
/*--content--*/
.content-bg{
	margin: 3% 0 0 0;
}
.span_1_of_f {
	width: 47%;
	padding: 1.5%;
	float: left;
}
.f-box{
	float:left;
	width: 20%;
	margin-right: 5%;
}
.date {
	display: block;
	width: 110px;
	height: 110px;
	background: #C7C7C7;
	text-align: center;
	font-size: 2em;
	line-height: 116px;
	color: #FFF;
	position: relative;
	border-radius: 50%;
	z-index: 1;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	margin: 4px 0 0 10px;
}
.date:hover{
	background:#EB6084;
}
.f-box1{
	width: 75%;
	float:left;
	margin-top: 2%;
}
h4.top-1{
	font-size:1em;
	color:#555;
	margin-bottom: 2%;
}
p.f-text{
	color:#555;
	font-size:13px;
	line-height:1.8em;
	margin-bottom: 3%;
}
.button-1 {
	display: inline-block;
	font-size: 15px;
	line-height: 16px;
	color: #535353;
	text-transform: uppercase;
}
.button-1:hover {
	color:#EC7898;
}
.color{
	color:#EC7898;
}
h2 span {
	display: block;
	margin: -6px 0 0 0;
}
.f-box1 h4{
	font-size:1.8em;
	color:#A1A1A1;
}
.inner-top {
	border-bottom: 1px dashed #ECE6E6;
	overflow: hidden;
	padding-bottom: 31px;
}
.content-top {
	border-bottom: 6px solid #F3F4F5;
	padding-bottom: 8px;
}
.content-bot{
	border-bottom: 6px solid #F3F4F5;
	margin-bottom: 2%;
	padding: 2% 0;
}
.content-bot h3 {
	color: #A1A1A1;
	font-size: 2em;
}
.content-middle {
	border-bottom: 6px solid #F3F4F5;
	padding-bottom: 8px;
}
h5.top-1 {
	font-size: 1em;
	color: #555;
	margin-bottom: 2%;
}
.copy {
	text-align: center;
	padding-bottom: 20px;
}
.copy p {
	color: #555;
	font-size: 13px;
}
.copy p a {
	color: #EC7898;
}
.copy p a:hover {
	text-decoration:underline;
}
.image_carousel h3{
	color:#A1A1A1;
	font-size:2em;
	margin-bottom:2%;
}
.image_carousel {
	padding: 15px 0 15px 40px;
}
.image_carousel img {
	box-shadow:0 0 10px #aaa;
	-webkit-box-shadow:0 0 10px #aaa;
	-moz-box-shadow:0 0 10px #aaa;
	-o-box-shadow:0 0 10px #aaa;
	background-color: #fff;
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
}
/*--About--*/
/*  GRID OF Content With Image and Sidebar   ============================================================================= */
.image {
	clear: both;
	padding: 0px;
	margin: 0px;
	background:#F0F0F0;
	padding:1.5%;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.content{
	display: block;
	float:left;
}
.rightsidebar{
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
	background: #F0F0F0;
}
.content:first-child { margin-left: 0; } 
.desc{
	display: block;
	float:left;
	margin: 0% 0 0% 2.6%;
}
.span_1_of_2{
	width: 66.1%;
	padding:1.5%;
}
.images_3_of_2 {
	width: 45.2%;
	float: left;
}
.span_3_of_2{
	width: 52.2%;
}
.span_3_of_1{
	width: 25.2%;
	padding:1.5%;
	float: left;
	margin-right: 2.7%;
}
.images_3_of_2  img {
	max-width:100%;
	display:block;
}
.span_3_of_2  h3{
	color:#C94848;
	margin-bottom:0.3em;
	font-size:1.5em;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.span_3_of_2  p  {
	font-size:0.8125em;
	padding:0.3em 0;
	color: #333;
	line-height: 1.6em;
}
.span_3_of_1 p {
	font-size:0.8125em;
	padding:1.42em 0;
	color: #555;
	line-height: 1.6em;
}
.span_3_of_2 .button{
	margin-top:.3em;
	line-height:1.9em;
}
.span_3_of_2 .button a{
	padding:6px 10px;
	font-size:0.8em;
	border: 1px solid rgba(0,0,0,0.1);
  	box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
    background        : #3f4040;       
    color             : #fff;
    text-shadow       : 0 1px 0 rgba(0, 0, 0, 0.4); 
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);
	box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.span_3_of_2 .button a:hover{
	border: 1px solid #303030;
    background: #525252; 
    text-decoration:none;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:90%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) {
	.wrap{
		width:95%;
	}
	.grid {
		margin:0;
	}
	.content{ 
		margin: 2% 0 2% 0%;
	}
	.rightsidebar{
		margin:0;
	}
	.image{
		padding:3%;
	}
	.desc{
		margin:0;
	}
	.span_1_of_2 {
		width:94%;
		padding:3%;
	}
	.span_3_of_2 {
		width: 100%;
	}
	.images_3_of_2{
		width: 100%;
	}
	.span_3_of_1 {
		width:94%;
		padding:3%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.content{ 
		margin: 2% 0 2% 0%;
	}
	.rightsidebar{
		margin:0;
	}
	.grid {
		margin:0;
	}
	.image{
		padding:4%;
	}
	.desc{
		margin:0;
	}
	.span_1_of_2 {
		width:92%;
		padding:4%;
	}
	.span_3_of_2 {
		width: 100%;
	}
	.images_3_of_2{
		width: 100%;
	}
	.span_3_of_1 {
		width:92%;
		padding:4%;
	}
}
.span_3_of_1 h3 {
	font-size: 1.5em;
	color: #A1A1A1;
	margin-bottom:8%;
}
.span_3_of_1 img{
	margin-bottom:5%;
}
.color-3 {
	color: #B6B4B4;
	display: block;
	margin-bottom:1%;
	font-size: 13px;
}
.comments {
	background: url(../images/comment.png) 0 2px no-repeat;
	color:#EC7898;
	display: inline-block;
	text-decoration: none;
	padding-left: 29px;
	font-size:13px;
	padding: 3px 25px;
}
.comments:hover {
	text-decoration:underline;
}
.span_1_of_2 h3 {
	font-size: 1.5em;
	color: #A1A1A1;
	margin-bottom:3%;
}
blockquote {
	overflow: hidden;
	position: relative;
	color: #808184;
}
.quote{
	padding-right: 2%;
	width: 75%;
	float: left;
	margin-right: 3%;
}
.quote-corner {
	background: url(../images/quotation.png) right 0 no-repeat;
	position: absolute;
	top: 27px;
	right: 0;
	width: 15px;
	height: 23px;
	z-index: 2;
}
.quotation-text {
	background: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 17px;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	z-index: 1;
	padding: 22px 20px 27px 29px;
	color:#555;
}
.quotation-text {
	font-size:13px;
	line-height:1.8em;
}
.indent-bot {
	margin-bottom: 20px;
}
.about-img{
	float:left;
	width:20%;
}
.about-img img, .about-img img1{
	margin-bottom:8%;
}
.color-2{
	font-size:13px;
	color:#999;
}
.about-right{
	margin-bottom:3%;
}
.about-img1{
	margin-right: 3%;
	float: left;
	width: 20%;
}
.quote1{
	padding-right: 2%;
	width: 75%;
	float: left;
}
/*--Services--*/
.span_1_of_s {
	width: 48.2%;
}
.col {
	display: block;
	float: left;
	margin: 1% 0 1% 2.6%;
}
.span_1_of_s {
	width: 47.2%;
}
.span_1_of_s h3 {
	color: #A1A1A1;
	font-size: 30px;
	margin-bottom: 20px;
}
p.thick {
	color: #888;
	font-size: 13px;
	line-height: 1.8em;
	font-weight: bold;
	margin-bottom: 20px;
}
.s-grid-img {
	width: 13%;
	float: left;
	margin-right: 3%;
}
.s-grid-desc p {
	color: #555;
	font-size: 13px;
	line-height: 1.8em;
}
.exp p {
	font-size: 13px;
	color: #555;
	line-height: 1.8em;
	margin-bottom: 10px;
}
.bot-img{
	margin-bottom:4%;
}
.boxes h3 {
	color: #A1A1A1;
	font-size: 30px;
	margin-bottom: 20px;
}
.boxes p{
	color:#555;
	font-size:13px;
	line-height:1.8em;
	margin-bottom: 2%;
}
/*--Contact--*/
/*  Contact Form  ============================================================================= */
.col{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.span_2_of_3  h3,
.span_1_of_3  h3 {
	color:#A1A1A1;
	margin-bottom:0.5em;
	font-size:1.8em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.8125em;
	color: #333;
	padding-bottom:5px;
}
.contact-form input[type="text"],.contact-form textarea{
	padding:8px;
	display:block;
	width:98%;
	background:#fff;
	color:#464646;
	font-size:0.8125em;
	border: none;
	outline: none;
	font-family:Arial, Helvetica, sans-serif;
	box-shadow: 0 0 3px #AAA;
	-webkit-box-shadow: 0 0 3px #AAA;
	-moz-box-shadow: 0 0 3px #AAA;
	-o-box-shadow: 0 0 3px #AAA;
	-webkit-appearance:none;
}
.contact-form input[type="text"]:hover, .contact-form textarea:hover{
	box-shadow: 0 0 6px #AAA;
	-webkit-box-shadow: 0 0 6px #AAA;
	-moz-box-shadow: 0 0 6px #AAA;
	-o-box-shadow: 0 0 6px #AAA;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	padding:7px 20px;
	color:#FFF;
	cursor:pointer;
	background:#e74871 url(../images/large-button-overlay.png);
	border: 1px solid rgba(0, 0, 0, 0.25);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
	-webkit-border-radius: 5px;
    border-radius:2px;
    font-family:Arial, Helvetica, sans-serif;
    position:absolute;
    right:0;
}
.contact-form input[type="submit"]:hover{
	background-color:#d03e64;
}
.contact-form input[type="submit"]:active{
	background-color:#e74871;
}
.company_address{
	padding-top:26px;
}
.company_address p{
	font-size:0.8125em;
	color: #555;
	line-height: 1.8em;
}
.company_address p a{
	text-decoration:underline;
	color:#333;
	cursor:pointer;
}
.map{
	border:1px solid #C7C7C7;
	margin-bottom:15px;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
   
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:90%;
		padding:5%; 
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
}
/*--404 page--*/
.pnot {
	padding: 30px 0;
}
.pnot h1 {
	font-size: 15em;
	color: #F0F0F0;
	text-align: center;
	text-shadow: 1px 1px 6px #aaa;
	-moz-text-shadow: 1px 1px 6px #aaa;
	-webkit-text-shadow: 1px 1px 6px #aaa;
	-o-text-shadow: 1px 1px 6px #aaa;
}
/*--Faqs--*/
.inner-top h3 {
	color: #A1A1A1;
	font-size: 30px;
	margin-bottom: 20px;
}
li.list-bg {
	color: #777;
	font-size: 17px;
	margin-bottom: 5px;
}
li.list-bg {
	color: #777;
	font-size: 18px;
	margin-bottom: 10px;
}
p.f-text1 {
	color: #555;
	font-size: 13px;
	line-height: 1.8em;
}
/*--Our Staff--*/
p.staff-image{
	float:left;
	width:18%;
	margin-right:2%;
}
.staff-text{
	width:80%;
	float:left;
}
.staff-text p{
	color:#555;
	font-size:13px;
	line-height:1.8em;
	margin-top:1%;
}
span.staff-head{
	color:#555;
	font-size:18px;
	margin-bottom:2%;
}
span.more {
	color:#EC7898;
	font-size: 16px;
}
span.more:hover{
	text-decoration:underline;
}
.staff-top{
	margin-bottom: 2%;
}
/*--Media Queries--*/
@media only screen and (max-width:1366px) and (min-width:1280px) {
	.wrap{
		width:90%;
	}
	.header_bottom_left {
		float: right;
		width: 29.4%;
	}
}
@media only screen and (max-width:1280px) and (min-width:1024px) {
	.wrap{
		width:90%;
	}
	.header_bottom_left {
		float: right;
		width: 28.9%;
	}
}
@media only screen and (max-width:1024px) and (min-width:800px) {
	.wrap{
		width:90%;
	}
	.header_bottom_left {
		width: 28.4%;
	}
	.menu li a {
		font-size: 16px;
	}
	.logo {
		width: 20%;
	}
	nav {
		width: 79%;
	}
	nav>div {
		width: 29%;
	}
	
	.f-box1 h4 {
		font-size: 1.5em;
	}
	.button-1 {
		font-size: 14px;
	}
	.content-bot h3 {
		font-size: 1.5em;
	}
	.date {
		width: 90px;
		height: 90px;
		font-size: 1.5em;
		line-height: 94px;
	}
	.f-box {
		width: 30%;
		margin-right: 3%;
	}
	.f-box1 {
		width: 67%;
	}
	.quotation-text {
		padding:11px;
	}
}
@media only screen and (max-width:800px) and (min-width:640px) {
	.wrap{
		width:90%;
	}
	.logo {
		width: 23%;
	}
	nav {
		width: 76%;
	}
	nav>div {
		width: 28%;
	}
	.menu li a {
		font-size: 14px;
	}
	.header_bottom_left {
		width: 27.2%;
	}
	.f-box1 h4 {
		font-size: 1.3em;
	}
	.button-1 {
		font-size: 14px;
	}
	.content-bot h3 {
		font-size: 1.5em;
	}
	.date {
		width: 80px;
		height: 80px;
		font-size: 1.3em;
		line-height: 86px;
	}
	.f-box {
		width: 30%;
		margin-right: 3%;
	}
	.f-box1 {
		width: 67%;
	}
	.quotation-text {
		padding:11px;
	}
}
@media only screen and (max-width:640px) and (min-width:480px) {
	.wrap{
		width:90%;
	}
	.logo {
		width:100%;
		float:none;
		text-align: center;
	}
	nav {
		width: 76%;
	}
	nav>div {
		width: 28%;
	}
	.menu li {
		text-transform: uppercase;
		background: url(../images/menu-arrow.png) 25% 52% no-repeat;
		border-bottom: 1px dotted #EC7A96;
		padding: 8% 0 5% 32%;
	}
	.f-box1 h4 {
		font-size: 1.3em;
	}
	.button-1 {
		font-size: 14px;
	}
	.content-bot h3 {
		font-size: 1.5em;
	}
	.date {
		width: 80px;
		height: 80px;
		font-size: 1.3em;
		line-height: 86px;
	}
	.f-box {
		width: 30%;
		margin-right: 3%;
	}
	.f-box1 {
		width: 67%;
	}
	.quotation-text {
		padding:11px;
	}
	nav {
		float:none;
		display: inline-block;
		width:100%;
	}
	.span_1_of_f {
		width:100%;
		float:none;
	}
	.header_bottom_right_images {
		float:none;
		width:100%;
	}
	.span_1_of_s {
		width: 100%;
	}
	.menu li a {
		font-size: 13px;
	}
	.header_bottom_left {
		width: 24.9%;
	}
}
@media only screen and (max-width:480px) and (min-width:320px) {
	.wrap{
		width:90%;
	}
	.logo {
		width:100%;
		float:none;
	}
	nav {
		width: 76%;
	}
	nav>div {
		width: 26%;
	}
	.menu li {
		text-transform: uppercase;
		background: url(../images/menu-arrow.png) 7% 61% no-repeat;
		border-bottom: 1px dotted #EC7A96;
		padding: 8% 0 0% 16%;
	}
	.f-box1 h4 {
		font-size: 1.3em;
	}
	.button-1 {
		font-size: 14px;
	}
	.content-bot h3 {
		font-size: 1.5em;
	}
	.date {
		width: 80px;
		height: 80px;
		font-size: 1.3em;
		line-height: 86px;
	}
	.f-box {
		width: 30%;
		margin-right: 3%;
	}
	.f-box1 {
		width: 67%;
	}
	.quotation-text {
		padding:11px;
	}
	nav {
		float:none;
		display: inline-block;
		width:100%;
	}
	.span_1_of_f {
		width:100%;
		float:none;
	}
	.header_bottom_right_images {
		float:none;
		width:100%;
	}
	.span_1_of_s {
		width: 100%;
	}
	ul.sf-menu>li {
		padding: 6px 0 5px 30px;
		background: url(../images/bg-li.png) 17px 8px no-repeat;
	}
	.menu li a {
		font-size: 12px;
	}
	.header_bottom_left {
		width: 24.9%;
	}
}
@media only screen and (max-width:320px) and (min-width:240px) {
	.wrap{
		width:90%;
	}
	.logo {
		width:60%;
		float:none;
		text-align: center;
	}
	nav {
		width: 76%;
	}
	nav>div {
		width:100%;
	}
	.menu li  a{
		font-size:11px;
	}
	.f-box1 h4 {
		font-size: 1.1em;
	}
	.button-1 {
		font-size: 14px;
	}
	.content-bot h3 {
		font-size: 1.5em;
	}
	.date {
		width: 60px;
		height: 60px;
		font-size: 1.1em;
		line-height: 66px;
	}
	.f-box {
		width: 30%;
		margin-right: 3%;
	}
	.f-box1 {
		width: 67%;
	}
	.quotation-text {
		padding:11px;
	}
	nav {
		float:none;
		display: inline-block;
		width:100%;
	}
	.span_1_of_f {
		width:100%;
		float:none;
	}
	.header_bottom_right_images {
		float:none;
		width:100%;
	}
	.header_bottom_left {
		width: 11.9%;
	}
	.span_1_of_s {
		width: 100%;
	}
	ul.sf-menu>li {
		padding: 6px 0 5px 30px;
		background: url(../images/bg-li.png) 26px 8px no-repeat;
	}
	.f-box1 {
		margin-bottom: 20px;
	}
	.image_carousel h3 {
		font-size:1.5em;
	}
}

@media only screen and (max-width:900px){
	nav>div {
		width: 28%;
	}
	.f-box1 {
		width: 100%;
	}
	.f-box1 h4 {
		font-size: 1.3em;
	}
	.inner-top h3 {
		font-size: 24px;
	}
}
@media only screen and (max-width:800px){
	.span_3_of_1 {
		width: 100%;
	}
	.span_1_of_2 {
		width: 100%;
	}
	.span_1_of_s {
		width: 100%;
	}
	.lb-album li {
		width: 42% !important;
	}
}
@media only screen and (max-width:768px){
	nav>div {
		width: 27%;
	}
}
@media only screen and (max-width:667px){
	ul.sf-menu>li {
		padding: 6px 0 5px 35px;
	}
	.lb-album li {
		width: 47% !important;
	}
}
@media only screen and (max-width:640px){
	.f-box {
		width: 21%;
		margin-right: 3%;
		margin-bottom: 0em;
	}
	.f-box1 {
		margin-bottom: 1em;
		width: 76%;
	}
}
@media only screen and (max-width:568px){
	.f-box1 h4 {
		font-size: 1.2em;
	}
	p.staff-image {
		width: 50%;
		margin-bottom: 1em;
	}
	.staff-text {
		width: 100%;
		float: left;
	}
	li.list-bg {
		line-height: 26px;
	}
}
@media only screen and (max-width:568px){
	nav>div {
		width: 29%;
		margin-left: 15px;
	}
}
@media only screen and (max-width:480px){
	.f-box1 h4 {
		font-size: 1.1em;
	}
}
@media only screen and (max-width:414px){
	.logo {
		text-align: center;
	}
	ul.sf-menu>li {
		padding: 6px 0 5px 30px;
	}
	nav>div {
		width: 30%;
		margin-left: 10px;
	}
	.main {
		padding: 0% 3%;
	}
	.header_bottom_left {
		width: 22.9%;
	}
	.f-box1 {
		margin-bottom: 1em;
		width: 100%;
	}
	.f-box {
		width: 30%;
	}
}
@media only screen and (max-width:384px){
	.wrap {
		width: 98%;
	}
	.copy p {
		line-height: 22px;
	}
}
@media only screen and (max-width:375px){
	nav>div {
		width: 31%;
		margin-left: 5px;
	}
}
@media only screen and (max-width:320px){
	ul.sf-menu>li {
		padding: 6px 0 5px 10px;
		background: url(../images/bg-li.png) 0px 8px no-repeat;
	}
	.logo {
		text-align: center;
	}
	.inner-top h3 {
		font-size: 20px;
	}
	.lb-album li {
		width: 97% !important;
	}
}