@import url(objects.css);

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
body {
   margin:0;
   padding:0;
   height:100%;
}

	/* Desktops and laptops ----------- */
	@media only screen and (min-width : 1224px) {
	  	/* Styles */
		body > footer {
			position: relative;
			margin-top: 341px;
		}
	}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 13px;
}

	/* Desktops and laptops ----------- */
	@media only screen and (min-width : 1224px) {
	  	/* Styles */
		body > footer {
			position: relative;
			margin-top: 380px;
		}
	}

body .container {
	max-width: 1170px;
	margin: 0 auto;
}


/*			HEADER			*/
body > header#horizontal_header nav.desktop {
	height: 90px;
	line-height: 28px;
	vertical-align: middle;
}

body > header#horizontal_header {
	background-color: #fff;
	border-bottom: 1px solid #e6e7e7;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.12);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.12);
	box-shadow: 0 2px 2px rgba(0,0,0,.12);
	width: 100%;
}

#header_logo {
	padding: 14px;
	display: block;
}

nav.navbar {
	margin-bottom: 0px;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #777;
	font-weight: normal;
	font-size: 12px;
}

.navbar-default .navbar-nav>li>a {
	color: #002556;
}

#desktop_menu {
	list-style-type: none;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	height: 90px;
	float: right;
}

#desktop_menu > li {
	float: left;
	display: block;
	width: 121px;
	height: 91px;
	border-left: 1px solid #e6e7e7;
	/*border-bottom: 1px solid #e6e7e7;*/
	margin-bottom: -1px;
}

#desktop_menu > li > a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 25px;
}

#desktop_menu > li > a.header_contact_link {
	/*height: 50%!important;*/
	/*padding-top: 0px;*/
}

#desktop_menu > li.active {
	border-bottom: 1px solid #e6e7e7;
}

#desktop_menu > li.active > a {
	text-decoration: none;
	background-color: #f6f6f6;
}

#desktop_menu > li > a:hover {
	text-decoration: none;
	color: #9bbcd8;
}

#desktop_menu > li.has_dropdown:not(.active):not(.blue):hover {
	border-bottom: 1px solid white;
	margin-bottom: -1px;
}

#desktop_menu > li > a:hover span.title,
#desktop_menu > li:hover > a span.title {
	color: #9bbcd8;
	position: relative;
	z-index: 22;
}

#desktop_menu > li > a > span.title {
	display: block;
	font-weight: 600;
	color: #022558;
	font-size: 14px;
}

#desktop_menu > li > a > span.description {
	display: block;
	font-style: italic;
	color: #9bbcd8;
	font-size: 11px;
	line-height: 18px;
}

#desktop_menu > li .dropdown_menu {
	display: none;
	background: white;
	border: 1px solid #e6e7e7;
	border-top: 0;
	position: relative;
	z-index: 11;
	width: 364px;
	margin-left: -122px;
	margin-top: 1px;
	padding: 20px 30px;
}

#desktop_menu > li .dropdown_menu span.heading, #desktop_menu > li .dropdown_menu span.heading a {
	color: #ed1c24;
	font-size: 12px;
	line-height: 28px;
	font-weight: 400;
	text-transform: uppercase;
}

#desktop_menu > li .dropdown_menu ul {
	list-style-type: none;
	padding: 0;
	min-width: 100px;
}

#desktop_menu > li .dropdown_menu ul li a {
	color: #002556;
}

#desktop_menu > li:hover .dropdown_menu {
	display: block;
}

li#desktop_menu_call_us {
	width: 205px;
}

#desktop_menu_call_us > a {
	background-color: #1a315e;
	color: white;
	display: block;
	width: 100%;
	height: 90px;
	font-size: 21px;
}

#desktop_menu_call_us > a span {
	line-height: 45px;
	vertical-align: middle;
}

li#desktop_menu_call_us > a:hover {
	background-color: #083474;
}

li#desktop_menu_call_us > a:active {
	background-color: #083474;
	-webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,.31);
	-moz-box-shadow: inset 0 5px 5px rgba(0,0,0,.31);
	box-shadow: inset 0 5px 5px rgba(0,0,0,.31);
}



/*		VERTICAL HEADER		*/
#insider_header {
	background-image: url(../img/insider_header_bkg.jpg);
	background-repeat: repeat-x;
	min-height: 118px;
}

#insider_header .premier_logo {
	margin-top: 25px;
	display: block;
	background-color: white;
	width: 100%;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	text-align: center;
}

#insider_header h1 {
	color: white;
	padding-top: 30px;
	font-weight: 300;
}

