/**************************************************************************************/
/*
/*		Designed by 'AS Designing'
/*		Web: http://www.asdesigning.com
/*		Web: http://www.astemplates.com
/*		License: GNU/GPL
/*
/**************************************************************************************/


body
{
	font-size: 12px;
	color: #7A706E;
}

a
{
	color: #7A706E;
	transition: all 0.5s ease 0s;
}

a:hover,
a.selected
{
	color: #B60202;
}

hr
{
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}

blockquote
{
}

blockquote small
{
	color: #999999;
}

blockquote.pull-right
{
	border-right: 5px solid #eeeeee;
}

/**************************************************************************************/
/*   Forms																			  */


legend
{
	border-bottom: 1px solid transparent;
}

legend small
{
	color: #999999;
}

textarea.invalid
{
	border: 1px solid #FD8927;
}

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
{
}

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;
	-webkit-box-shadow: 0px 1px 0px #CCCCC;
	-moz-box-shadow: 0px 1px 0px #CCCCC;
	box-shadow: 0px 1px 0px #CCCCC;
}

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: #B60202;
	-webkit-box-shadow: inset 0 1px 1px #000000, 0 0 8px #FD8927;
	-moz-box-shadow: inset 0 1px 1px #000000, 0 0 8px #FD8927;
	box-shadow: inset 0 1px 1px #000000, 0 0 8px #FD8927;
}

