/*
Theme Name: AGP Breath Works
Author: web-chilly.com
Version: 1.0

 */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

html { outline:none; margin:0px !important;}
body {margin:0px;padding:0px;  outline:none;}
:focus {
outline: 0;
}
h1, h2, h3, h4, h5, h6{font-weight:600; margin:0px; line-height:110%; }
.five{font-weight:500;}
.hundred {
	width:100%;
	float:left;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.clr {
	clear:both;
}
 
img {
	max-width:100% !important;
	height:auto !important;
}
p {
	margin:0 0 10px 0;
	 
}
ul, ol{list-style:none; margin:0px; padding:0px;}
input:focus, textarea:focus, select:focus {
	outline:none;
}
.alignleft{float: left;}
img.alignleft{margin-right:25px; margin-bottom:25px;}
.alignright{float: right;}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
iframe{max-width:100% !important;}
img{max-width:100% !important; height:auto !important; display:block;}
a{text-decoration:none;
-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	outline:0;
}
a:focus, a:active{outline:0 !important; text-decoration:none;}
a:hover{text-decoration:none;}
.btn, input[type="submit"]{
-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	outline:0;
}
.table{display:table;}
.table .col{display:table-cell; vertical-align:top;}