@charset "utf-8";

/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Pathway+Gothic+One);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
body {
	font-family: 'PT Sans', sans-serif;
	background:url(../images/body_bg.png) repeat left top;
}
* {
	margin:0;
	padding:0;
	outline:none;
	list-style-type:none;
}
a {
	color:#003e58;
	text-decoration:none;
}
.wrapper {
	width:100%;
	float:left;
}
.container {
	max-width:1090px;
	margin:0 auto;
	position:relative;
}
.header {
	width:100%;
	float:left;
	background:url(../images/header_bg.png) repeat-x left top;
	height:117px;
}
.header .logo {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
}
.header .logo a,
.header .logo img {
	border: none;
}

.header .header_right {
	width:100%;
	float:right;
}
.header .header_right .former_name {
	width: 75%;
	float: left;
	height: 37px;
}
.header .header_right .former_name h2{
	color: #fff;
	margin:0 0 0 155px;
	font-size: 16px;
	padding: 7px 5px;
	font-family: 'Pathway Gothic One';
	font-weight: normal;
	letter-spacing: 2px;
}
.header .header_right .top_link {
	width:auto;
	position:absolute;
	right:0;
	top:0;
}
.header .header_right .top_link ul {
	width:auto;
	float:left;
}
.header .header_right .top_link ul li {
	width:auto;
	float:left;
	background:url(../images/gray_bg.png) repeat-x left top;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size:20px;
	text-transform:uppercase;
	margin-left:8px;
}
.header .header_right .top_link ul li a {
	color:#fff;
	padding:8px 10px 12px 30px;
	float:left;
}
.header .header_right .top_link ul li a.edit {
	background:url(../images/edit_icon.png) no-repeat 10px center;
}
.header .header_right .top_link ul li a.login {
	background:url(../images/login_icon.png) no-repeat 10px center;
}
.nav_div {
	width:100%;
	float:right;
	height:81px;
	margin-top:36px;
}
.nav_div ul {
	float:right;
	width:auto;
}
.nav_div ul li {
	float:left;
	background:url(../images/menu_line.png) no-repeat left center;
}
.nav_div ul li:first-child {
	background:none;
}
.nav_div ul li a {
	float:left;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size:25px;
	text-transform:uppercase;
	line-height:81px;
	padding:0 33px;
}
.nav_div ul li a:hover {
	background:url(../images/menu_hover.png) repeat-x left center;
}
.nav_div ul li a.active {
	background:url(../images/menu_hover.png) repeat-x left center;
}
.mobile_hidden {
	display:block;
}
.desktop_hidden {
	display:none;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
nav {
	width:100%;
	float:right;
	height:81px;
	/*margin-top:36px;*/
}
nav ul {
	float:right;
	width:auto;
}
nav li {
	float:left;
	background:url(../images/menu_line.png) no-repeat left center;
}
nav a {
	font-family: 'Pathway Gothic One',sans-serif;
    font-size: 25px;
    line-height: 40px;
    margin-top: 10px;
    padding: 8px 30px;
    text-transform: uppercase;
}
.nav-single .nav-previous{
	float:left;
}
.nav-single .nav-next {
    float: right;
}
nav li a {
	float:left;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size:25px;
	text-transform:uppercase;
	line-height:81px;
	padding:0 33px;
	margin:0;
}
nav li:first-child {
	background:none;
}
nav a:hover, nav a:active {
	background:url(../images/menu_hover.png) repeat-x left center;
}
nav li.current-menu-item a{
	background:url(../images/menu_hover.png) repeat-x left center
}
nav a#pull {
	display: none;
}
@media only screen and (max-width: 1020px) {
nav {
	width:85%;
	margin-left:15%;
}
nav li a {
	padding:0 15%;
}
}
@media only screen and (max-width: 850px) {
nav li a {
	font-size: 22px;
	padding: 0 15px;
}
}
@media only screen and (max-width: 800px) {
nav li a {
	font-size: 20px;
	padding: 0 13px;
}
}
@media only screen and (max-width: 700px) {
nav li a {
	font-size: 18px;
	padding: 0 7px;
}
}
@media screen and (max-width: 600px) {
nav {
	height: auto;
}
nav ul {
	width: 100%;
	display: none;
	height: auto;
	position:absolute;
	left:0;
	top:70px;
	z-index:9999;
	background:url(../images/gray_bg1.png) repeat-x left top #fff;
	border-bottom:5px solid #003e58;
	box-shadow:0px 20px 30px #333;
	overflow:hidden;
}
nav li {
	width: 50%;
	float: left;
	position: relative;
	background:none;
}
nav li a {
	padding:5px 10px;
	text-indent:0;
	font-size:18px;
	line-height:25px;
}
nav a {
	text-align: left;
	width: 100%;
}
.desktop_hidden {
	display:block;
}
.header {
	background:#fff;
	position:relative;
	height:70px;
}
.container {
	position:inherit;
	width:460px;
}
.header .logo {
	padding:15px 0;
}
.header .header_right {
	width:auto;
	float:right;
}
nav a:hover, nav a:active {
	background:none;
}
nav a.active {
	background:none;
}
nav li a.edit {
	color:#fff;
	background:url(../images/edit_icon.png) no-repeat 10px center;
	padding-left:30px;
}
nav li a.login {
	color:#fff;
	background:url(../images/login_icon.png) no-repeat 10px center;
	padding-left:30px;
}
nav a#pull {
	display: block;
	width: 100%;
	position: relative;
	padding:0;
	line-height:40px;
}
nav a#pull:after {
	content:"";
	background: url('../images/nav-icon.png') no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
}
nav a#pull:hover {
	background:none;
}
.mobile_hidden {
	display:none;
}
.menu_arrow {
	background:url(../images/menu_arrow.png) no-repeat left top;
	width:21px;
	height:12px;
	position: absolute;
	right: 10px;
	top: 1px;
	z-index: 9999;
}
}
@media only screen and (max-width : 480px) {
nav {
	border-bottom: 0;
	margin-top:30px;
}
.container {
	width:320px;
}
}
@media screen and (max-width: 320px) {
.header .logo {
	left:10px;
}
nav {
	margin-right:10px;
}
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides li img {
	width: 100%;
	display: block;
	opacity:0.31;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.flexslider .slides li.flex-active-slide img {
	opacity:1;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides {
	position:relative;
	z-index:1;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}
.flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px
}
.flex-direction-nav {
}
.flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: -20px 0 0;
	display: block;
	background: url(images/bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 999;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
	-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: 20px;
}
.flex-direction-nav .flex-prev {
	left: 20px;
}
.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter:alpha(opacity=30);
	cursor: default;
}
.flex-control-nav {
	display:none !important;
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
.flexslider {
	border:none;
	background:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow:none;
	min-height:444px;
}
.flexslider {
	max-width:1269px;
	margin:0 auto;
}
.flex-viewport {
	overflow:visible !important
}
.has_slider {
	overflow:hidden;
}
.flexslider .slides > li {
	position:relative;
	z-index:1;
	background-size:auto 100%;
	background-position:center top;
	background-repeat:no-repeat;
	height:444px;
	width:100%;
}
.flex-caption {
	opacity:0;
	background-color: #353739;
	background-color:rgba(0, 0, 0, 0.6);
	color:#fff;
	bottom: 20px;
	left: 3%;
	width:94%;
	position: absolute;
}
.flex-caption .btn {
	position: relative;
	text-shadow: none;
	color:#fff;
	top: -4px;
}
.caption_inner {
	padding: 20px 30px;
}
.flex-direction-nav .flex-next {
	display:block !important;
	background-image:url(../images/slider_arrow_right.png);
	height: 47px;
	width: 48px;
	margin-right:70px;
}
.flex-direction-nav .flex-prev {
	display:block !important;
	background-image:url(../images/slider_arrow_left.png);
	height:48px;
	width: 46px;
	margin-left:70px;
}
.slide {
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:0;
	overflow:hidden;
}
.flexslider .slides > li span {
	width:47%;
	position:absolute;
	background:url(../images/slider_blue_bg.png) repeat left top;
	padding:30px 30px 30px 20px;
	color:#fff;
	font-size:200%;
	top:150px;
	left:180px;
}
.flexslider .slides > li span p {
	width:65%;
	float:left;
	background:url(../images/slide_caption_line.png) no-repeat left center;
	padding-left:35px;
}
.flexslider .slides > li span a {
	margin:25px 0 0 0;
	float:right;
}
@media only screen and (max-width: 1020px) {
.flex-direction-nav .flex-next {
	margin-right:0;
}
.flex-direction-nav .flex-prev {
	margin-left:0;
}
.flexslider .slides > li span {
	left:80px;
	width:67%;
	padding-right:20px;
}
.flexslider .slides > li span p {
	width:60%;
}
}
@media screen and (max-width: 600px) {
.flexslider .slides > li {
	background-size:auto 100%;
	background-position:center top;
	background-repeat:no-repeat;
	height:444px;
	width:100%;
}
.flex-direction-nav {
	display:none;
}
.flexslider .slides > li span {
	width:95%;
	left:0;
	top:190px;
	height:110px;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}
.flexslider .slides > li span p {
	margin:0 auto;
	float:none;
	line-height:35px;
	text-align:left;
	width:65%;
}
.flexslider .slides > li span a {
	float:none;
	display:inline-block;
	margin-top:50px;
	padding:0 18px;
	height:47px;
	line-height:47px;
	font-size:30px;
}
}
@media screen and (max-width: 480px) {
.flexslider .slides > li span p {
	font-size:22px;
	height:110px;
	overflow:hidden;
}
}
@media screen and (max-width: 320px) {
.flexslider .slides > li span p {
	margin:0;
	width:75%;
}
}
.button_small {
	width:auto;
	background:url(../images/blue_btn_bg.png) repeat-x left top;
	height:35px;
	padding:0 18px;
	font-size:20px;
	text-transform:uppercase;
	color:#fff;
	font-family: 'Pathway Gothic One', sans-serif;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	float:left;
	line-height:35px;
	border-radius: 20px;
	letter-spacing:0.8px;
}
.button_small span {
	float: right !important;
	font-size: 34px !important;
	font-weight:normal !important;
	color:#fff !important;
	padding-left: 10px !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.content_block .left_column .comm_block .button_small,
.home_reguest .left_column .get_quote .button_small,
.home_reguest .right_column .resi_login a.button_large,
.home_about .left_column .button_small,
.content_block_details .left_column .comm_block .left .get_quote_inner .button_small,
.content_block_details .left_column .comm_block .left .avilable_sites .slider_box .right_col .button_small,
.content_block_details .left_column .comm_block .right .location_map .button_small,
.content_block_details .left_column .comm_block .right .news_feed .news .button_small,
.interier_container .content_full .btn_block .button_small,
.interier_container .content_full .news_feed .news .button_small,
.location_site .button_small {
	display:-webkit-inline-flex !important;
	float:none !important;
}
}
.button_large {
	width:auto;
	background:url(../images/blue_btn_bg.png) repeat-x left top;
	height:47px;
	padding:0 18px;
	font-size:30px;
	text-transform:uppercase;
	color:#fff;
	font-family: 'Pathway Gothic One', sans-serif;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	float:left;
	line-height:47px;
	border-radius: 20px;
}
.button_large span {
	float: right !important;
	font-size: 34px !important;
	font-weight:normal !important;
	color:#fff !important;
	padding-left: 10px !important;
}
.serch_form {
	width:100%;
	float:left;
}
.serch_form .form_block {
	width: 948px;
	margin:0 auto;
	padding:33px;
	height:55px;
	background:url(../images/search_form_bg.png) repeat-x left top;
	position:relative;
	top:-25px;
	z-index:9999;
	margin-bottom:25px;
}
.serch_form .form_block a.button_large {
	padding:0 30px;
	margin:5px 0 0 0;
}
.serch_form .form_block a.button_large img {
	margin-left:20px;
}
#win-xp .newListSelected {
	background:transparent url(../images/searchState_new.png) no-repeat scroll 0px 0px;
	border:1px solid #A5ACB2;
	color:#777777;
	height:29px;
	padding:0;
	width:158px;
}
#win-xp .newListSelected div {
	display:block;
	font-size:14px;
	text-align:left !important;
	width:148px;
	text-transform:uppercase;
	line-height:29px;
	padding-left:10px;
}
#win-xp ul.newList {
	list-style:none;
	color:#000;
	width:150%;
	background:#fff;
	border:1px solid #ccc;
	top:22px;
	left:0;
	height:auto;
	overflow:auto;
	font-size: 0.85em;
	text-align:left!important;
	position:absolute;
	z-index:9999;
	text-transform:uppercase;
}
#win-xp ul.newList li {
	padding:2px 5px!important;
	border-bottom: 1px solid #cccccc;
}
#win-xp .hiLite {
	background:#316ac5!important;
	color:#fff!important;
}
#win-xp .newListHover {
	background:#ccc!important;
	color:#000!important;
	cursor:default;
}
#win-xp .newListSelHover {
	cursor:default;
}
#win-xp .newListSelHover, #win-xp .newListSelFocus {
	background-position:auto;
}
#win-xp .newListSelHover div, #win-xp .newListSelFocus div {
	font-weight:normal;
}
#win-xp .selectedTxt {
	width:258px;
	overflow:hidden;
	height:29px;
	padding:0 23px 0 0;
}
#win-xp ul.newList li a {
	padding:3px 3px;
	display: block;
}
.selCont {
	float: left;
	width:190px;
}
.selCont .text_head {
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
	font-family: 'Pathway Gothic One', sans-serif;
	padding-bottom:5px;
}
#win-xp.applyonline {
	margin-top:7px;
}
#win-xp.applyonline .newListSelected {
	width:250px;
	background:url("../images/searchState_new.png") no-repeat right top #f4f4f4;
}
#win-xp.applyonline .newListSelected div {
	width:240px;
}
@media screen and (max-width: 1014px) {
.serch_form .form_block {
	width:96%;
	padding:33px 2%;
}
.selCont {
	width:175px;
}
}
@media screen and (max-width: 950px) {
.serch_form .form_block {
	width:90%;
	padding:33px 5%;
	height:120px;
	background-color:#7d7266;
	background-position:left bottom;
}
.selCont {
	width:33%;
}
.serch_form .form_block a.button_large {
	margin-top:20px;
}
}
@media screen and (max-width: 600px) {
.serch_form .form_block {
	width:100%;
	color: #FFFFFF;
	height: auto;
	margin: 0 0 20px;
	text-transform:uppercase;
	padding: 10px 0;
	position: inherit;
	font-size:22px;
	font-family: 'Pathway Gothic One', sans-serif;
	line-height:30px;
}
.serch_form .form_block p {
	margin-right:15px;
}
.serch_form .form_block p a {
	color:#fff;
	width:100%;
	text-align:center;
	display:block;
}
.serch_form .form_block p a img {
	margin:0 10px;
}
#search_form_mobile {
	width:100%;
	height:210px;
}
.selCont {
	width:50%;
}
#win-xp ul.newList {
	height:150px !important
}
}
@media screen and (max-width: 480px) {
.serch_form .form_block .selCont {
	width:100%;
	text-align:center;
}
.serch_form .form_block .win-xp ul.newList {
	height:180px !important
}
.serch_form .form_block #win-xp .newListSelected {
	margin:0 auto;
}
#search_form_mobile {
	height:340px;
	text-align:center;
}
.serch_form .form_block a.button_large {
	float:none;
	display:inline-block;
}
}
@media screen and (max-width: 320px) {
.serch_form .form_block p {
	margin:0 10px;
	width:280px;
}
}
.featured_comm {
	width:100%;
	float:left;
	height:535px;
}
.featured_comm h1 {
	text-align:center;
	color:#003e58;
	font-size:32px;
	font-family: 'Pathway Gothic One', sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom:1px solid #c7c7c7;
	border-top:1px solid #c7c7c7;
	padding:10px 0;
}
.featured_slide {
	width:100%;
	float:left;
	padding:50px 0;
}
.featured_slide .disabled {
	visibility: hidden;
}
.player-section {
	text-align:center;
	padding:5px;
}
.slider-section {
	text-align:center;
	height:70px;
	margin:0px 10% 0% 10%;
}
.slider-section1 {
	text-align:center;
	height:70px;
	margin:0px 26%;
}
.stepcarousel {
	position:relative;
	overflow: scroll;
	width: 320px;
	height: 60px;
	float:left;
	text-align:center;
}
.stepcarousel .belt {
	position:absolute;
	left:0;
	top: 0;
	width: 320px;
	height: 60px;
	margin:0px;
	float:left;
}
.stepcarousel .panel {
	width:51px;
	height:50px;
	float:left;
	margin:4px 3px;
	overflow: hidden;
}
.stepcarousel .panel img {
	width:41px;
	height:25px;
	padding:4px;
	float:left;
	background:#C2EAFF;
	border:solid 1px #98DCFF;
	cursor:pointer;
}
.slider-title {
	width: auto;
	padding:0 10px;
	color:#272727;
	float:left;
}
.slider-title h2 {
	width:100%;
	font-size:22px;
	padding:5px 0 0px;
	float:left;
}
.slider-title h2 a {
	font-size:22px;
	font-weight: bold;
}
.slider-title span {
	font-weight:700;
	width:100%;
	font-size:13px;
	padding-bottom:15px;
	float:left;
}
.slider-title p {
	font-weight:400;
	width:100%;
	font-size:16px;
	padding-bottom:15px;
	float:left;
}
.slider-title a {
	font-weight:400;
	width:auto;
	font-size:14px;
	float:left;
}
.featured_comm .prev {
	cursor:pointer;
	width:31px;
	float:left;
	margin-top:70px;
}
.featured_comm .next {
	cursor:pointer;
	width:31px;
	float:left;
	margin-top:70px;
}
.scrollable {
	position:relative;
	overflow:hidden;
	width: 1014px;
	height:370px;
	float:left;
	padding:2px 3px;
}
.scrollable .items {
	width:20000em;
	position:relative;
	clear:both;
}
.items div.box {
	width:257px;
	height:370px;
	float:left;
}
.scrollable img {
	width:220px;
	height:140px;
	padding:10px;
	float:left;
	background:#fff;
	border:solid 1px #fff;
	cursor:pointer;
}
@media screen and (max-width: 1100px) {
.scrollable {
	width:88%;
}
.featured_comm .prev {
	width:5%;
}
.featured_comm .next {
	width:5%;
}
}
@media screen and (max-width: 600px) {
.scrollable {
	width:392px;
}
.items div.box {
	width:200px;
}
.scrollable img {
	width:180px;
	height:130px;
	padding:5px;
}
.featured_slide {
	padding:20px 0;
}
.slide_more {
	color:#acacac;
	font-size:16px;
	width:100%;
	text-align:center;
}
.slide_more a {
	color:#acacac;
	padding:0 5px;
}
.featured_comm .prev {
	width:31px;
}
.featured_comm .next {
	width:31px;
}
}
@media screen and (max-width: 480px) {
.scrollable {
	width:75%;
}
.items div.box {
	width:257px;
}
.scrollable img {
	width:220px;
	height:140px;
	padding:10px;
}
.slider-title {
	text-align:center;
	width:221px;
}
.slider-title a {
	float:none;
}
}
.home_reguest {
	width:100%;
	height:362px;
	background:#fff;
	overflow:hidden;
	float:left;
	border-top:1px solid #ebebeb;
}
.home_reguest .left_column {
	width:550px;
	float:left;
}
.home_reguest .left_column .get_quote {
	width:455px;
	height:180px;
	background:url(../images/get_a_quote_bg.png) no-repeat right top;
	margin:66px 0;
	padding:25px;
}
.home_reguest .left_column .get_quote p {
	color:#fff;
	font-size:38px;
	width:100%;
	float:left;
	padding-bottom:15px;
}
.home_reguest .right_column {
	width:540px;
	float:right;
}
.home_reguest .right_column .resi_login {
	width:340px;
	margin:66px auto;
	text-align:center;
}
.home_reguest .right_column .resi_login .icons {
	width:100%;
	text-align:center;
}
.home_reguest .right_column .resi_login .icons img {
	float:none;
	margin:0 15px;
}
.home_reguest .right_column .resi_login p {
	text-align:center;
	color:#003e58;
	font-size:38px;
	font-weight:500;
	letter-spacing:-0.5px;
	line-height:40px;
	padding:10px 0 25px;
}
.home_reguest .right_column .resi_login a.button_large {
	float:none;
	display:inline-block;
}
.home_reguest .right_column .resi_login a.more {
	display: block;
	font-size: 16px;
	margin: 0 auto;
	padding: 10px 0 0;
	text-align: center;
	width: 186px;
	-webkit-transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	-o-transition:all ease-in-out .2s;
	transition:all ease-in-out .2s
}
@media screen and (max-width: 1150px) {
.home_reguest .left_column {
	width:50%;
}
.home_reguest .right_column {
	width:50%;
}
.home_reguest .left_column .get_quote {
	width:100%;
	background-size:auto 100%;
	background-position: left top;
}
}
@media screen and (max-width: 980px) {
.home_reguest .left_column .get_quote {
	background-position: right top;
}
}
@media screen and (max-width: 800px) {
.home_reguest .left_column .get_quote p {
	font-size:30px;
	width:75%;
}
.home_reguest .right_column .resi_login p {
	line-height:30px;
	font-size:25px;
}
}
@media screen and (max-width: 600px) {
.home_reguest .left_column {
	width:100%;
	border-bottom:1px solid #999;
}
.home_reguest .left_column .get_quote {
	margin:20px 0;
	padding:20px;
	height:250px;
	width:91%;
	background:url(../images/quote_women.png) no-repeat right bottom;
	background-size:100% 100%;
}
.home_reguest .left_column .get_quote p {
	width:70%;
	line-height:50px;
	font-size:45px;
}
.home_reguest .left_column .get_quote a.button_small {
	height:47px;
	line-height:47px;
	font-size:30px;
}
.home_reguest .right_column {
	width:100%;
}
.home_reguest {
	height:650px;
}
}
@media screen and (max-width: 480px) {
.home_reguest .left_column .get_quote {
	height:190px;
	width:87%;
}
.home_reguest .left_column .get_quote p {
	width:75%;
	line-height:35px;
	font-size:36px;
}
.home_reguest {
	height:600px;
}
}
@media screen and (max-width: 320px) {
.home_reguest .left_column .get_quote {
	width:85%;
}
.home_reguest .right_column .resi_login {
	width:300px;
}
}
.home_about {
	width:100%;
	float:left;
	background:url(../images/gray_star_bg.png) repeat left top;
	padding:90px 0;
}
.home_about .left_column {
	width:505px;
	float:left;
	color:#fff;
}
.home_about .left_column h1 {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size:32px;
	font-weight:400;
	padding-bottom:15px;
}
.home_about .left_column p {
	font-family:Helvetica;
	padding-bottom:15px;
	font-weight:400;
	font-size:15px;
	line-height:22px;
}
.home_about .right_column {
	width:540px;
	float:right;
}
.home_about .right_column .location_search {
	width:340px;
	height:100px;
	padding:20px;
	margin:60px auto 0;
	background:url(../images/location_bg.png) no-repeat left top;
}
.home_about .right_column .location_search .selCont .text_head {
	font-size:32px;
}
.home_about .right_column .location_search a.button_small {
	margin:40px 0 0 0;
}
.home_about .right_column .location_search a.button_small img {
	margin-left:15px;
}
.home_about .right_column .location_search #win-xp .newListSelected {
	width:185px;
	background:url(../images/searchState_new.png) no-repeat scroll right top #fff;
}
.home_about .right_column .location_search .selCont {
	width:215px;
}
@media screen and (max-width: 1150px) {
.home_about .left_column {
	width:46%;
	padding:0 2%;
}
.home_about .right_column {
	width:46%;
	padding:0 2%;
}
}
@media screen and (max-width: 800px) {
.home_about .right_column .location_search {
	background-size: 100% 100%;
	height: 200px;
	width: 85%;
}
}
@media screen and (max-width: 600px) {
.home_about {
	padding:50px 0;
	overflow:hidden;
}
.home_about .left_column {
	width:96%;
	text-align:center;
}
.home_about .left_column a.button_small {
	height:47px;
	line-height:47px;
	font-size:30px;
	float:none;
	display:inline-block;
}
.home_about .right_column {
	width:100%;
}
.home_about .right_column .location_search {
	background-size:100% 100%;
	padding:20px 7%;
	width:86%;
	height:110px;
}
.home_about .right_column .location_search a.button_small {
	height:47px;
	margin:20px 0 0 0;
	line-height:47px;
	font-size:30px;
	padding:0 30px;
}
.home_about .right_column .location_search a.button_small img {
	width:25px;
	height:26px;
}
.home_about .right_column .location_search .selCont .text_head {
	font-size:22px;
}
}
@media screen and (max-width: 480px) {
.home_about .right_column .location_search {
	background-size:100% 100%;
	padding:20px 21%;
	width:58%;
	height:165px;
}
}
.home_footer_logo {
	width:100%;
	float:left;
	padding:35px 0;
	background:#003e58;
	text-align:center;
}
.home_footer_logo img {
	float:none;
}
@media screen and (max-width: 600px) {
.home_footer_logo {
	padding:20px 0;
}
.home_footer_logo img {
	width:200px;
}
}
.footer {
	width:100%;
	float:left;
	padding:60px 0;
	background:#fff;
}
.footer .left_column {
	width:550px;
	float:left;
}
.footer .footer-menu{
	display: inline-block;
	float: left;
	width: 23%;
	margin-right: 15%;
}
.footer .footer-menu:last-child{
	margin-right: 0;
}
.footer .footer-menu .menu-item-top-level > a{
	font-family: 'Pathway Gothic One', sans-serif;
	color:#817669;
	font-size:22px;
	font-weight:normal;
	text-transform:uppercase;
}
.footer .footer-menu .menu-item-top-level{
	margin-bottom:20px;
}
.footer .footer-menu .menu-item .menu-item-level-2 a{
	font-size:14px;
	width:100%;
	padding-bottom:5px;
	color:#817669;
}
.madeby-vital {
    display: inline-block;
    width: 100%;
}
.footer .right_column {
	width:540px;
	float:right;
}
.footer .right_column ul.footer_nav {
	width:100%;
	float:right;
	margin-bottom:20px;
}
.footer .right_column ul.footer_nav li {
	font-family: 'Pathway Gothic One', sans-serif;
	float:left;
	color:#817669;
	font-size:17px;
	font-weight:normal;
	text-transform:uppercase;
	padding-left:32px;
}
.footer .right_column ul.footer_nav li a {
	color:#817669;
}
.footer .right_column .footer_link {
	width:100%;
	float:left;
	margin-bottom:25px;
}
.footer .right_column .footer_link ul {
	width:auto;
	float:right;
}
.footer .right_column .footer_link ul li {
	width:auto;
	float:left;
	background:url(../images/gray_bg.png) repeat-x left top;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size:20px;
	text-transform:uppercase;
	margin-left:8px;
}
.footer .right_column .footer_link ul li a {
	color:#fff;
	padding:8px 10px 12px 30px;
	float:left;
}
.footer .right_column .footer_link ul li a.edit {
	background:url(../images/edit_icon.png) no-repeat 10px center;
}
.footer .right_column .footer_link ul li a.login {
	background:url(../images/login_icon.png) no-repeat 10px center;
}
.footer .right_column .footer_contact {
	width:100%;
	float:left;
	text-align:right;
	font-size:14px;
	color:#817669;
}
.footer .right_column .footer_contact p {
	padding-bottom:10px;
}
.footer .right_column .footer_contact span {
	font-size:12px;
}
@media screen and (max-width: 1140px) {
.footer .left_column {
	width:48%;
	padding-left:2%;
}
.footer .right_column {
	width:48%;
	padding-right:2%;
}
.footer .right_column ul.footer_nav li {
	padding-left:30px;
	padding-bottom:10px;
}
}
@media screen and (max-width: 830px) {
	.footer .left_column {
		width:50%;
		padding-left:0%;
	}
	.footer .footer-menu {
		margin: 0 3%;
		width: 39%;
	}
	.footer .footer-menu:last-child {
		margin-right: 0;
		width: 100%;
	}
	.madeby-vital {
		margin-top: 15px;
		margin-left: 3%;
	}
}
@media screen and (max-width: 600px) {
.footer {
	padding:20px 0;
}
.footer .left_column {
	width:100%;
}
.footer .footer-menu {
	width: 35%;
}
.madeby-vital {
	margin-top: 15px;
}
.footer .right_column {
	width:100%;
	background:url("../images/gray_bg.png") repeat-x scroll left top transparent;
	border-bottom:5px solid #003e58;
	padding: 0;
}
.footer .right_column .footer_link ul{
	width: 260px;
	float: none;
	margin: 0 auto;
}
.footer .right_column .footer_link ul li a.edit {
	border-right:1px solid #fff;
}
.footer .right_column .footer_link ul li {
	font-size:18px;
}
.footer .right_column ul.footer_nav li {
	padding:5px 0;
	width:50%;
	float:left;
	text-align:center;
	font-size:20px;
}
.footer .right_column ul.footer_nav li a {
	color:#003e58;
}
.footer .right_column .footer_link {
	margin-bottom:15px;
}
.footer_contact {
	width:100%;
	float:left;
	text-align:center;
	font-size:14px;
	padding:15px 0 0 0;
	color:#817669;
}
.footer_contact p {
	padding-bottom:10px;
}
.footer_contact span {
	font-size:14px;
}
}
.menu-item-33 a {
	color:#fff;
	background:url(../images/edit_icon.png) no-repeat 10px center;
	padding-left:30px;
}
.menu-item-32 a {
	color:#fff;
	background:url(../images/login_icon.png) no-repeat 10px center;
	padding-left:30px;
}
.menu-item-33 a:hover {
	color:#fff;
	background:url(../images/edit_icon.png) no-repeat 10px center;
	padding-left:30px;
}
.menu-item-32 a:hover {
	color:#fff;
	background:url(../images/login_icon.png) no-repeat 10px center;
	padding-left:30px;
}
/* inner pages style */
.top_banner {
	height:271px;
	width:100%;
	background:#e1e1e1;
	float:left;
}
.top_banner div {
	width:1298px;
	margin:0 auto;
	height:271px;
}
.top_banner div p {
	background:#2A5E75;
	color: #FFFFFF;
	float: left;
	font-family: 'PT Sans', sans-serif;
	font-size: 28px;
	margin: 150px 0 0;
	padding: 5px 20px;
}
.banner_shadow {
	width:100%;
	float:left;
	background:url(../images/banner_shadow.png) no-repeat center top;
}
@media screen and (max-width: 1298px) {
.top_banner div {
	width:100%;
}
}
.interier_container {
	width:100%;
	float:left;
	background:#fff;
	padding-top:40px;
}
.interier_container .title {
	border-bottom: 1px solid #C7C7C7;
	border-top: 1px solid #C7C7C7;
	color: #003E58;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 32px;
	font-weight: normal;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	margin:0 0 35px 0;
}
.interier_container .about_desc {
	width:813px;
	margin:0 auto;
	padding:10px 0 60px;
}
.interier_container .about_content p {
	padding-bottom:20px;
}
.interier_container .about_content h2 {
	color: #003E58;
	font-size: 30px;
	font-weight: normal;
}
@media screen and (max-width: 820px) {
.interier_container .about_desc {
	width:90%;
}
}
.interier_container .drop_slider {
	background:url(../images/drop_slider_bg.png) repeat-y center top;
	float:left;
	width:100%;
	padding:0;
	margin:0 0 50px 0;
}
.interier_container .drop_slider h1 {
	color: #003E58;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 34px;
	font-weight: normal;
	padding: 10px 0;
	text-transform: uppercase;
	/*cursor:pointer;
	background:url(../images/downArrow.png) no-repeat right center;*/
}
.interier_container .drop_slider .slider_menu {
	display:none;
	padding-bottom:50px;
	float:left;
	width:100%;
}
.interier_container .drop_slider .slider_menu ul {
	width:25.5%;
	padding-right:3%;
	float:left;
	line-height:27px;
}
.interier_container .drop_slider .slider_menu ul.last {
	width:14%;
	padding:0;
}
.interier_container .drop_slider .slider_menu ul li a {
	color:#272727;
	font-size:16px;
}
@media screen and (max-width: 1140px) {
.interier_container .drop_slider {
	width:90%;
	margin:0 auto;
	float:none;
	overflow:hidden;
	margin-bottom:50px;
	background-size:100%;
}
}
@media screen and (max-width: 600px) {
.interier_container .drop_slider .slider_menu ul {
	width:100%;
	text-align:center;
}
}
.content_block {
	width:100%;
	float:left;
	padding-bottom:50px;
}
.content_block .left_column {
	width:75%;
	padding:0 5% 0 0;
	float:left;
}
.content_block .left_column .comm_block {
	width:100%;
	float:left;
	padding-top:20px;
}
.content_block .left_column a[name=community-0] {
	margin-top:-20px;
	width:100%;
	float:left;
	height:20px;
}
.content_block .left_column .comm_block .left {
	width:48%;
	float:left;
}
.content_block .left_column .comm_block .left img {
	border:5px solid #7b7164;
	cursor:pointer;
}
.content_block .left_column .comm_block .left a {
	float: left;
	margin: 5px;
	position: relative;
}
a.clsImg {
	float: left;
	position: relative;
}
a.clsImg:hover:before {
	background: none repeat scroll 0 0 rgba(1, 61, 84, 0.5);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s linear 0s;
}
.content_block .left_column .comm_block .left a:hover:before {
	background: none repeat scroll 0 0 rgba(1, 61, 84, 0.5);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s linear 0s;
}
.content_block .left_column .comm_block .right {
	width:52%;
	float:left;
	font-family: 'PT Sans', sans-serif;
}
.content_block .left_column .comm_block .right h1 {
	color:#0b465e;
	font-size:22px;
	font-weight:bold;
}
.content_block .left_column .comm_block .right .date {
	color:#7d7266;
	font-size:13px;
	font-weight:bold;
	padding-bottom:15px;
}
.content_block .left_column .comm_block .right p {
	font-size:16px;
	color:#383838;
	padding-bottom:15px;
}
.content_block .right_column {
	width:20%;
	float:left;
	overflow:hidden;
}
.content_block .right_column #win-xp .newListSelected {
	border:none;
}
.content_block .right_column .selCont {
	margin-bottom:10px;
	width:175px;
	margin-left:30px;
}
.content_block .right_column #win-xp ul.newList {
	width:100%;
}
.content_block .right_column .form_block {
	background: #72685c;
	float: left;
	padding:0 0 10%;  /*width: 100%*/
}
.content_block .right_column .form_block h1 {
	color:#fff;
	font-size:17px;
	padding:10px 0px;
	width:100%;
	margin:0 0 15px 0;
	font-weight:normal;
	background:url(../images/gray_bg.png) repeat-x left top;
	text-indent:30px;
}
.content_block .right_column #form_block {
	height:385px !important;
}
.content_block .right_column .button_small {
	margin:10px 0 0 60px;
}
@media screen and (max-width: 1140px) {
.content_block .left_column .comm_block .left img {
	width:96%;
}
.content_block .left_column .comm_block .left a {
	width:90%;
	overflow:hidden;
}
}
@media screen and (max-width: 820px) {
.content_block .left_column {
	width:94%;
	padding:0 3%;
}
.content_block .right_column {
	width:94%;
	padding:0 3%;
}
}
@media screen and (max-width: 600px) {
.content_block .left_column .comm_block .left {
	width:100%;
}
.content_block .left_column .comm_block .right {
	width:100%;
}
.content_block .right_column {
	margin-top:20px;
}
}
@media screen and (max-width: 480px) {
.content_block .right_column .selCont {
	margin-left:30px;
}
.content_block .right_column .button_small {
	margin-left:50px;
}
}
.content_block_details {
	width:100%;
	float:left;
	padding-bottom:50px;
}
.content_block_details .left_column {
	width:75%;
	padding:0 5% 0 0;
	float:left
}
.content_block_details .left_column .comm_block .left {
	width:54%;
	float:left;
}
.content_block_details .left_column .comm_block .right {
	width:46%;
	float:left;
	font-family: 'PT Sans', sans-serif;
}
.content_block_details .right_column {
	width:20%;
	float:left;
	overflow:hidden;
}
@media screen and (max-width: 1080px) {
.content_block_details .left_column .comm_block .left{
	width: 55%;
}
.content_block_details .left_column .comm_block .right {
	width:40%;
	margin-left: 5%;
}
}
@media screen and (max-width: 1020px) {
.content_block_details .left_column {
	width:70%;
}
.content_block_details .right_column {
	width:25%;
}
}
@media screen and (max-width: 920px) {
.content_block_details .left_column .comm_block .left {
	width:99%;
}
.content_block_details .left_column .comm_block .right {
	width:100%;
}
.content_block_details .left_column {
	width:63%;
	border: none;
}
.content_block_details .right_column {
	width:32%;
}
}
@media screen and (max-width: 600px) {
.content_block_details .left_column {
	width:100%;
}
.content_block_details .right_column {
	width:100%;
}
.content_block_details .left_column .comm_block .left {
	width:100%;
}
.content_block_details .left_column .comm_block .right {
	width:100%;
	margin: 0;
}
}
.content_block_details .right_column #win-xp .newListSelected {
	border:none;
}
.content_block_details .right_column .selCont {
	margin-bottom:10px;
	width:175px;
	margin-left:30px;
}
.content_block_details .right_column #win-xp ul.newList {
	width:100%;
}
.content_block_details .right_column .form_block {
	background: #72685c;
	float: left;
	padding:0 0 10%;
	width: 100%;
}
.content_block_details .right_column .form_block h1 {
	color:#fff;
	font-size:17px;
	padding:10px 0px;
	width:100%;
	margin:0 0 15px;
	font-weight:normal;
	background:url(../images/gray_bg.png) repeat-x left top;
	text-indent:30px;
}
.content_block_details .right_column #form_block {
	height:385px !important;
}
.content_block_details .right_column .button_small {
	margin:10px 0 0 60px;
}
.content_block_details .left_column .comm_block .right .contact {
	width:100%;
	float:left;
	margin-bottom:30px;
}
.content_block_details .left_column .comm_block .right .contact h1 {
	color:#003E58;
	font-size:22px;
	font-weight:bold;
}
.content_block_details .left_column .comm_block .right .contact span {
	color:#7d7266;
	width:100%;
	font-size:18px;
	font-weight:bold;
}
.content_block_details .left_column .comm_block .right .contact a.map {
	width:auto;
	display:block;
	margin:10px 0;
	background:url(../images/map_icon.png) no-repeat left center;
	padding-left:15px;
	font-size:18px;
}
.content_block_details .left_column .comm_block .right .contact p {
	width:100%;
	font-size:18px;
}
.content_block_details .left_column .comm_block .right .about {
	width:100%;
	float:left;
	margin-bottom:30px;
}
.content_block_details .left_column .comm_block .right .about h1 {
	font-size:22px;
	font-weight:bold;
	padding-bottom:10px;
}
.content_block_details .left_column .comm_block .right .about p {
	font-size:16px;
	line-height:20px;
}
.content_block_details .left_column .comm_block .right .featured_list {
	width:100%;
	float:left;
	margin-bottom:30px;
}
.content_block_details .left_column .comm_block .right .featured_list h1 {
	font-size:22px;
	padding-bottom:10px;
	font-weight:bold;
}
.content_block_details .left_column .comm_block .right .featured_list ul {
	font-size:16px;
	line-height:24px;
}
.content_block_details .left_column .comm_block .right .featured_list ul li {
	list-style-type:disc;
	margin-left:15px;
}
.content_block_details .left_column .comm_block .right .location_map {
	width:100%;
	float:left;
	margin-bottom:30px;
}
.content_block_details .left_column .comm_block .right .location_map img {
	background:url(../images/shadow.png) no-repeat center bottom;
	padding-bottom:20px;
	margin-bottom:20px;
	width:100%;
}
.content_block_details .left_column .comm_block .right .location_map a.button_small {
	float:right;
}
.content_block_details .left_column .comm_block .right .news_feed {
	width:100%;
	float:left;
	margin-bottom:30px;
}
.content_block_details .left_column .comm_block .right .news_feed h1 {
	color: #003E58;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 32px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom:20px;
}
.content_block_details .left_column .comm_block .right .news_feed .news {
	width:100%;
	float:left;
}
.content_block_details .left_column .comm_block .right .news_feed .news_box {
	width:100%;
	float:left;
	padding-bottom:40px;
}
.content_block_details .left_column .comm_block .right .news_feed .left_col {
	width:28%;
	float:left;
	margin-right:5%;
}
.content_block_details .left_column .comm_block .right .news_feed .right_col {
	width:67%;
	float:left;
}
.content_block_details .left_column .comm_block .right .news_feed .right_col h2 {
	font-size:22px;
	line-height:20px;
	padding-bottom:5px;
	font-weight:bold;
}
.content_block_details .left_column .comm_block .right .news_feed .right_col h2 a {
	font-size:22px;
	line-height:20px;
	padding-bottom:5px;
	font-weight:bold;
}
.content_block_details .left_column .comm_block .right .news_feed .right_col p {
	font-size:16px;
	line-height:20px;
	padding-bottom:5px;
}
.content_block_details .left_column .comm_block .right .news_feed .right_col a {
	font-size:14px;
}
.content_block_details .left_column .comm_block .right .news_feed a.button_small {
	float:right;
}
.content_block_details .left_column .comm_block .right .about_application {
	width:100%;
	float:left;
	padding-bottom:30px;
}
.content_block_details .left_column .comm_block .right .about_application h2 {
	color: #003E58;
	font-size: 22px;
	font-weight: bold;
	padding-bottom:10px;
}
.content_block_details .left_column .comm_block .right .about_application p {
	color: #383838;
	font-size: 13px;
	padding-bottom:15px;
	line-height: 20px;
}
@media screen and (max-width: 1100px) {
.content_block_details .left_column .comm_block .right .location_map img {
	background-size:100%;
	padding-bottom:12px;
}
.content_block_details .left_column .comm_block .right .news_feed .left_col img {
	width:100%;
}
}
#products_example {
	width:410px;
	position:relative;
}
#products {
}
#products .slides_container {
	width:410px;
	height:320px;
	overflow:hidden;
	float:left;
	position:relative;
	display:none;
}
.slides_container a {
	width:410px;
	height:290px;
	display:block;
}
.slides_container a img {
	border:5px solid #7b7164;
	width:400px;
	height:280px;
}
#products .next, #products .prev {
	position:absolute;
	top:127px;
	left:0;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:none;
	z-index:101;
}
#products .pagination {
	width:100%;
	float:left;
}
#products .pagination li {
	float:left;
	list-style:none;
	margin-left:40px;
}
#products .pagination li:first-child {
	margin-left:0;
}
#products .pagination li a {
	display:block;
	width:106px;
	height:77px;
	margin:2px;
	float:left;
}
#products .pagination li img {
	width:106px;
	height:77px;
}
#products .pagination li.current a {
	border:2px solid #7b7164;
	margin:0;
}
@media screen and (max-width: 1140px) {
#products_example {
	width:94%;
	overflow:hidden;
}
.slides_container a img {
	width:96%;
}
#products .pagination li {
	width:30%;
	margin:0 0 0 3%;
}
#products .pagination li a {
	width:100%;
	height:100%;
}
#products .pagination li img {
	width:96% !important;
	height:100% !important;
}
#products .slides_container {
	width:100%;
}
.slides_control {
	width:100% !important;
}
.slides_container a {
	width:100%;
}
}
.content_block_details .left_column .comm_block .left .get_quote {
	width:360px;
	height:200px;
	background:url(../images/get_a_quote_bg.png) no-repeat left top;
	margin:40px 0 30px;
	padding:40px 25px 25px;
	float:left;
	background-size:100% 100%;
}
.content_block_details .left_column .comm_block .left .get_quote p {
	color:#fff;
	font-size:32px;
	width:100%;
	float:left;
	padding-bottom:15px;
}
.content_block_details .left_column .comm_block .left .get_quote_inner {
	background:url(../images/get_a_quote_bg1.png) no-repeat left top;
}
@media screen and (max-width: 1100px) {
.content_block_details .left_column .comm_block .left .get_quote {
	height:170px;
	width:80%;
	margin-top:20px;
}
}
@media screen and (min-width:921px) and (max-width: 1080px) {
.content_block_details .left_column .comm_block .left .get_quote{
	width: 90%;
	padding: 5%;
	background-size: 100% 100%;
}
}
@media screen and (min-width:601px) and (max-width: 780px) {
.content_block_details .left_column .comm_block .left .get_quote{
	width: 90%;
	padding: 5%;
	background-size: 100% auto;
}
}
@media screen and (max-width: 600px) {
.content_block_details .left_column .comm_block .left .get_quote_inner {
	background-size:100% auto;
	height:220px;
	width: 86%;
}
.content_block_details .left_column .comm_block .left .get_quote_inner p {
	font-size:32px;
}
}
.content_block_details .left_column .comm_block .left .avilable_sites {
	width:100%;
	float:left;
}
.content_block_details .left_column .comm_block .left .avilable_sites h1 {
	color: #003E58;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 32px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom:0px;
}
.content_block_details .left_column .comm_block .left .avilable_sites .slider_box {
	padding-bottom:30px;
	float:left;
	width:100%;
}
.content_block_details .left_column .comm_block .left .avilable_sites .slider_box .left_col {
	width:55%;
	padding-right:5%;
	float:left;
}
.content_block_details .left_column .comm_block .left .avilable_sites .slider_box .left_col img {
	margin:0 !important;
}
.content_block_details .left_column .comm_block .left .avilable_sites .slider_box .right_col {
	width:40%;
	float:left;
}
.content_block_details .left_column .comm_block .left .avilable_sites .slider_box .right_col h2 {
	font-size:22px;
	color:#003e58;
	font-weight:bold;
}
.content_block_details .left_column .comm_block .left .avilable_sites .slider_box .right_col h3 {
	color:#003e58;
	font-weight:normal;
	font-size:18px;
	padding-bottom:10px;
}
.content_block_details .left_column .comm_block .left .avilable_sites .slider_box .right_col span {
	color:#7d7266;
	font-size:18px;
	font-weight:bold;
}
.content_block_details .left_column .comm_block .left .avilable_sites .slider_box .right_col a.button_small {
	margin-top:20px;
}
@media screen and (max-width: 480px) {
.content_block_details .left_column .comm_block .left .get_quote_inner p {
	font-size:22px;
}
}

