@import url(../../https@fonts.googleapis.com/css@family=Open+Sans_3A300,400,600,700);
@import url(../../https@fonts.googleapis.com/css@family=Lato_3A100,300,400,700);
body {
	color: #757575;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	background-color: #ffffff;
}

/* Global Typography */


/* Heading Typo */

.white h1, .white h2, .white h3, .white h4, .white p {
	color: #fff
}
body h1, body h2, body h3, body h4, body h5, body h6 {
	font-style: normal;
	font-weight: 600;
	line-height: 1.5;
	margin: 0px 0px 8px 0px;
	color: #212121
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 28px;
	font-weight: 600
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
}
p a {
	color: #000;
}

/* Peragraph Typo */

p {
	margin: 0 0 10px 0;
	line-height: 1.6;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	outline: none;
	text-decoration: none;
	cursor:pointer;
}
ul {
	margin-bottom: 0px;
}
figure {
	margin-bottom: 6px;
	position: relative;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}
img {
	max-width: 100%;
}
strong {
	color: #000;
}
iframe {
	border: none;
	float: left;
	width: 100%;
}
form{
	float:left;
	width:100%;
}

/* Form Input Typo */

select {
	border: 1px solid #d2d2d2;
	color: #666666;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	height: 40px;
	padding: 8px 12px;
	width: 100%;
}
label {
	color: #000;
	display: block;
	font-weight: 400;
	margin-bottom: 10px;
}
button {
	border: none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	color: #3d3d3d;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	height: 35px;
	line-height: 20px;
	outline: none;
	padding: 4px 6px;
	vertical-align: middle;
}
form p {
	float: left;
	position: relative;
	width: 100%;
}
form p span i {
	color: #474747;
	left: 16px;
	position: absolute;
	top: 13px;
}

/* ThemeUnit Style's */

li {
	line-height: 28px;
	list-style: disc outside none;
}
ul ul {
	margin-left: 20px;
}
ol {
	float: none;
	list-style: decimal;
	padding-left: 15px;
}
ol ol {
	margin-left: 20px;
}
ol li {
	list-style: decimal;
	width: 100%;
}
table {
	background-color: transparent;
	max-width: 100%;
	width: 100%;
}
th {
	text-align: left;
}
table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td {
	border-top: 1px solid #d2d2d2;
	border: 1px solid #d2d2d2;
	line-height: 2.5;
	padding-left: 7px;
	vertical-align: top;
}
table thead tr th {
	border-top: 1px solid #d2d2d2;
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
	border-top: 1px solid #d2d2d2;
}
table>thead>tr>th {
	border-bottom: 2px solid #d2d2d2;
	vertical-align: bottom;
}
table>caption+thead>tr:first-child>th, table>colgroup+thead>tr:first-child>th, table>thead:first-child>tr:first-child>th, table>caption+thead>tr:first-child>td, table>colgroup+thead>tr:first-child>td, table>thead:first-child>tr:first-child>td {
	border-bottom: 0;
}
table>tbody+tbody {
	border-top: 2px solid #d2d2d2;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 12px 16px;
}
p ins {
	color: #999;
}
dl dd {
	margin-left: 20px;
}
address {
	font-style: italic;
}
::-webkit-input-placeholder {
	color: #666666;
}
:-moz-placeholder {
	color: #666666;
	opacity: 1;
}
::-moz-placeholder {
	color: #666666;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #666666;
}
::selection {
	background: #006fc1;
	color: #ffffff;
}
::-webkit-selection {
	background: #006fc1;
	color: #ffffff;
}
::-moz-selection {
	background: #006fc1;
	color: #ffffff;
}
audio, video {
	width: 100%;
	float: left;
}
p {
	font-size: 14px
}
a {
	transition: all 0.8s ease-in-out;
}
a:hover {
	transition: all 0.8s ease-in-out;
	cursor: pointer
}
.white-text {
	color: #fff
}
.padding70 {
	padding: 70px 0
}
.paddingbottom70 {
	padding-bottom: 70px
}
.paddingbottom20 {
	padding-bottom: 20px
}
.margin-bottom30 {
	margin-bottom: 30px
}
.paddingbottom65 {
	padding-bottom: 65px
}
.paddingtop70 {
	padding-top: 70px
}
.paddingtop60 {
	padding-top: 60px
}
.padding60 {
	padding: 60px 0
}
.paddingnone {
	padding: 0
}
.padding-17 {
	padding: 17px
}
.padding-top-bottom15 {
	padding: 15px 0
}
.padding150 {
	padding: 144px 0 150px 0
}
.opensans {
	font-family: 'Open Sans', sans-serif;
}
.padding15 {
	padding: 0 15px
}
.padding5 {
	padding: 0 5px
}
.padding5all {
	padding: 5px
}
.heading h2 {
	font-size: 28px;
	font-weight: 600
}
.fsize14 {
	font-size: 14px
}
.margin-top15 {
	margin-top: 15px
}
.paddingleftnone {
	padding-left: 0
}
.paddingrightnone {
	padding-right: 0
}
.margin-bottom20 {
	margin-bottom: 33px
}
.margin-top20 {
	margin-top: 20px
}
.padding10 {
	padding: 10px
}
.paddingbottom50 {
	padding-bottom: 50px
}
section {
	width: 100%;
	float: left
}
.border {
	border: 1px solid #ebebeb
}
.padding-b140 {
	padding-bottom: 140px
}
.padding-b70 {
	padding-bottom: 70px
}
.white h1, .white h2, .white h3, .white h4, .white p {
	color: #fff
}
.clear-fix {
	clear: both;
}
h2 {
	font-size: 20px;
	font-weight: 600
}
.padding-70-top-bottom {
	padding: 60px 0 70px 0
}
.padding-70-top {
	padding-top: 60px
}
.rounded-corner {
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-khtml-border-radius: 40px;
	border-radius: 40px;
}
input.form-control.rounded-corner {
	box-shadow: none;
	height: 45px;
	padding: .0 22px;
}
textarea.form-control.rounded-corner {
	padding: 25px;
	box-shadow: none;
	resize: none
}
.rounded-corner-full {
	-moz-border-radius: 1500px;
	-webkit-border-radius: 1500px;
	-khtml-border-radius: 1500px;
	border-radius: 1500px;
}
.vertical-align-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
}
.vertical-align {
	background: white;
	display: table-cell;
}
.vertical-align--middle {
	vertical-align: middle;
}
.border-bottom-margin {
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 40px
}
iframe
{
	border: 0px;
}
.w11
{
	width:11%;
}
.w47
{
	width:47%;
}
.w21
{
	width:21%;
}