/**************************************************************************************/
/*
/*		Designed by 'AS Designing'
/*		Web: http://www.asdesigning.com
/*		Web: http://www.astemplates.com
/*		License: ASDE Commercial
/*
/**************************************************************************************/

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #626262;
}

a {
  color: #fb3727;
}

a:hover,
a.selected {
  color: #626262;
}

hr {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

blockquote {
  border-left: 5px solid #dddddd;
}

blockquote small {
  color: #999999;
}

blockquote.pull-right {
  border-right: 5px solid #eeeeee;
}

/**************************************************************************************/
/*   Forms																			  */

legend {
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  color: #999999;
}

textarea.invalid {
  border: 1px solid #fb3727;
}

input,
button,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  color: #999999;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
}

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: #fb3727;
}

select {
  border: 1px solid #bbb;
  background-color: #ffffff;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
}

/**************************************************************************************/
/*   Headings and Titles															  */

h1 {
  font-size: 28px;
  line-height: 30px;
  font-weight: normal;
}

h2 {
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
}

h3 {
  font-size: 22px;
  font-weight: normal;
  line-height: 22px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #999999;
}

/**************************************************************************************/
/*   Images																			  */

.item_img,
.category_img,
.item_fulltext img,
.random-image img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.item_img img,
.category_img img,
.item_fulltext img,
.random-image img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/**************************************************************************************/
/*   Lists																			  */

.categories-module li,
.archive-module li {
  background: url("../images/styles/default/li.style.png") left 11px no-repeat;
}

.categories-module li a,
.archive-module li a {
  color: #626262;
}

.categories-module li a:hover,
.archive-module li a:hover {
  color: #fb3727;
}

/**************************************************************************************/
/*   Buttons																		  */