select
{
	border: 1px solid #bbb;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus
{
	outline: thin dotted #333;
}

/**************************************************************************************/
/*   Headings and Titles															  */


h1,
h2,
h3,
h4
{
}

h1
{
}

h2,
legend
{
	font-size: 30px;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 0 #FFFFFF;
	text-transform: uppercase;
}

h3,
.moduletable .shmnews .shmnews-title a
{
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 0;
}

h3
{
	color: #FD8927;	
}

h4
{
}

h5
{
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small
{
}

h1,
h2.item_title,
.item__featured .item_title,
.module_title,
.page-category .item_title,
.page_header h2,
.category_title h2
{
}

.page-header
{
	border-bottom: 1px solid #eeeeee;
}

.page-blog__main_page h1
{
	color: #F5533E;
	font-family: 'Luckiest Guy', cursive;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.2em;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.page-blog__main_page h2
{
	color: #9F9B9A;
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
	text-shadow: 1px 1px #FFFFFF;
}

/**************************************************************************************/
/*   Images																			  */


.item_img,
.category_img,
.item_fulltext img,
.random-image img,
img.left,
img.right
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #FFFFFF;
	position: relative;
	text-align: center;
	transition: all 0.5s ease 0s;
}

.item_img img,
.category_img img
{
	border-radius: 5px;
}

.items-leading .item_img
{
	border: none;	
}

.items-leading .item_img img
{
	border-radius: 50%;
	border: 1px solid #FFFFFF;	
}

.page-blog .items-leading .item_img img
{
	border-radius: 5px;	
}


/**************************************************************************************/
/*   Lists																			  */


.archive-module li,
.categories-module li
{
	background: url("../images/li.style.orange.png") no-repeat scroll 0 8px transparent;
	color: #9F9B9A;
	font-weight: bold;
	padding-left: 18px;
	text-transform: uppercase;
}

.categories-module li a,
.archive-module li a
{
	color: #626262;
}

.categories-module h4 > a,
.categories-module h5 > a
{
	color: #A5A1A0;
	line-height:20px;
	letter-spacing: 1px;
}

.categories-module li a:hover,
.archive-module li a:hover
{
	color: #FD8927;
}

/**************************************************************************************/
/*   Buttons																		  */


a.btn,
a.readmore,
.btn_info,
.btn-info,
.btn-group button.btn,
.mod-newsflash a.readmore,
.btn-primary,
.btn_primary,
.contentpane .button,
.shmnews-more a
{
	color: #ffffff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 1px 0px #CCCCC;
	-moz-box-shadow: 0px 1px 0px #CCCCC;
	box-shadow: 0px 1px 0px #CCCCC;
	background-color: #4b4a4a !important;
 	background-image: -moz-linear-gradient(top, #9d9c9c #fc8927);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6a831), to(#fc8927));
	background-image: -webkit-linear-gradient(top, #f6a831, #fc8927);
	background-image: -o-linear-gradient(top, #f6a831, #fc8927);
	background-image: linear-gradient(to bottom, #9d9c9c, #4b4a4a);
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6a831', endColorstr='#fffc8927', GradientType=0);	
	transition: none;
}

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],
.mod-newsflash a.readmore:hover,
a.readmore:hover,
.contentpane .button:hover,
.shmnews-more a:hover
{
	color: #FFFFFF;
	background-color: #fa7707 !important;
 	background-image: -moz-linear-gradient(top, #f6a831 #fc8927);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6a831), to(#fc8927));
	background-image: -webkit-linear-gradient(top, #f6a831, #fc8927);
	background-image: -o-linear-gradient(top, #f6a831, #fc8927);
	background-image: linear-gradient(to bottom, #fab449, #fa7707);
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6a831', endColorstr='#fffc8927', GradientType=0);
}


/**************************************************************************************/
/*   Pagination																		  */


.pagination ul li .pagenav
{
	color: #555555;
}

.pagination ul li span.pagenav
{
	color: #555555;
}

.pagination ul li a.pagenav
{
	color: #FD8927;
}

.pagination ul li a.pagenav:hover
{
	color: #626262;
}

.pagination ul li.num span.pagenav
{
	color: #626262;
}

/**************************************************************************************/
/*   BlockNumbers																	  */


span.blocknumber
{
	background-color: #FD8927;
	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: #FD8927;
}

.mod-newsflash-adv__links a.readmore:hover
{
	color: #FD8927;
}

.item_introtext
{
}

/**************************************************************************************/
/*   Back to Top																	  */


#back-top a
{
}

#back-top a:hover
{
}

#back-top span
{
}

/**************************************************************************************/
/*   Gallery																		  */


.page-gallery .item_title
{
}

.page-gallery a.zoom span.zoom-bg,
.page-item__gallery a.zoom span.zoom-bg
{
	background-color: #000000;
}

#galleryOverlay
{
	background-image: url("../images/bg.gallery.png");
}

/**************************************************************************************/
/*   General
/**************************************************************************************/
/**************************************************************************************/

#wrapper
{
	border-bottom: 1px solid #CCCCCC;
	background-image: url(../images/bg.wrapper.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.muted
{
	color: #FD8927;
}

/**************************************************************************************/
/*   Header
/**************************************************************************************/
/**************************************************************************************/


.shadow span
{
	box-shadow: 0 -2px 10px 2px #000000;
}

#header-top-row
{
}

#header-row .container
{
}

#header-row .btn-search
{
	background-color: #FFFFFF !important;
}

#header-row .moduletable.call-now
{
	color: #FD8927;
}

#header-row .moduletable.call-now div
{
	font-family: 'Luckiest Guy', Arial, serif;
}

#header-row .moduletable.call-now span
{
	color: #626262;
}

#logo span.slogan
{
	color: #626262;
}

/**************************************************************************************/
/*   Navigation Row	  																  */


/**************************************************************************************/
/*   Slider Row		  																  */


#slider-row .container
{
}

.slide_title a
{
	color: #626262;
}

.slide_title a:hover
{
	color: #F6AA32;
}

.slide_title .item_title_part0
{
	color: #FD8927;
}

.camera_caption p
{
}

.camera_caption a.readmore
{
	background-color: #FD8927;
	background-image: -moz-linear-gradient(top, #F6AA32, #FD8927);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F6AA32), to(#FD8927));
	background-image: -webkit-linear-gradient(top, #F6AA32, #FD8927);
	background-image: -o-linear-gradient(top, #F6AA32, #FD8927);
	background-image: linear-gradient(to bottom, #F6AA32, #FD8927);
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffF6AA32', endColorstr='#ffFD8927', GradientType=0);
}

.camera_caption a.readmore:hover
{
	background-image: -moz-linear-gradient(top, #FD8927, #FD8927);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FD8927), to(#FD8927));
	background-image: -webkit-linear-gradient(top, #FD8927, #FD8927);
	background-image: -o-linear-gradient(top, #FD8927, #FD8927);
	background-image: linear-gradient(to bottom, #FD8927, #FD8927);
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFD8927', endColorstr='#ffFD8927', GradientType=0);
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent,
.camera_wrap .camera_pag .camera_pag_ul li:hover
{
	background-color: #FD8927;
}

.camera_wrap .camera_pag .camera_pag_ul li
{
	background-color: #FD8927;
}

/**************************************************************************************/
/*   Breadcrumb Row		  															  */


#breadcrumbs-row .moduletable .breadcrumb
{
	background-color: #FFFFFF;
}

#breadcrumbs-row .moduletable .breadcrumb
{
	-webkit-box-shadow: 1px 12px 15px -15px #000000;
	-moz-box-shadow: 1px 12px 15px -15px #000000;
	box-shadow: 1px 12px 15px -15px #000000;
}

/**************************************************************************************/
/*   Featured Row		  															  */


#featured-row .mod-newsflash .item,
#featured-row .mod-custom
{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #E3E3E3 #FFFFFF #FFFFFF;
	border-style: solid;
	border-width: 5px 1px 1px;
	box-shadow: 0 0 20px 10px rgba(145, 145, 145, 0.1) inset;
	position: relative;
	text-align: center;
	transition: all 0.5s ease 0s;
}

#featured-row .mod-newsflash .item:hover
{
	border-top: 5px solid #FD8927;
}

#featured-row .module_title
{
	background-color: #626262;
	color: #ffffff;
}

#featured-row .mod-newsflash .item ul li a
{
	color: #7f7f7f;
}

#featured-row .mod-newsflash .item ul li a:hover
{
	color: #FD8927;
}

#featured-row .newsflash-title a
{
	color: #919191;
	font-size: 20px;
	text-shadow: 1px 1px #FFFFFF;
	text-transform: uppercase;
}

#featured-row .newsflash-title a:hover
{
	color: #FD8927;
}


/*****************************************************************************/
/*   Sidebars																 */


#aside-left h2,
#aside-left h3,
#aside-right h2,
#aside-right h3
{
	color: #fd8927;	
}

#aside-row-1
{
}

#aside-row-1 .moduletable
{
}

#aside-row-1 h3,
#aside-row-1 h2
{
}

#aside-row-1 ul
{
}

#aside-row-1 ul.menulist1 li
{
}

#aside-row-1 ul.menulist1 li a
{
}

#aside-row-1 ul.menulist1 li a:hover
{
	color: #FD8927;
}

#aside-row-2 .moduletable 
{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 0 20px 10px rgba(145, 145, 145, 0.1) inset;
	transition: all 0.5s ease 0s;
}

/**************************************************************************************/
/*   Content
/**************************************************************************************/
/**************************************************************************************/

#content-row
{
	border-top: 3px double #d8d8d8;
	background: none repeat scroll 0 0 #ECEBEB;
}
	
.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;
}

#content-row-3 .mod-newsflash .item,
#content-row-3 .mod-custom
{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #FFFFFF ;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 0 20px 10px rgba(145, 145, 145, 0.1) inset;
	position: relative;
	text-align: center;
	transition: all 0.5s ease 0s;
}

#content-row-3 .newsflash-title a
{
	color: #9AC604;
	font-size: 20px;
	text-shadow: 1px 1px #FFFFFF;
	text-transform: uppercase;
}

#content-row-3 .newsflash-title a:hover
{
	color: #919191;
}


/**************************************************************************************/
/*   Blog Pages																		  */


.page-blog p.item_title a
{
}

.page-blog p.item_title a:hover
{
}

.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																	  */


#contact_map
{
}


/**************************************************************************************/
/*   Sidebars
/**************************************************************************************/
/**************************************************************************************/

#aside-row-2-left h2,
#aside-row-2-right h2
{
}

.mod-newsflash__whats-new .item,
.mod-newsflash__history .item
{
	border-bottom: 1px solid #d4d4d4;
}

aside .moduletable ul.nav li
{
}

/**************************************************************************************/
/*   Footer
/**************************************************************************************/
/**************************************************************************************/

#footer
{
}

#footer-row
{
	color: #e3e0df;
	border-top: 3px double #d8d8d8;
	border-bottom: 1px solid #F1F1F1;
	background-image: linear-gradient(bottom, rgb(122,122,122) 34%, rgb(99,99,99) 67%);
	background-image: -o-linear-gradient(bottom, rgb(122,122,122) 34%, rgb(99,99,99) 67%);
	background-image: -moz-linear-gradient(bottom, rgb(122,122,122) 34%, rgb(99,99,99) 67%);
	background-image: -webkit-linear-gradient(bottom, rgb(122,122,122) 34%, rgb(99,99,99) 67%);
	background-image: -ms-linear-gradient(bottom, rgb(122,122,122) 34%, rgb(99,99,99) 67%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.34, rgb(122,122,122)), color-stop(0.67, rgb(99,99,99)) );
}

#footer-row .footer-row-separator
{
	border-bottom: 1px solid #AAAAAA;
    border-top: 1px solid #454545;	
}

#footer-row ul li
{
}

#footer-row ul.nav li a
{
	color: #e3e0df;
}

#footer-row ul.nav li a:hover
{
	color: #FD8927;
}

#footer-row ul.unstyled,
#footer-row .mod-login_submit
{
	display:none;
}

#copyright-row
{
    background-color: #ECEBEB;
    border-top: 1px solid #636363;	
}

#copyright-menu li
{
}

#copyright-menu li a
{
}

#copyright-menu li a:hover
{
}

#copyright-menu li.current a,
#copyright-menu li.active a
{
}

#social-menu li a
{
    background: none repeat scroll 0 0 #706d6d;
}

#social-menu li a:hover
{
    background: none repeat scroll 0 0 #FD8927 !important;	
}

#footer h3
{
	color: #F4F3F2;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px #000000;
	text-transform: uppercase;
}

/*******************************************************************************************/


.services ul li
{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #FCFBFB;
	border-top: 5px solid #E7E6E6;
	border-image: none;
	border-style: solid;
	box-shadow: 0 0 60px 20px rgba(145, 145, 145, 0.1) inset;
	position: relative;
	text-align: center;
	transition: all 0.5s ease 0s;
}

.services ul li:hover
{
	border-top: 5px solid #FD8927;
}

.services .shmnews-title
{
	margin: 10px auto 0;
}

.services .shmnews-title a
{
	color: #919191;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px #FFFFFF;
	text-transform: uppercase;
}

.services .shmnews-title a:hover
{
	color: #FD8927;
}

.services .shmnews-introtext
{
	padding: 10px;
}

.services span.shmnews-readmore
{
}

.services .shmnews-readmore a:hover
{
	color: #FFFFFF;
	background-color: #FD8927 !important;
 background-image: -moz-linear-gradient(top, #, #FD8927 #FD8927);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FD8927), to(#FD8927));
	background-image: -webkit-linear-gradient(top, #FD8927, #FD8927);
	background-image: -o-linear-gradient(top, #FD8927, #FD8927);
	background-image: linear-gradient(to bottom, #FD8927, #FD8927);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFD8927', endColorstr='#ffFD8927', GradientType=0);
}

.services .shmnews-readmore a
{
	background: url("../images/bg_button.gif") repeat scroll 0 0 #626262;
	display:block;
	border-radius: 4px 4px 4px 4px;
	margin:0 auto;
	color: #FFFFFF;
	text-shadow: none !important;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