@media screen and (max-width: 1100px) {
.content_block_details .left_column .comm_block .left .avilable_sites .slider_box .left_col img {
	width:100% !important;
}
.content_block_details .left_column .comm_block .left .avilable_sites .slider_box .right_col a.button_small {
	font-size:14px;
}
}
.royalSlider {
	width: 100%;
	position: relative;
	direction: ltr;
	height: 855px;
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
	-webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 770px !important;
	margin:60px 0;
	float: left;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.chrome .rsOverflow {
	height:778px !important;
}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}
.rsThumb {
	float: left;
	position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s, opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s, opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s, opacity 0.3s linear;
	transition:visibility 0s linear 0.3s, opacity 0.3s linear;
}
.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}
.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}
.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}
.rsPreloader {
	position:absolute;
	z-index: 0;
}
.royalSlider {
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
}
.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 99999;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
}
.rsDefault.rsVer .rsArrowLeft {
	top: 0;
	left: 0;
}
.rsDefault.rsVer .rsArrowRight {
	bottom: 0;
	left: 0;
}
.rsDefault.rsVer .rsArrowDisabled {
	visibility: hidden;
}
.chrome .rsDefault.rsVer .rsArrowLeft {
	top: -60px;
}
.rsDefault.rsHor .rsArrowLeft {
	left: 0;
	top: 0;
}
.rsDefault.rsHor .rsArrowRight {
	right: 0;
	top:0;
}
.rsDefault .rsArrowIcn {
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-10px;
	margin-left: -108px;
	position: absolute;
	cursor: pointer;
	background: url(../images/upArrow.png) no-repeat left top;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.rsDefault .rsArrowIcn {
	margin-top:-3px;
}
}
.rsArrowRight .rsArrowIcn {
	background: url(../images/downArrow.png) no-repeat left top;
}
.location_site {
	width:100%;
	float:left;
	margin-bottom:40px;
}
.location_site .left_location {
	width:45%;
	margin-right:10%;
	float:left;
}
.location_site .right_location {
	width:45%;
	float:left;
}
.location_site h1 {
	color: #003E58;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 34px;
	font-weight: normal;
	padding-bottom:10px;
	text-transform: uppercase;
}
.location_site img {
	border:5px solid #7b7164;
	width:97%;
}
.location_site p {
	padding:15px 0;
	color:#272727;
	font-size:16px;
	line-height:20px;
}
.location_site h2 {
	color:#685f54;
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
}
.location_site ul {
	padding-bottom:15px;
}
.location_site ul li a {
	color:#685f54;
	font-size:16px;
	padding-bottom:5px;
	text-decoration:underline;
}
.location_site ul li a:after {
	content:" >"
}
.location_site ul li a:hover {
	text-decoration:none;
}
.location_site a.img {
	position: relative;
	display:inline-block;
	width:95%;
}
.location_site a.img:hover:before {
	background: none repeat scroll 0 0 rgba(1, 61, 84, 0.5);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s linear 0s;
}
#page-navigation {
	display: none;
}
#gallery-2 {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
#gallery-2 .rsOverflow {
	margin:0;
	height:320px !important;
}
#gallery-2 .rsSlide img {
	width:400px !important;
	height:280px !important;
	margin:0 !important;
	border:8px solid #7a7064;
}
@media screen and (min-width:921px) and (max-width: 1080px) {
#gallery-2 .rsThumbs{
	width: 100%;
}
#gallery-2 .rsSlide img{
	 width: 94% !important;
}
}
@media screen and (min-width:601px) and (max-width: 780px) {
#gallery-2 .rsThumbs{
	width: 100%;
}
#gallery-2 .rsSlide img{
	 width: 94% !important;
}
}
@media screen and (max-width: 600px) {
#gallery-2 .rsSlide img {
	width:94% !important;
	height:auto !important;
}
#gallery-2 .rsOverflow {
	height:250px !important;
}
#gallery-2 .rsThumbs {
	width:97.3%;
	margin-top: 10px;
}
#gallery-2 .rsNavItem img {
	width:90px;
	height:59px;
}
#gallery-2 .rsThumbsArrowLeft {
	height:59px;
}
#gallery-2 .rsThumbsArrowRight {
	height:59px;
}
#gallery-2 .rsThumbsArrowRight:after {
	line-height:59px;
}
#gallery-2 .rsThumbsArrowLeft:after {
	line-height:59px;
}
#gallery-2 {
	height:auto !important;
}
}
@media screen and (max-width: 700px) {
.location_site .left_location {
	width:100%;
	margin:0 0 40px 0;
}
.location_site .right_location {
	width:100%;
}
}
.serch_form .form_inner_block {
	top:25px;
}
.white_bg {
	background:#fff;
}
.img_block {
	width:100%;
	float:left;
	background:#fff;
	text-align:center;
	padding:25px 0 0;
}
@media screen and (max-width: 1014px) {
.img_block img {
	width:100%;
}
}
.content_block .full_width_column {
	width:100%;
	padding:0 0 0;
	float:left;
}
.content_block .full_width_column h2 {
	color: #0B465E;
	font-size: 30px;
	font-weight: normal;
	padding:0 0 10px 5px;
}
.content_block .full_width_column .comm_block {
	width:100%;
	float:left;
	margin-bottom:20px;
}
.content_block .full_width_column .comm_block .left {
	width:36%;
	float:left;
}
.content_block .full_width_column .comm_block .left img {
	border:5px solid #7b7164;
	cursor:pointer;
}
.content_block .full_width_column .comm_block .left a {
	float: left;
	margin: 5px;
	position: relative;
}
.content_block .full_width_column .comm_block .left a:hover:before {
	background: none repeat scroll 0 0 rgba(1, 61, 84, 0.5);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s linear 0s;
}
.content_block .full_width_column .comm_block .right {
	width:64%;
	float:left;
	font-family: 'PT Sans', sans-serif;
}
.content_block .full_width_column .comm_block .right h1 {
	color:#0b465e;
	font-size:22px;
	font-weight:bold;
}
.content_block .full_width_column .comm_block .right .date {
	color:#7d7266;
	font-size:16px;
	font-weight:bold;
	padding-bottom:15px;
}
.content_block .full_width_column .comm_block .right p {
	font-size:16px;
	color:#383838;
	padding-bottom:15px;
}
@media screen and (max-width: 1140px) {
.content_block .full_width_column .comm_block .left img {
	width:96%;
}
.content_block .full_width_column .comm_block .left a {
	width:90%;
	overflow:hidden;
}
}
@media screen and (max-width: 820px) {
.content_block .full_width_column {
	width:94%;
	padding:0 3%;
}
}
@media screen and (max-width: 600px) {
.content_block .full_width_column .comm_block .left {
	width:100%;
}
.content_block .full_width_column .comm_block .right {
	width:100%;
}
.content_block .full_width_column .comm_block .left a {
	width:100%;
}
.content_block .full_width_column .comm_block .left img {
	width:96% !important;
	height:auto !important;
}
}
.interier_container .content_full {
	width:80%;
	float:left;
	padding:10px 10% 60px;
}
.interier_container .content_full .content {
	width:100%;
	float:left;
	padding-bottom:30px;
	margin-bottom:10px;
	background:url(../images/border_line.png) no-repeat center bottom;
}
.interier_container .content_full h1 {
	color: #003E58;
	font-size: 30px;
	font-weight: normal;
	padding: 10px 0;
	text-align:center;
}
.interier_container .content_full p b {
	float:left;
	width:100%;
	text-align:center;
}
.interier_container .content_full .btn_block {
	text-align:center;
	width:100%;
	float:left;
	padding:20px 0 10px;
}
.interier_container .content_full .btn_block a.button_small {
	float:none;
	display:inline-block;
	padding:0 30px;
}
.interier_container .content_full .btn_block a.more {
	display:block;
	padding:10px 0 0 0;
	font-size:22px;
}
.interier_container .content_full .news_feed {
	width:100%;
	float:left;
	margin-bottom:30px;
}
.interier_container .content_full .news_feed h1 {
	color: #003E58;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 32px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom:20px;
	text-align:left;
}
.interier_container .content_full .news_feed .news {
	width:100%;
	float:left;
}
.interier_container .content_full .news_feed .news_box {
	width:100%;
	float:left;
	padding-bottom:40px;
}
.interier_container .content_full .news_feed .left_col {
	width:18%;
	float:left;
	margin-right:3%;
}
.interier_container .content_full .news_feed .left_col img {
	width:155px;
	height:110px;
}
.interier_container .content_full .news_feed .right_col {
	width:79%;
	float:left;
}
.interier_container .content_full .news_feed .right_col h2 {
	font-size:22px;
	line-height:20px;
	padding-bottom:10px;
	font-weight:bold;
}
h2.Cls_font {
	font-size:30px !important;
	line-height:30px !important;
}
.interier_container .content_full .news_feed .right_col p {
	font-size:16px;
	line-height:26px;
	padding-bottom:10px;
}
.interier_container .content_full .news_feed .right_col a {
	font-size:16px;
}
.interier_container .content_full .news_feed a.button_small {
	float:left;
}
.content .news_box {
	width:100% !important;
	float:left !important;
	padding-bottom:40px !important;
}
.content .news_box .right_col h2 {
	font-size:22px;
	line-height:20px;
	padding-bottom:10px;
	font-weight:bold;
}
.content .news_box .right_col p {
	font-size:16px;
	line-height:26px;
	padding-bottom:10px;
}
.content .news_box .right_col a {
	font-size:16px;
}
.styled-select {
	background: transparent;
	background-color:#999;
	color:#FFF;
	width: 268px;
	padding: 5px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
}
@media screen and (max-width: 920px) {
.interier_container .content_full .news_feed {
	width:90%;
	padding:0 5%;
}
.interier_container .content_full .news_feed .left_col {
	width:30%;
	margin:0 3% 0 0;
}
.interier_container .content_full .news_feed .right_col {
	width:62%;
}
}
@media screen and (max-width: 600px) {
.interier_container .content_full .news_feed {
	width:100%;
	padding:0;
	text-align:center;
}
.interier_container .content_full .news_feed h1 {
	text-align:center;
}
.interier_container .content_full .news_feed .left_col {
	width:100%;
	margin:0;
}
.interier_container .content_full .news_feed .right_col {
	width:100%;
}
.interier_container .content_full .news_feed a.button_small {
	display:inline-block;
	float:none;
}
}
@media screen and (max-width: 480px) {
.interier_container .content_full .content {
	width:90%;
	padding:0 5% 30px;
}
.interier_container .content_full .btn_block a.more {
	font-size:18px;
}
.interier_container .content_full .btn_block a.button_large {
	padding:0 25px;
}
}
.widget-title {
	font-size:22px;
	padding-bottom:10px;
}
.widget-area aside {
	padding-bottom:20px;
}
.widget-area aside ul {
	font-size:16px;
}
.widget-area aside ul li.cat-item-8,
.widget-area aside ul li.cat-item-6{
	display:none;
}
.news_block {
	font-size:16px;
}
#responsecontainer {
	margin-top:30px;
	width:100%;
	float:left;
}
#responsecontainer .slider_box {
	padding:5px 0;
	width:100%;
	float:left;
}
#responsecontainer .slider_box .left_col {
	width:240px;
	float:left;
}
#responsecontainer .slider_box .left_col img {
	width:240px;
	height:160px;
}
#responsecontainer .slider_box .right_col {
	float:left;
	padding:0 10px;
}
.styled-select {
	margin-top:5px;
}
.Cls_cform {
	float: left;
	width: 450px;
}
.Cls_address {
	float: left;
	width: 450px;
	padding: 30px;
	color:#383838
}
.Cls_address ul li {
	float: left;
	padding: 5px;
	width: 215px;
}
.noresult-message {
	padding: 5px 25px 0 2px;
	font-size:22px;
	font-weight:bolder;
}
.line_1 {
	line-height:30px !important;
}
#Cls_contact{
	padding-bottom:60px;
	float:left;
	width:100%;
}
@media screen and (max-width: 600px) {
#gform_wrapper_1 li, #gform_wrapper_1 form li{
	width:90%;
	padding:0 5%;
}
#gform_wrapper_1 li span, #gform_wrapper_1 form li span{
	width:100%;
}
.Cls_address{
	width:90%;
}
.Cls_cform{
	width:100%;
}
}
.all-news .news_block .news-thumb{
	float: left;
    margin-right: 3%;
}
.all-news .news_block .news-thumb img{
	width:155px;
	height:110px;
}
.all-news .news_block .more {
    float: left;
    padding-top: 5px;
}