a.btn,
a.readmore,
.btn_info,
.btn-info,
.btn-group button.btn,
.btn-primary,
.btn_primary,
.contentpane .button {
  color: #ffffff;

  background-color: #fb3727;
  background-image: -moz-linear-gradient(top, #9b1a1b, #fb3727);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9b1a1b), to(#fb3727));
  background-image: -webkit-linear-gradient(top, #9b1a1b, #fb3727);
  background-image: -o-linear-gradient(top, #9b1a1b, #fb3727);
  background-image: linear-gradient(to bottom, #9b1a1b, #fb3727);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9B1A1B', endColorstr='#ffFB3727', GradientType=0);

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  -webkit-box-shadow: 0px 1px 0px #cccccc;
  -moz-box-shadow: 0px 1px 0px #cccccc;
  box-shadow: 0px 1px 0px #cccccc;
}

a.btn:hover,
.btn_info:hover,
.btn-info:hover,
.btn_info:active,
.btn-info:active,
.btn_info.active,
.btn-info.active,
.btn_info.disabled,
.btn-info.disabled,
.btn_info[disabled],
.btn-info[disabled],
.btn-primary:hover,
.btn_primary:hover,
.btn-primary:active,
.btn_primary:active,
.btn-primary.active,
.btn_primary.active,
.btn-primary.disabled,
.btn_primary.disabled,
.btn-primary[disabled],
.btn_primary[disabled],
a.readmore:hover,
.contentpane .button:hover {
  color: #ffffff;
  background-color: #fb3727 !important;
  background-image: -moz-linear-gradient(top, #fb3727 #fb3727);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fb3727), to(#fb3727));
  background-image: -webkit-linear-gradient(top, #fb3727, #fb3727);
  background-image: -o-linear-gradient(top, #fb3727, #fb3727);
  background-image: linear-gradient(to bottom, #fb3727, #fb3727);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFB3727', endColorstr='#ffFB3727', GradientType=0);
}

.mod-newsflash a.readmore:hover {
  background-color: #e6e6e6 !important;
  background-image: -moz-linear-gradient(top, #e6e6e6 #e6e6e6) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#e6e6e6)) !important;
  background-image: -webkit-linear-gradient(top, #e6e6e6, #e6e6e6) !important;
  background-image: -o-linear-gradient(top, #e6e6e6, #e6e6e6) !important;
  background-image: linear-gradient(to bottom, #e6e6e6, #e6e6e6) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffe6e6e6', GradientType=0) !important;
}

/**************************************************************************************/
/*   Pagination																		  */

.pagination ul li .pagenav {
  color: #555555;
}

.pagination ul li span.pagenav {
  color: #555555;
}

.pagination ul li a.pagenav {
  color: #fb3727;
}

.pagination ul li a.pagenav:hover {
  color: #626262;
}

.pagination ul li.num span.pagenav {
  color: #626262;
}

/**************************************************************************************/
/*   BlockNumbers																	  */

span.blocknumber {
  background-color: #fb3727;
  color: #ffffff;
}

/**************************************************************************************/
/*   Toggling																		  */

.toggle_content {
  background-color: #fdfdfd;
  border: 1px solid #dedede;
  color: #121212;
}

/**************************************************************************************/
/*   Newsflash																		  */

.mod-newsflash-adv__links .item_content {
  background-color: #e9e9e9;
}

.mod-newsflash-adv__links .item_content ul li a,
.mod-newsflash-adv__links.support .item_introtext {
  color: #7f7f7f;
}

.mod-newsflash-adv__links .item_content ul li a:hover {
  color: #fb3727;
}

.mod-newsflash-adv__links a.readmore:hover {
  color: #fb3727;
}

/**************************************************************************************/
/*   Back to Top																	  */

#back-top a {
  font-family: Arial, Helvetica, sans-serif;
  color: #626262;
}

#back-top a:hover {
  color: #626262;
}

/**************************************************************************************/
/*   Gallery																		  */

.page-gallery a.zoom span.zoom-bg,
.page-item__gallery a.zoom span.zoom-bg {
  background-color: #000000;
}

#galleryOverlay {
  background-color: #222222;
}

.well {
  border: 1px solid #e8e8e8;
}

/**************************************************************************************/
/*   General
/**************************************************************************************/
/**************************************************************************************/

.muted {
  color: #fb3727;
}

/**************************************************************************************/
/*   Header
/**************************************************************************************/
/**************************************************************************************/

.shadow span {
  box-shadow: 0 -2px 10px 2px #000000;
}

/**************************************************************************************/
/*   Top Row		  																  */

#header-top-row {
  border-bottom: 2px solid #fb3727;
}

#header-top-row .mod-custom__call-now {
  color: #fb3727;
}

/**************************************************************************************/
/*   Logo Row		  																  */

#logo-row .btn-search {
  background-color: #ffffff !important;
}

#logo-row .moduletable.call-now {
  color: #fb3727;
}

#logo-row .moduletable.call-now span {
  color: #626262;
}

#logo div.slogan {
  color: #626262;
}

/**************************************************************************************/
/*   Navigation Row	  																  */

#as-menu ul.as-menu > li.active > a,
#as-menu ul.as-menu > li.asHover > a,
#as-menu ul.as-menu > li.current > a,
#as-menu ul.as-menu > li.active > span,
#as-menu ul.as-menu > li.asHover > span,
#as-menu ul.as-menu > li.current > span {
  color: #fb3727 !important;
  border-bottom: 2px solid #fb3727 !important;
}

#as-menu ul.as-menu > li > a,
#as-menu ul.as-menu > li > span {
  color: #464646 !important;
}

#as-menu ul.as-menu > li > a:hover,
#as-menu ul.as-menu > li > span:hover,
#as-menu ul.as-menu ul li a:hover,
#as-menu ul.as-menu ul li span:hover,
#as-menu ul.as-menu ul li.active > a,
#as-menu ul.as-menu ul li.asHover > a,
#as-menu ul.as-menu ul li.active > span,
#as-menu ul.as-menu ul li.asHover > span {
  color: #fb3727 !important;
}

#as-menu ul.as-menu ul {
  background-color: #ffffff;
  border: 1px solid #777777;
}

#as-menu ul.as-menu ul li a,
#as-menu ul.as-menu ul li span {
  color: #464646;
}

/**************************************************************************************/
/*   Slider Row		  																  */

