.no-padding {
	padding: 0px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.phone-number {
	color: #ed874e;
	font-size: 30px;
	text-align: right;
	float: right;
	font-weight: bold;
}
.phone-number.move {
	margin-top: -30px;
}
.header-buttons a {
	color: #ed874e;
}
.phone-disclaimer {
	font-size: 8px;
	color: #ffffff;
}
.header2 {
	height: 55px;
	width: 100%;
	position: static;
	top: 0px;
	margin-top: 115px;
	z-index: 16;
}
.header2.smaller {
	height: 50px;
	top: -37px;
	z-index: 2;
	margin-top: 70px;
}

.search {
	margin-top: -17px;
}

ul.social {
	list-style: none;
	margin-left: -22px;
	position: absolute;
	right: -135px;
	top: 5px;
	z-index:9;
}
@media screen and (max-width: 1199px) {
ul.social {
	right: -70px;
}
}
ul.social li {
	float: left;
	margin-right: 5px;
	border: transparent;
}
ul.social li {
	-webkit-transition: -webkit-transform .8s ease-in-out;
	-ms-transition: -ms-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
}
ul.social li:hover {
	transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}
.awards{left: 200px;position: absolute;}

.header .smaller .awards{
	display:none;
}
@media screen and (max-width: 1199px) {
.awards{left: 100px;}
}
input {
	background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 3px 15px;
    font-size: 16px;
    font-weight: normal;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color:#ffffff;
}
::-moz-placeholder { /* Firefox 19+ */
 color:#ffffff;
}
:-ms-input-placeholder { /* IE 10+ */
 color:#ffffff;
}
:-moz-placeholder { /* Firefox 18- */
 color:#ffffff;
}
.pinterest:hover, .pinterest, .facebook, .twitter-icon, .youtube, .linkedin, .google-plus, .google-plus:hover, .twitter-icon:hover, .youtube:hover, .facebook:hover, .linkedin:hover {
	background: url('https://www.uat-stroma.com/images/orange-social-sprite.png') no-repeat;
	width: 33px;
	height: 33px;
	display: block;
	float: left;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.pinterest {
	background-position: -175px -35px;
}
.pinterest:hover {
	background-position: -175px 0;
}
.google-plus {
	background-position: -140px -35px;
}
.google-plus:hover {
	background-position: -140px 0;
}
.twitter-icon {
	background-position: -99px -33px;
}
.twitter-icon:hover {
	background-position: -99px 0;
}
.youtube {
	background-position: -70px -35px;
}
.youtube:hover {
	background-position: -70px 0;
}
.facebook {
	background-position: -33px -33px;
}
.facebook:hover {
	background-position: -33px 0;
}
.linkedin {
	background-position: 0px -33px;
}
.linkedin:hover {
	background-position: 0 0;
}
.mobile-center {
	text-align: center;
	align-content: center;
}
.header-links a {
	margin-right: 5px;
}

@media screen and (max-width: 450px) {
.phone-number.move {
	margin-top: 20px;
}
.phone-number {
	color: #ed874e;
	font-size: 30px;
	text-align: right;
	float: right;
	margin-top: -10px;
	font-weight: bold;
}
.header-button {
	display: none;
}
.header2.smaller {
	height: 50px;
	top: 16px;
	z-index: 2;
}
.phone-disclaimer {
	float: left;
}
}
.move {
	margin-top: -30px;
}
.navbar.navbar-inverse.bs-docs-nav.move.no-padding {
	left: 190px;
	margin-top: -105px;
}
.navbar.navbar-inverse.bs-docs-nav.move.no-padding a {
	font-size: 12px;
	min-width: 130px;
}

@media screen and (max-width: 1200px) {
.navbar.navbar-inverse.bs-docs-nav.move.no-padding a {
	font-size: 10px;
	min-width: 100px;
}
.navbar.navbar-inverse.bs-docs-nav a {
	font-size: 14px;
	min-width: 93px;
}
.navbar.navbar-inverse.bs-docs-nav.move.no-padding {
	left: 160px;
	z-index: 999999;
}
}
.header2.smaller .dropdown-menu li>a {
	padding: 4px 23px;
}
.header2.smaller .dropdown-submenu li>a {
	padding: 4px 23px;
}
@media only screen and (min-width: 991px) and (max-width: 1780px){
.dropdown-menu.left{
	position: absolute;
    left: -275px;
}
}




/* =Header
-------------------------------------------------------------- */
.header {
	height: 115px;
	width: 100%;
	display: block;
	position: fixed;
	z-index: 9;
	top: 0px;
}
header {
	width: 100%;
	height: 115px;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: #000000;
	color: #ffffff;
}

@media screen and (max-width: 450px) {
	header{
		height: 100px;
	}
}

header #logo {
	padding: 20px 0px;
}
header nav {
	display: inline-block;
	float: right;
}
header nav a {
	line-height: 150px;
	margin-left: 20px;
	color: #9fdbfc;
	font-weight: 700;
	font-size: 18px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header nav a:hover {
	color: white;
}
header.smaller {
	height: 70px;
}
header.smaller #logo {
	width: 150px;
	height: 75px;
	line-height: 75px;
	font-size: 30px;
	margin-top: -5px;
}
header.smaller nav a {
	line-height: 15px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.phone-number {
	color: #ed874e;
	font-size: 24px;
	text-align: right;
	float: right;
}

input {
    color: #000000;
    border: 1px solid #000000;
}