#insider_header ul {
	list-style-type: none;
	padding: 0;
}

#insider_header ul > li {
	background-color: #022558;
	border-bottom: 1px solid #9dbeda;
	height: 40px;
	padding-left: 22px;
	line-height: 40px;
	vertical-align: middle;
}

#insider_header ul > li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	color: white;
	font-size: 14px;
	font-weight: 600;
}

#insider_header ul > li:hover {
	background-color: #083474;
}

#insider_header ul > li:hover a {
	text-decoration: none;
}

#insider_header ul > li.active {
	background-color: #ed1c24;
}

#insider_header ul > li.blue {
	height: 85px;
	border-bottom: 0px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	font-size: 24px;
	text-align: center;
	padding-left: 0;
}

#insider_header ul > li.blue a {
	font-size: 24px;
	font-weight: 300;
	padding-top: 20px;
}

#insider_header ul > li .dropdown_menu {
	display: none;
	background-color: white;
	position: absolute;
	float: right;
	border: 1px solid #ed1c24;
	width: 300px;
	z-index: 11;
	margin-left: 88%;
	margin-top: -41px;
}
#insider_header ul > li .dropdown_menu > div {
	min-width: 120px;
	padding-left: 15px;
	padding-bottom: 10px;
}

#insider_header ul > li .dropdown_menu li {
	background-color: white;
	border: none;
	padding: 0;
	line-height: 21px;
	height: auto;
}

#insider_header ul > li .dropdown_menu li.active a {
	font-weight: 400;
}

#insider_header ul > li .dropdown_menu li a {
	color: #022558;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
}

#insider_header ul > li .dropdown_menu li a:hover {
	text-decoration: underline;
}

#insider_header ul > li .dropdown_menu span.heading {
	color: #ed1c24;
	font-size: 12px;
	line-height: 28px;
	font-weight: 400;
	text-transform: uppercase;
}

#insider_header ul > li:hover .dropdown_menu {
	display: block;

}

.insider_first_content_box {
	padding-top: 30px;
	margin-bottom: 15px;
}

.insider_first_content_box img {
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}

.insider_first_content_box .image_wrapper {
	margin-left: -15px;
	margin-right: -15px;
}

.content_box
 {
 	border-top: 5px solid #022558;
 	background-color: #e6e7e7;
 	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	color: #1a315e;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
 }


.width-254 {
	width: 254px;
}

.width-444 {
	width: 444px;
}

span.mandatory {
	color: #ed1c24;
}

.content_box label {
	text-transform: uppercase;
}

.content_box label.discreet {
	text-transform: none;
	font-weight: 100;
	font-size: 14px;
	color: #1a315e;
}

.side_quote_box {
	margin-top: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #c8d9e8;
	-webkit-box-shadow: 0 -5px #acbfd0;
	-moz-box-shadow: 0 -5px #acbfd0;
	box-shadow: 0 -5px #acbfd0;
	padding: 10px;
}

/* iPads (portrait and landscape) ----------- */
	@media only screen and (max-width : 1024px) {
	/* Styles */
		.side_quote_box {
			margin-top: 20px;
		}
	}

.side_quote_box h1 {
	color: #ed1c24;
	font-size: 24px;
	font-weight: 600;
	line-height: 26px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 15px;
}

.side_quote_box div.form_text {
	margin-bottom: 10px;
	margin-top: 10px;
}

.side_quote_box div.form_text > span {
	color: #002556;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	text-transform: uppercase;
}

.side_quote_box input[type=submit],
.side_quote_box button {
	margin-top: 20px;
	width: 100%;
}

.content_box_wrapper {
	margin-bottom: 15px;
}

.big_testimonial {
	font-size: 16px;
	line-height: 1.6em;
	font-style: italic;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 30px;
	padding-right: 10px;
}

.big_testimonial .author {
	font-weight: 400;
}

/*			FOOTER			*/


body > footer, body > footer > .footerwrapper {
	background-color: #272727;
	color: white;
	line-height: 26px;
}
	/* Desktops and laptops ----------- */
	@media only screen and (min-width : 1224px) {
	  	/* Styles */
		body > footer > .footerwrapper {
			position: absolute;
			bottom: 0;
			height: 347px;
			width: 100%;
		}
	}

body > footer .container  {
	padding-left: 0;
	padding-right: 0;
}

body > footer h1 {
	color: #98b9d6;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
}

body > footer ul {
	list-style-type: none;
	padding-left: 0;
}

body > footer ul li {
	line-height: 26px;
}

