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;}


a{text-decoration:none;}
.txt-rt{text-align:right;}/* right text align  */
.txt-lt{text-align:left;}/* left text align  */
.txt-center{text-align:center;}/* center text align  */
.float-rt{float:right;}/* right float  */
.float-lt{float:left;}/* left float  */
.clear{clear:both;}/* float clear  */
.pos-relative{position:relative;}/* Relative Position  */
.pos-absolute{position:absolute;}/* Absolute Position */
.vertical-base{	vertical-align:baseline;}/* baseline vertical align  */
.vertical-top{	vertical-align:top;}/* top vertical align */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* menu  vertical*/
nav.horizontal ul li{	display: inline-block;}/*  menu horizontal  */
img{max-width:100%;}

strong {
    font-weight: bold;
} 

@font-face {
    font-family: 'nexa_boldregular';
    src: url('../fonts/arialbd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
	font-family:'Merriweather Sans', sans-serif;  /*  primary body font/size  */
	font-size: 100%;
	background: #ffffff;
}
.wrap{
	margin:0 auto;
	width:80%;
}
.wrapper{
	padding:0% 4%;
}
/* header start */
.header_bg{
	background: #5c595a;    /* top background color behind logo and menu */
}
.logo{
	float:none;
}
/*menu*/

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
body {
	background-color: #ece8e5;     /* Page body background, white, grey, etc */
}
nav {
	height: 40px;
	width: 100%;
	font-size: 18pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	position: relative;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 100%px;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	width: 145px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744;
}
nav li a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav .current_page_item a {
	color: #72333d;
}
nav a:hover, nav a:active {
    color: #c1a081;
}
nav a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}

  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #72333d;    /*Pull down menu background color*/
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}

}

/*end menu*/




/* start main */
.content{
	padding: 0% 0;
	border-bottom: 1px solid rgb(226, 226, 226);
}
.content h2.list{
	width: 75%;
	margin: 0 auto;
}
.content h3{
	margin-top: 1%;
}
h2.style {
	font-family: 'nexa_boldregular';
	display:block;
	text-align: center;
	font-size: 2.1em;
	color: #111111;
	text-transform: capitalize;
	letter-spacing: -1px;
	word-spacing: -2px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
descrip.style {
	display:block;
	text-align: center;
	font-size: 1.2em;
	color: #111111;
	letter-spacing: -1px;
	word-spacing: -2px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

	
ha.style {
	font-family: 'nexa_boldregular';
	display:block;
	text-align: center;
	font-size: 1.5em;
	color: #111111;
	text-transform: capitalize;
	letter-spacing: -1px;
	word-spacing: -2px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}	
	
	
	

h3.style{
	text-align: center;
	font-size: 0.8125em;
	color: #777777;
	text-transform: capitalize;
	font-family: 'Merriweather Sans', sans-serif;
}

p.para{
	text-align:left;
	font-size: 0.8925em;
	line-height:1.8em;
	color: #111111;
	font-family: 'Merriweather Sans', sans-serif;	
}
.list_img{
	margin: 1% 0;
	text-align: center;
}
.btn{
	margin-top: 1.5%;
	display: inline-block;
	font-family: 'Merriweather Sans', sans-serif;
	text-align: left;
	font-size: 1em;
	color: #000000;
	line-height: 1.8em;
	padding: 10px 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn:before{
	content:url('../images/small-tooth-icon.png');
	float:left;
}
.btn:hover{
	color: #333333;
}

/* start footer */
.footer{
	padding: 0 4% 2%;
}
.foot_nav {
	width: 100%;
	text-align:center;

}

.copy{
	width: 100%%;
	text-align:center;
	margin-top: 2%;
}
.foot_nav li{
	float: left;
	margin-right: 2%;

}
.foot_nav li a{
	font-family: 'Merriweather Sans', sans-serif;
	color: #555555;
	display: block;
	font-size: 15px;
	padding: 8px 0px;
	text-decoration: none;
	text-transform: capitalize;
}
.foot_nav li a:hover{
	color: #111111;
}

/* start footer copy */
.copy{
	font-family: 'Merriweather Sans', sans-serif;
}
.copy p{
	text-transform: capitalize;
	font-size: 0.8725em;
	color: #555555;
	line-height: 1.8em;
}
.copy p a{
	color: #000000;
}
.copy p a:hover{
	color: #555555;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}
/* about begins */

}
h4.style a{
	font-size: 16px;
	font-family: 'nexa_boldregular';
	color: #111111;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
h4.style a:hover{
	color: #333333;
}
h5.style{
	font-size:16px;
	font-family: 'nexa_boldregular';
	color: #555555;
	line-height: 1.8em;
}
h6.style{
	font-size:18px;
	font-family: 'nexa_boldregular';
	color: #145da1;
	line-height: 1.8em;
}

.span4{
	text-align:center;
}
.span1_of_4{
	margin-top:0%;
	float: left;
	margin-left: 6.333%;
	width:42.3333%;
}
.span1_of_4 p{
	text-align: center;
}

.span6{
	text-align:center;
}
.span1_of_6{
	margin-top:0%;
	float: left;
	margin-left: 6.333%;
	width:24.3333%;
}
.span1_of_6 p{
	text-align: center;
}



.span3{
	text-align:center;
}
.span1_of_3{
	margin-top:0%;
	float: left;
	margin-left: 6.333%;
	width:26.3333%;
}
.span1_of_3 p{
	text-align: center;
}
.span2{
	text-align:center;
	width: 100%;
	margin: 40px auto;
}
.span1_of_2{
	margin-top: 4%;
	float: left;
	margin-left: 6.333%;
	width: 43.3333%;
}
.span1_of_2 p{
	text-align: center;
}
/* start blog*/
h4.style1 a{
	font-size: 1.5em;
	font-family: 'nexa_boldregular';
	color: #111111;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
h4.style1 a:hover{
	color: #333333;
}
.article{
	text-align:center;
}
.article h5{
	font-size: 16px;
	font-family: 'nexa_boldregular';
	color: #111111;
}
.article ul {
	margin-top: 2%;
}
.article ul li{
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
}
.article ul li a{
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 0.8725em;
	color: #ffffff;
	background: #111111;
	padding: 2px 8px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	margin-left: 36px;
	position: relative;
}


.article ul li:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}
.grids_of_2 h2{
	display: block;
	font-family: 'nexa_boldregular';
	font-size: 2.5em;
	color: #111111;
	letter-spacing: -2px;
}
.grid1_of_2{
	margin-top: 4%;
}
.grid_img{
	float: left;
	width: 8.33333%;
	margin-right: 2%;
}
.grid_text{
	float: left;
	width:88.33333%
}
.grid_text h3{
	text-align:left;
}

.grid1_of_2.left{
	margin-left: 14%;
}




/***** video script *****/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 10px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 60%;
}





/***** video script *****/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 10px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 60%;
}


/***** fb auto adjust script *****/
#fb-root {
    display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
/***** end fb auto adjust script *****/

/***** center item horizontally *****/
.container {
    text-align:center;
}
.inlineblock { 
    display: inline-block;
    zoom: 1;
    display*: inline; /* for IE */
    width: 50%;
}}
/***** end center item *****/




/***** responsive-iframe-container *****/

.responsive-iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.responsive-iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;
}