#slider-row {
  background-color: #fb3727;
  background-image: -moz-linear-gradient(top, #9b1a1b, #fb3727);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9b1a1b), to(#fb3727));
  background-image: -webkit-linear-gradient(top, #9b1a1b, #fb3727);
  background-image: -o-linear-gradient(top, #9b1a1b, #fb3727);
  background-image: linear-gradient(to bottom, #9b1a1b, #fb3727);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9B1A1B', endColorstr='#ffFB3727', GradientType=0);
}

#slider-row .wrapper {
  background-image: url("../images/styles/default/grid.png");
}

.slide_title {
  color: #626262;
  border-left: 3px solid #fb3727;
}

.slide_title a {
  color: #626262;
}

.slide_title a:hover {
  color: #9b1a1b;
}

.camera_caption a.readmore {
  background-color: #fb3727;
  background-image: -moz-linear-gradient(top, #9b1a1b, #fb3727);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9b1a1b), to(#fb3727));
  background-image: -webkit-linear-gradient(top, #9b1a1b, #fb3727);
  background-image: -o-linear-gradient(top, #9b1a1b, #fb3727);
  background-image: linear-gradient(to bottom, #9b1a1b, #fb3727);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9B1A1B', endColorstr='#ffFB3727', GradientType=0);
}

.camera_caption a.readmore:hover {
  background-image: -moz-linear-gradient(top, #fb3727, #fb3727);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fb3727), to(#fb3727));
  background-image: -webkit-linear-gradient(top, #fb3727, #fb3727);
  background-image: -o-linear-gradient(top, #fb3727, #fb3727);
  background-image: linear-gradient(to bottom, #fb3727, #fb3727);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFB3727', endColorstr='#ffFB3727', GradientType=0);
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent,
.camera_wrap .camera_pag .camera_pag_ul li:hover {
  background-color: #fb3727;
}

.camera_wrap .camera_pag .camera_pag_ul li {
  background-color: #fb3727;
}

/**************************************************************************************/
/*   Breadcrumb Row		  															  */

#breadcrumbs-row .moduletable .breadcrumb,
#breadcrumbs-row .moduletable .mod-custom {
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #f4f4f4, #e8e8e8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e8e8e8);
  background-image: -o-linear-gradient(top, #f4f4f4, #e8e8e8);
  background-image: linear-gradient(to bottom, #f4f4f4, #e8e8e8);
}

/**************************************************************************************/
/*   Featured Row		  															  */

#featured-row .mod-custom img {
  border: 5px solid #fb3727;
}

#featured-row .module_title,
#featured-row .moduleTitle {
  color: #fb3727;
}

#featured-row .mod-newsflash .item ul li a {
  color: #7f7f7f;
}

#featured-row .mod-newsflash .item ul li a:hover {
  color: #fb3727;
}

#featured-row .mod-newsflash .item #system-readmore img {
  border: 10px solid #fb3727;
}

/**************************************************************************************/
/*   Header Bottom Row	  															  */

#header-bottom-row {
  background-color: #f4f4f4;
  border-top: 2px solid #fb3727;
  border-bottom: 2px solid #fb3727;
}

#header-bottom-row h4 a,
#header-bottom-row .mod-custom__why-us p a {
  color: #626262;
}

#header-bottom-row h3.module_title,
#header-bottom-row h3.moduleTitle,
#header-bottom-row h3.moduleTitle,
#header-bottom-row h4,
#header-bottom-row h4 a:hover,
#header-bottom-row .mod-custom__why-us p a:hover {
  color: #fb3727;
}

#header-bottom-row .mod-custom__why-us .ico {
  background-color: #ccc;
}

/**************************************************************************************/
/*   Content
/**************************************************************************************/
/**************************************************************************************/

.page-blog .category_desc p,
.page-category .category_desc p,
.page-category .items-row {
  border-bottom: 1px solid #d4d4d4;
}

.item_info_dl dd {
  border-right: 1px solid #b3b3b3;
}

/**************************************************************************************/
/*   Blog Pages																		  */

.page-blog .items-leading,
.page-blog .items-row {
  border-bottom: 1px solid #d4d4d4;
}

/**************************************************************************************/
/*   Archive Page																	  */

.page-archive .alert-info {
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
}

/**************************************************************************************/
/*   Contacts Page																	  */

/**************************************************************************************/
/*   Sidebars
/**************************************************************************************/
/**************************************************************************************/

#aside-row-2-left h2,
#aside-row-2-right h2 {
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #f4f4f4, #e8e8e8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e8e8e8);
  background-image: -o-linear-gradient(top, #f4f4f4, #e8e8e8);
  background-image: linear-gradient(to bottom, #f4f4f4, #e8e8e8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#ffe8e8e8', GradientType=0);
}

.mod-newsflash .item {
  border-bottom: 1px solid #d4d4d4;
}

.mod-newsflash .item:last-child {
  border-bottom: none;
}

/**************************************************************************************/
/*   Footer
/**************************************************************************************/
/**************************************************************************************/

#footer-row {
  background-color: #e0e0e0;
  border-top: 2px solid #fb3727;
  border-bottom: 2px solid #fb3727;
}

#footer-row .footer-row-separator {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #ffffff;
}

#footer-row ul li {
  list-style-image: url("../images/styles/default/li.style.png");
}

#footer-row ul.nav li a {
  color: #626262;
}

#footer-row ul.nav li a:hover {
  background-color: transparent;
  color: #fb3727;
}

#copyright-row {
  background-color: #fff;
  border-top: 1px solid #fff;
}

#copyright-menu li {
  border-right: 1px solid #b3b3b3;
}

#copyright-menu li a {
  color: #626262;
}

#copyright-menu li a:hover {
  color: #fb3727;
}

#copyright-menu li.current a,
#copyright-menu li.active a {
  color: #fb3727;
}