body > footer a, body > footer ul li a {
	color: white;
}

body > footer a:hover, body > footer ul li a:hover {
	color: white;
	/*font-weight: 500;*/
	/*letter-spacing: -0.3px;*/
	text-decoration: underline;
}

body > footer ul li > ul {
	padding-left: 37px;
}



/*		HOMEPAGE		*/
#full_width_picture_with_heading {
	background-image: url('../img/homepage_background_image.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 511px;
}

#full_width_picture_with_heading h1 {
	text-align: center;
	font-size: 60px;
	font-weight: 300;
	color: white;
	padding-top: 150px;
	margin-top: 0;
}

#full_width_picture_with_heading h2 {
	text-align: center;
	font-size: 23px;
	font-weight: 400;
	color: white;
	padding-top: 50px;
	padding-bottom: 10px;
	margin-top: 0;
	text-transform: uppercase;
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (max-width : 768px) {
/* Styles */
	#full_width_picture_with_heading {
		height: 250px;
	}

	#full_width_picture_with_heading h1 {
		font-size: 40px;
		padding-top: 60px;
	}

	#full_width_picture_with_heading h2 {
		font-size: 20px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1280px) {
	#hidden_quote {
		margin-top: -210px;
	}
}

#home_quote_form {
	height: 76px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #c8d9e8;
	background-color: hsla(208, 41%, 85%, 0.84);
	-webkit-box-shadow: 0 -5px #fff;
	-moz-box-shadow: 0 -5px #fff;
	box-shadow: 0 -5px #fff;
}

#home_quote_form div {
	color: #002556;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	float: left;
	width: 100px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 16px;
	vertical-align: middle;
	line-height: 41px;
}

#home_quote_form div > span {
	display: inline-block;
	line-height: 16px;
	vertical-align: middle;
}

#home_quote_form input[type=text] {
	display: block;
	float: left;
	margin-top: 16px;
	width: 224px;
	margin-left: 0px;
}

#home_quote_form div.first {
	padding-left: 20px;
}

#home_quote_form div.second {
	padding-right: 10px;
	width: 40px;
}

#home_quote_form input {
	margin-top: 16px;
	margin-left: 14px;
}

#services_boxes {
	margin-bottom: 40px;
}

#services_boxes h1 {
	text-align: center;
	font-size: 36px;
	color: #1a315e;
	font-weight: 300;
	margin-top: 34px;
	margin-bottom: 38px;
}

#services_boxes .service_box {
	background-color: #e6e7e7;
}

#services_boxes .service_box a {
	display: block;
	background-repeat: no-repeat;
}

#services_boxes .service_box a img {
	opacity: 0;
	width: 100%;
}

#services_boxes .service_box a:hover img {
	opacity: 1;
}

#services_boxes .service_box span {
	display: block;
	background-image: none;
	background-color: #e6e7e7;
	color: #1a315e;
	padding-left: 21px;
	font-size: 18px;
	line-height: 21px;
	padding-top: 12px;
	padding-bottom: 12px;
}

#services_boxes .service_box a:hover,
#services_boxes .service_box a:hover span {
	text-decoration: none;
}


#grey_quote_area {
	background-color: #e6e7e7;
	margin-top: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 15px;
	color: #1a315e;
}

.bottom_quote_sign {
	background-image: url(../img/grey_area_quote_sign.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 86px;
	margin-top: -40px;
}

#testimonials {
	padding-top: 77px;
	padding-bottom: 50px;
	color: #1a315e;
	font-size: 15px;
	font-style: italic;
	text-align: center;
	min-height: 250px;
}

#testimonials .author {
	line-height: 26px;
	color: #272727;
	font-weight: 400;
	font-style: italic;
	width: 90%;
}

#testimonials p {
	width: 90%;
}

.slider { position: relative; overflow: auto; }
    .slider li { list-style: none; }
        .slider ul li { float: left; }

.unslider-arrow {
	width: 21px;
	height: 75px;
	display: block;
}

.unslider-arrow.prev {
  background: url(../img/arrows.png) -46px 0px no-repeat;
  display: inline-block;
  width: 21px;
  height: 74px;
}

.unslider-arrow.next {
  background: url(../img/arrows.png) -115px 0px no-repeat;
  display: inline-block;
  width: 21px;
  height: 74px;
}

.unslider-arrow.prev:hover {
  background: url(../img/arrows.png) -23px 0px no-repeat;
  display: inline-block;
  width: 21px;
  height: 74px;
}

.unslider-arrow.next:hover {
  background: url(../img/arrows.png) -92px 0px no-repeat;
  display: inline-block;
  width: 21px;
  height: 74px;
}