/***** resizing scripts *****/
@media only screen and (max-width: 1366px) {
	.wrap{
		width:95%;
	}
	.hdr-nav {
		width: 58%;
	}
	.sub_nav li a {
		height: 40px;
		padding: 8px 16px;
	}
}
@media only screen and (max-width: 1280px) {
	.wrap{
		width:95%;
	}
	.hdr-nav {
		width: 58%;
	}
	.sub_nav li a {
		height: 42px;
	}
	.pagination {
		width: 100%;
		margin: 0;
	}
}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.hdr-nav {
		width: 82%;
	}
	.foot_nav {
		width: 100%;
		float: none;
		margin: 0.5% 0;
	}
	.foot_soc {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.copy {
		width: 100%;
		float: none;
		margin-top: 1%;
	}
	.pagination ul {
		margin: 1% 0;
	}
	.foot_nav li {
		margin-right: 2%;
	}
	.foot_soc ul li {
		margin-top:2%;
		margin-right: 1.3333%;
	}
	.copy{
		margin-top: 2%;
	}
}
@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.header_sub_bg {
		height: 74px;
	}
	.hdr-nav {
		width: 82%;
	}
	.cssmenu > ul > li > a {
		padding: 8px 10px;
	}
}
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.logo{
		float:none;
		text-align:center;
	}
	.cssmenu {
		float:none;
		text-align:center;
	}
	.hdr-nav {
		text-align:center;
		float:none;
		width: 100%;
	}
	h2.style a {
		font-size: 2.2em;
	}
	.cssmenu > ul > li > a {
		padding: 10px 10px;
		font-size: 13px;
	}
}
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	h2.style a {
		font-size: 2em;
	}
	.cssmenu > ul > li > a {
		font-size: 12px;
	}
	.span1_of_3 {
		margin-top: 0%;
		float: none;
		margin-left: 0;
		width: 100%;
	}
	.span2 {
		text-align: center;
		width: 100%;
		margin: 0px auto;
	}
	.span1_of_2 {
		margin-top: 0%;
		float: none;
		margin-left: 0;
		width: 100%;
	}
	.cssmenu > ul > li > a {
		font-size: 10px;
		padding: 10px 2px;
	}
	.hide{
		display: none;
	}
}
@media only screen and (max-width: 320px) {
	.wrap{
		width:95%;
	}
	.span1_of_3 {
		margin-top: 0%;
		float: none;
		margin-left: 0;
		width: 100%;
	}
	.span2 {
		text-align: center;
		width: 100%;
		margin: 0px auto;
	}
	.span1_of_2 {
		margin-top: 0%;
		float: none;
		margin-left: 0;
		width: 100%;
	}
	.sub_nav li a {
		height: 28px;
	}
	.header_sub_bg {
		height: 50px;
	}
	.sub_nav li a {
		font-size: 13px;
		padding: 8px 10px;
	}
	.cssmenu {
		float: none;
		text-align: left;
	}
	.cssmenu > ul > li > a {
		font-size: 10px;
		padding: 10px 2px;
	}
	.pagination ul li a {
		padding: 4px 10px;
	}
	.article ul li a {
		margin-left: 30px;
	}
}

