/* Copy Right My Style */
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, center, dl, dt, dd, ol, ul, 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, li {list-style: disc;}

ol li {list-style:disc;}

blockquote, q {quotes: none; }

blockquote:before,
blockquote:after,
q:before, q:after {   content: ''; content: none; }
	
/* Basic Styles  */
html {-webkit-text-size-adjust: none;}
* {outline: none;}

/* Input type Placeholder */
::-webkit-input-placeholder {   opacity: 1;   }  /* Chrome/Opera/Safari */
::-moz-placeholder          {   opacity: 1;   }  /* Firefox 19+ */
:-ms-input-placeholder      {   opacity: 1;   }  /* IE 10+ */
:-moz-placeholder           {   opacity: 1;   }  /* Firefox 18- */


select,
input{
	-webkit-appearance: none;
       -moz-appearance: none;
    	-ms-appearance: none;
	     -o-appearance: none;
}
select::-ms-expand {  display: none;  -ms-appearance: none;}

a{
-webkit-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;  
-moz-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;  
-ms-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;  
-o-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;  
transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
		 -o-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
	}

a {  text-decoration:none;  }
a:focus,
a:hover {  text-decoration:none !important; outline:none;}

/* Images */
img {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;	
			box-sizing: border-box;
	vertical-align: middle;
	height: auto;
}

/* Base Color Codes */
.white     {  background: #ffffff;  }
.lightgray {  background: #fafafa;  }
.gray      {  background: #736F6E;  }
.silver    {  background: #c0c0c0;  }
.black     {  background: #000000;  }

/* Text Align */
.alignleft   {  text-align: left;  }
.aligncenter {	text-align: left;  }
.alignright  {	text-align: left;  }

/* Margin */
.mrtop10 {   margin-top: 10px;   }
.mrtop20 {   margin-top: 20px;   }
.mrtop30 {   margin-top: 30px;   }
.mrtop40 {   margin-top: 40px;   }
.mrtop50 {   margin-top: 50px;   }

.mrbtm10 {   margin-bottom: 10px;   }
.mrbtm20 {   margin-bottom: 20px;   }
.mrbtm30 {   margin-bottom: 30px;   }
.mrbtm40 {   margin-bottom: 40px;   }
.mrbtm50 {   margin-bottom: 50px;   }

/* Padding */
.padtop10 {  padding-top: 10px;  }
.padtop20 {  padding-top: 20px;  }
.padtop30 {  padding-top: 30px;  }
.padtop40 {  padding-top: 40px;  }
.padtop50 {  padding-top: 50px;  }

.padbtm10 {   padding-bottom: 10px;   }
.padbtm20 {   padding-bottom: 20px;   }
.padbtm30 {   padding-bottom: 30px;   }
.padbtm40 {   padding-bottom: 40px;   }
.padbtm50 {   padding-bottom: 50px;   }


.sections {
	padding-top: 50px;
	padding-bottom: 50px;
}
hr {
	width: 100%;
	margin: 10px 0;
	padding: 0;
	display: block;
}
ul.inline-block li {
	display: inline-block;
	vertical-align: top;
}
ul.block li {
	display: block;
	vertical-align: top;
}

@media(max-width:767px){
	.sections {
		padding-top: 30px;
		padding-bottom: 30px;
	}	
	.mrtop30, 
	.mrtop40, 
	.mrtop50 {
		margin-top: 20px;
	}	
	.mrbtm30,
	.mrbtm40,
	.mrbtm50 {
		margin-bottom: 20px;
	}	
	.padtop30,
	.padtop40,
	.padtop50{
		padding-top: 20px;
	}		
	.padbtm30,
	.padbtm40, 
	.padbtm50{
		padding-bottom: 20px;
	}
	/* Hidden In Mobile */
	.hidden-xs { display: none; }
	
}
.display-inline li {
	display: inline-block;
}