.unslider-arrow.prev:active {
  background: url(../img/arrows.png) 0px 0px no-repeat;
  display: inline-block;
  width: 21px;
  height: 74px;
}

.unslider-arrow.next:active {
  background: url(../img/arrows.png) -69px 0px no-repeat;
  display: inline-block;
  width: 21px;
  height: 74px;
}




/*			BOOTSTRAP OVERWRITES				*/

.alert {
	background-image: none;
}

.btn {
	font-size: 12px;
	text-transform: uppercase;
	height: 41px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: none;
	box-shadow: none;
}

.btn-danger {
	background-color: #ed1c24;
}

.btn-danger:hover {
	background-color: #c8171d;
}

.btn-danger:active {
	background-color: #c8171d;
	-webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,.31);
	-moz-box-shadow: inset 0 5px 5px rgba(0,0,0,.31);
	box-shadow: inset 0 5px 5px rgba(0,0,0,.31);
	outline: none;
}

.btn-primary {
	background-image: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #022558;
}

.btn-primary:hover {
	background-color: #083474;
}

.btn-primary:active {
	background-color: #083474;
	-webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,.31);
	-moz-box-shadow: inset 0 5px 5px rgba(0,0,0,.31);
	box-shadow: inset 0 5px 5px rgba(0,0,0,.31);
	outline: none;
}

input[type=text], input[type=email], input[type=tel] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	border: solid 1px #96a5b1;
	height: 41px;
}

textarea, textarea.form-control {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	border: solid 1px #96a5b1;
}


::-webkit-input-placeholder {
   font-style: italic;
   color: #808080;
}

:-moz-placeholder { /* Firefox 18- */
   font-style: italic;
   color: #808080;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-style: italic;
   color: #808080;
}

:-ms-input-placeholder {
   font-style: italic;
   color: #808080;
}



/*			CHECKOUT PAGE			*/

#page_header {
	background-image: url('../img/header_bkgs/contact_bkg.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 145px;
}

#page_header h1 {
	text-align: left;
	font-size: 28px;
	font-weight: 400;
	color: white;
	padding-top: 52px;
	margin-top: 0;
}

.right_handside_buttons {
	float: right;
	margin-top: -55px;
}

.right_handside_buttons .btn-danger {
	text-transform: none;
	font-size: 16px;
	font-weight: normal;
	padding: 9px;
	padding-left: 20px;
	padding-right: 20px;
}

.right_handside_buttons .btn-group button {
	height: 34px;
	border-radius: 0px;
	margin-top: -28px;
}

.right_handside_buttons.with_cart .btn-group button {
	margin-top: -43px;
}

.right_handside_buttons.home .btn-group button {
	margin-top: 82px;
}

.dropdown-menu {
	border-radius: 0px;
	margin-top: 0px;
	border: 1px solid #e6e7e7;
	box-shadow: none;
}

#page_header .cart_logo {
	margin-left: 20px;
	margin-right: 20px;
}

#page_header .cart_logo .badge {
	background-color: #ed1c24;
	position: relative;
	top: -19px;
	left: -11px;
	font-weight: normal;
}

table.table-blue thead {
	background-color: #022558;
	color: white;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 18px;
}


.content_box h1 {
	color: #1a315e;
	font-size: 24px;
	margin-bottom: 25px;
	margin-top: 15px;
}

.content_box h2 {
	color: #1a315e;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
	margin-top: 15px;
}

.content_box h3 {
	color: #ed1c24;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-left: -15px;
	border-left: 5px solid #ed1c24;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#checkout_page .total {
	text-align: right;
	font-weight: 600;
	margin-bottom: 25px;
}

/*			HELPER CLASSES			*/
.no-left-padding {	padding-left: 0px; }
.no-right-padding {	padding-right: 0px; }
.no-top-padding {	padding-top: 0px; }
.no-bottom-padding {	padding-bottom: 0px; }
.centered {text-align: center;}


.product {
	text-align: center;
}

.product .wrapper .image {
	height: 162px;
	text-align: center;
	vertical-align: middle;
}

.product .wrapper .image img {
	max-height: 162px;
}

.product > .wrapper {
	border: 1px solid #e6e7e7;
	margin-top: 20px;
	margin-bottom: 1px;
	color: #1a315e;
}

.product > .wrapper:hover {
	border: 1px solid #1a315e;
	border-bottom: 2px solid #1a315e;
	margin-bottom: 0px;
}

.product > .wrapper:hover .add_to_cart {
	display: block!important;
}

