@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300i,300,400i,400,700|Poppins:400,500,600,700|Roboto:400,500i,700");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Playfair+Display:400,700,900");

*, *:before, *:after {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}


body {
	height: 100%;
    width: 100%;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	line-height:1.5;
	letter-spacing:1px;
	color: #444;
}
p {
	font-size: 15px;
}
a{
	text-decoration: none;
}
a:hover{
	color:#000;
	transition-duration:0.2s;
}
a img{
	border:0;
}
strong {
	font-weight: bold;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
img {
	border: none;
	vertical-align: top;
	outline: none;
	max-width: 100%;
}
a img:hover{
	opacity:0.8;
	transition-duration:0.1s;
}

table {
	border: none;
	border-collapse: collapse;
	empty-cells: show;
}
th,td {
	text-align: left;
}


/* float */
.flL { float: left; }
.flR { float: right; }
.floatNone{float: none;}
.txtCenter{ text-align:center;}
.txtLeft{ text-align:left;}
.txtRight{ text-align:right;}

/* img float */
.imgR {	float: right;	margin: 0 0 10px 10px; }
.imgL {	float: left;	 margin: 0 10px 10px 0; }

/* margin */
.mgT0{ margin-top: 0 !important; }

.mgT100{ margin-top: 100px; }

.mgB0{ margin-bottom: 0 !important; }

.mgL0{ margin-left: 0 !important; }

.mgR0 {margin-right:0 !important;}

.pdLR20 { padding: 0 20px; }

/*padding*/
.pdT50 { padding-top: 50px; }



