/*Make sure your selectors are very specific, you can accidentally overide builder css if you are not careful*/
/*Do not edit positioning, width, height in CSS, set that in the markup*/
/*CSS Changes, are somewhat permanent, user cannot change these, they can overide them via element inline style, but thats about it*/

.phyther.default  {
	font-size: 18px;

}
/*  background  */

.phyther.default.pagebg {
	background-image: url(assets/phyther-bg.jpg);
	background-repeat: repeat;
}
.phyther.default .header-bg {
	background-color:#FFF;	
}

.phyther.default .divider-line {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #9f9f9f;
}

/****************/
/* neo main nav */
/****************/
.phyther.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: Ubuntu, sans-serif;
}
.phyther.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding-top: 4px;
	padding-right: 18px;
	padding-bottom: 4px;
	padding-left: 18px;
	margin-right: 0;
	margin-bottom: 0;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	text-align: left;

	border-left-color: rgb(51, 51, 51);
	border-left-style: none;
	border-left-width: 0;
	border-right-color: rgb(51, 51, 51);
	border-right-style: none;
	border-right-width: 0;
	border-bottom-color: rgb(51, 51, 51);
	border-bottom-style: none;
	border-bottom-width: 0;
	border-top-color: rgb(51, 51, 51);
	border-top-style: none;
	border-top-width: 0;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.phyther.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #000;
}
.phyther.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: transparent;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
}
.phyther.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #aa2630;
}
.phyther.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: transparent;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
}
.phyther.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #aa2630;
}

/***************/
/* neo sub nav */
/***************/
.phyther.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
width: 130px;
}
.phyther.default .navigation-2-plugin ul ul > li {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 0;
	background-color: #aa2630;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-align: left;

	border-left-color: rgb(51, 51, 51);
	border-left-style: none;
	border-left-width: 0;
	border-right-color: rgb(51, 51, 51);
	border-right-style: none;
	border-right-width: 0;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: rgb(51, 51, 51);
	border-top-style: none;
	border-top-width: 0;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.phyther.default .navigation-2-plugin ul ul > li > a {
	color: #fff;
}
.phyther.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #e1545f;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}
.phyther.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #fff;
}
.phyther.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #e1545f;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}
.phyther.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #fff;
} 

/* header logo */

.phyther.default .bg-opacity {
	background-color:#fff;
	opacity:.5
	
}
.phyther.default .company-name {
	padding: 5px;
}
.phyther.default h3 {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 58px;
	color: #aa2630;
	margin:0;
}
/* text styles */
.phyther.default h5 {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #515151;
	margin:0;
	font-weight: 300;
	text-transform:uppercase
}

.phyther.default h4 {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #515151;
	text-align:center;
	margin:0;
}
.phyther.default p {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #515151;
	line-height:30px;
	margin:0;
}
.phyther.default h1 {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #aa2630;
	font-weight: bold;
	text-transform: none;
	margin: 0;
}
.phyther.default .h1-font {
	font-family: 'Allura', Arial, Helvetica, sans-serif;
	font-size: 45px;
	color: #000;
	font-weight: bold;
	text-transform: none;
	margin: 0;
}
.phyther.default h2 {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #aa2630;
	margin: 0;
	text-transform: none;
	font-weight: 700;
}
.phyther.default .h2-font {
	font-family: 'Allura', Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #000;
	margin: 0;
	text-transform: none;
}
.phyther.default .img-radius {
	border-radius:131px;
	
}
.phyther.default h6 {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 70px;
	color: #fff;
	margin: 0;
	font-weight: 300;
}
.phyther.default .h6-font {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 70px;
	color: #fff;
	font-weight: 700;
	text-transform: none;
	margin: 0;
}
.phyther.default .directions {
	background-color: #aa2630;
	border-radius: 25px;
	-webkit-border-radius: 25px;
}
.phyther.default .direction-p {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #fff;
	line-height: 27px;
	padding:10px;
	margin:0;
	text-align:center
}
/* Form */
.phyther.default #FormHeading-id {
	display: none;
}
/* table container */
.phyther.default .form-plugin{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

/* inputs & textarea*/
.phyther.default .form-plugin label,
.phyther.default .form-plugin p {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #515151;
}
.phyther.default .form-plugin textarea,
.phyther.default .form-plugin select,
.phyther.default .form-plugin input[type="text"]{
	background-color: #fff;
		border-radius: 25px;
	-webkit-border-radius: 25px;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
}
.phyther.default .form-plugin textarea{
	height: 100px;
}


/*submit*/
.phyther.default .form-plugin input[type='submit'] {
	background-color: #aa2630;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #fff;
	line-height: 27px;
			border-radius: 25px;
	-webkit-border-radius: 25px;
	padding:10px;
	margin-top:20px;
	text-align:center
}
.phyther.default #Submit-id div {
	text-align:center !important
	}