/*.single-news .news-thumb img{
	height: auto;
    width: 100%;
}*/

.single-news .news-content {
    line-height: 25px;
    padding-top: 10px;
}
.single-news .news-content p{
	padding:0 0 20px;
}
.single-news .news-content ul{
	margin-bottom:20px;
}
.single-news .news-content ul li{
	list-style-type:disc;
	margin-left:50px;
}
img.grayscale {
    opacity: .6;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
img.grayscale:hover {
    opacity: 1;
    filter: none;
    -webkit-filter: grayscale(0%);
}

/* Share Buttons */
.share-buttons {
	margin: 60px 0;
}
.share-buttons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.share-buttons li {
	float: left;
	margin: 0 12px 0 0 !important;
}
.share-buttons a {
	display: block;
	padding: 10px 16px;
	background: #003e58;
	color: #fff;
	font-family: 'Strait', 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, sans-serif;
	font-size: .95em;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;

	-webkit-transition: background 100ms ease-in-out;
	-moz-transition: background 100ms ease-in-out;
	-ms-transition: background 100ms ease-in-out;
	-o-transition: background 100ms ease-in-out;
	transition: background 100ms ease-in-out;
}
.share-buttons [class^="icon-"],
.share-buttons [class*=" icon-"] {
	margin-right: 12px;
	font-size: 1.25em;
}
.share-buttons li.twitter a:hover {
	background: #02aced;
}
.share-buttons li.facebook a:hover {
	background: #3b5998;
}
.share-buttons li.google a:hover {
	background: #dd4b39;
}
.share-buttons li.linkedin a:hover {
	background: #017bb6;
}
@media only screen and (max-width: 520px) {
	.share-buttons {
		margin: 60px 0 30px;
	}
	.share-buttons li {
		float: none;
		margin: 0 0 8px 0 !important;
	}
	.share-buttons li a {
		padding: 8px 0;
		text-align: center;
	}
}

/*	--------------------------------------------------
	 FONTS
	-------------------------------------------------- */

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?2408040');
  src: url('../fonts/fontello.eot?2408040#iefix') format('embedded-opentype'),
	   url('../fonts/fontello.woff?2408040') format('woff'),
	   url('../fonts/fontello.ttf?2408040') format('truetype'),
	   url('../fonts/fontello.svg?2408040#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=3.2.1');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),
     url('../fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'),
     url('../fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),
     url('../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}