.product > .wrapper:hover .description {
	display: none!important;
}

.product .wrapper .size_and_price {
	border-bottom: 3px solid #1a315e;
	font-size: 13px;
	line-height: 21px;
}

.product .wrapper .size_and_price .size {
	width: 62%;
	float: left;
	line-height: 21px;
	padding: 5px;
}

.product .wrapper .size_and_price .price {
	background-color: #1a315e;
	color: white;
	width: 37%;
	float: right;
	line-height: 21px;
	padding: 5px;
}

.product .wrapper .item {
	text-align: left;
	background-color: #e6e7e7;
	color: #1a315e;
	overflow: hidden;
}

.product .wrapper .item h1 {
	color: #1a315e;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	margin-left: 16px;
	padding-top: 15px;
}

.product .wrapper .item .description {
	padding: 15px;
	height: 100px;
}

.product .wrapper .item .add_to_cart {
	display: none;
	padding: 15px;
	height: 100px;
}

.product .wrapper .item .add_to_cart input[type=submit] {
	margin-top: -40px;
}

.product .wrapper .item .add_to_cart .calculator_button input[type="text"].form-control {
	width: 140px;
	height: 40px;
	margin-right: -73px;
	font-weight: normal;
	font-size: 14px;
	color: #1a315e;
}

.product .wrapper .item .add_to_cart .calculator_button button[type="button"] {
	width: 30px!important;
	height: 30px!important;
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (max-width : 1024px) {
/* Styles */
	#products {
		margin-bottom: 20px;
	}
}


/*			VOLUME CALCULATOR OBJECTS			*/
.input-group.calculator_button {
	display: table-cell;
}

.calculator_button input[type="text"].form-control {
	width: 90px;
	margin-right: -50px;
	display: block;
	position: relative;
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	-ms-border-radius: 3px!important;
	-o-border-radius: 3px!important;
	border-radius: 3px!important;
}

.calculator_button button[type="button"] {
	width: 20px!important;
	height: 20px!important;
	padding: 0!important;
	margin-left: 3px!important;
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	-ms-border-radius: 3px!important;
	-o-border-radius: 3px!important;
	border-radius: 3px!important;
	margin-top: 5px!important;
	text-align: center;
	z-index: 9;
}



/* metro checkbox */
.metro-checkbox input, .metro-radio input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}
.metro-checkbox .check, .metro-radio .check {
    background-color: #FFFFFF;
    border: 1px solid #ADADAD;
    display: inline-block;
    height: 16px;
    line-height: 11px;
    margin: 0 5px 0 -20px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 16px;
}
.metro-radio .check {
    border-radius: 100%;
}
.metro-checkbox input[type="checkbox"]:hover ~ .check, .metro-radio input[type="radio"]:hover ~ .check {
    border-color: #A9A9A9;
}

.metro-checkbox input[type="checkbox"]:checked ~ .check:after {
    color: #5B5B5B;
    content: "";
    font-family: 'FontAwesome';
    font-size: 12px;
    margin: 1px;
    top: 0;
}
.metro-radio input[type="radio"]:checked ~ .check:after {
    background-color: #5B5B5B;
    border-radius: 100%;
    content: "" !important;
    display: block;
    height: 8px;
    margin: 3px;
    width: 8px;
}
.metro-checkbox input[type="checkbox"]:disabled ~ .check, .metro-radio input[type="radio"]:disabled ~ .check {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: not-allowed;
    background-color: #EFEFEF;
}

.has-success .form-control {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	border: solid 1px #39b54a;
	box-shadow: none!important;
}

.has-warning .form-control {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	border: solid 1px #FFBA6D;
	box-shadow: none!important;
}

.has-error .form-control {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	border: solid 1px #ed1c24;
	box-shadow: none!important;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
border-color: rgba(126, 239, 104, 0.8);
box-shadow: none;
outline: 0 none;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #f9f9f9;
border: solid 1px #748390;
}

/*		TABS FOR VOLUME CALCULATOR		*/

.nav>li>a {
	padding: 10px 10px;
}

.nav>li>a:hover {
	border: 1px solid transparent;
	border-bottom: 1px solid #ed1c24;
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 0;
	color: #ed1c24;
	text-transform: uppercase;
	font-weight: 600;
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
	border-radius: 0;
}

.nav-tabs {
	border-bottom: 2px solid #ed1c24;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: white;
	background-color: #ed1c24;
	border: 1px solid #ed1c24;
	border-bottom-color: transparent;
	cursor: default;
	border-right: none;
	border-radius: 0;
}