/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*
Template Name: expan
Author: Cosmin Cotor
Author ThemeForest URL: http://themeforest.net/user/cosmincotor
Author Website: http://pixek.com/
Version: 1.0.0
License: Commercial
*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Customized Framework CSS Rules Start                                                               */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body {
	background-color: #4a90e2;
	/*background:url(/wap/images/bj2.jpg) repeat-y top !important;*/
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
p > a {
	color: #B00000;
}
a {
	color: #4a90e2;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #333;
}
input[type="text"], input[type="password"] {
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	color: #999;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border-radius: 6px;
}
textarea {
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	color: #999;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border-radius: 6px;
}
input:focus, textarea:focus {
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
}
input[type="submit"] {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Customized Framework CSS Rules End                                                                 */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Structure CSS Rules Start                                                                          */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.websiteWrapper {
	margin-bottom: -45px;
}
.pageWrapper {
	padding-top: 36px;
	margin-bottom: 18px;
	padding-bottom: 3px;
}
.pageContentWrapper {
	padding-top: 18px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 12px;
	margin-right: 12px;
	padding-bottom: 20px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.12);
}
.pageWrapper > *:last-child, .pageContentWrapper > *:last-child {
	margin-bottom: 0px;
}
.pageTitle {
	border-bottom: 3px solid #f0f0f0;
	padding-bottom: 22px;
	margin-top: 2px;
	margin-bottom: 23px;
}
.blockTitle {
	margin-bottom: 22px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Structure CSS Rules End                                                                            */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Customized Elements CSS Rules Start                                                                */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.buttonWrapper {
	border-radius: 6px;
}
.buttonDefault {
	background-color: #B00000;
}
.alertBox {
	border-radius: 6px;
}
.highlightDefault {
	background-color: #B00000;
}
.sectionBreak {
	border-color: rgba(0,0,0,0.12);
	margin-left: 12px;
margin-right: 12px;
}
.quoteWrapper > .quoteAvatar, .quoteWrapper > blockquote {
	border-color: #f0f0f0;
}
.quoteWrapper > .quoteAvatar {
	border-radius: 6px;
}
.accordionButton {
	background-color: #f0f0f0;
	color: #666;
	border-radius: 6px;
}
.accordionContent {
	border-color: #f0f0f0;
	border-radius: 6px;
}
.largeImage {
	border-color: #f0f0f0;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Customized Elements CSS Rules Start                                                                */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Header CSS Rules Start                                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.headerOuterWrapper {
	z-index: 9999;
	height: 66px;
	overflow: visible;
}
.headerWrapper {
	padding-left: 18px;
	padding-right: 12px;
	z-index: 990;
	height: 66px;
	background-color: #00649B;
	border-radius: 0px 0px 6px 6px;
	box-shadow: 0px 3px 0px rgba(0,0,0,0.12)
}
.mainLogo {
	width: 115px;
	position: absolute;
	top: 50%;
	margin-top: -94px;
	left: 50%;
	margin-left: -57.5px;
	height: 128px;
	z-index: 990;
}
.mainLogo > img {
	height: 128px;
	width: auto;
}
.headerLogo {
	height: 60px;
	margin-top: 8px;
	display: block;
	/* float: left; */
	position: absolute;
	left: 50%;
	margin-left: -54px;
}
.headerLogo > img {
	height: 52px;
	width: auto;
}
.mainMenuButton {
	float: right;
	height: 36px;
	width: 36px;
	/*background: url(/wap/images/common/mainMenuButtonBg.png) center no-repeat;
	background-size: 100%;*/
	margin-top: 15px;
}

.backToPrePage {
float: left;
height: 30px;
background: url(/wap/images/common/backToPrePage-x2.png) center left no-repeat;
/* background-size: cover; */
margin-top: 18px;
/* margin-left: -12px; */
/* margin-top: 6px; */
padding-left: 21px;
line-height: 30px;
color: #4a90e2;
font-size: 12px;
background-size: 24px 24px;
background-color: rgba(255,255,255,1);
border-radius: 3px;
padding-right: 6px;
box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.12);
}

.mainSearchButton {
	float: right;
	height: 36px;
	width: 36px;
	background: url(/wap/images/common/mainSearchButtonBg.png) center no-repeat;
	background-size: 100%;
	margin-top: 15px;
}

.mainMenuOuterWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	background: #4a90e2;		
	box-shadow: 0px 3px 0px rgba(0,0,0,0.12);
	z-index: 90;
}
.mainMenuWrapper {
	clear: both;
	display: block;
	background-color: #4a90e2;
	padding-left: 0px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: -1000px;
	width: 100%;
	padding-top: 90px;
	padding-bottom: 24px;
	border-bottom: 3px solid #4a90e2;
	border-radius: 0px 0px 6px 6px;
}
.mainMenuWrapper > li {
	line-height: 48px;
	margin-bottom: 12px;
	padding-left: 0px;
	list-style: none;
	border-radius: 6px;
	margin-left: 12px;
	margin-right: 0px;
	box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.12);
	background: rgba(255,255,255,1) url(/wap/images/bg/bgPat-2.png) 0 0 repeat;
	float: left;
}
.mainMenuWrapper > li:last-child {
	border-bottom: none;
}
.mainMenuWrapper > li > a {
/*	margin-left: 12px;
	background: url(/wap/images/skins/default/mainMenuItemBg.png) no-repeat;
	background-position-y: 6px;
	color: #666;
	padding-left: 18px;
	
	
*/
	background-position:center;
background-repeat: no-repeat;
background-size: 32px 32px;

	color: #666;
font-size: 14px;
font-weight: 300;
background-color: transparent;
box-sizing: border-box;
-moz-box-sizing: border-box;


}
.mainMenuWrapper > li > a>span{
	display: block;
	color: #4a90e2;
	font-weight:bold;
	text-decoration: none;
	text-transform: capitalize;
	position: absolute;
	width: 100%;
	bottom: 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size:1em;

}
.mainMenuWrapper > li > a:hover {
	text-decoration: none;
}
.mainMenuWrapper > li:hover > a {
}

.mainMenuWrapper > li.currentPage {
		background: #00649B url(/wap/images/bg/bgPat-1.png) 0 0 repeat;

}
.icon1{ background-image: url(/wap/images/icons/menuIcons/1_L_r.png) !important}
.icon2{ background-image: url(/wap/images/icons/menuIcons/2_L_r.png) !important}
.icon3{ background-image: url(/wap/images/icons/menuIcons/3_L_r.png) !important}
.icon4{ background-image: url(/wap/images/icons/menuIcons/4_L_r.png) !important}
.icon5{ background-image: url(/wap/images/icons/menuIcons/5_L_r.png) !important}
.icon6{ background-image: url(/wap/images/icons/menuIcons/6_L_r.png) !important}
.icon7{ background-image: url(/wap/images/icons/menuIcons/7_L_r.png) !important}
.icon8{ background-image: url(/wap/images/icons/menuIcons/8_L_r.png) !important}
.icon9{ background-image: url(/wap/images/icons/menuIcons/9_L_r.png) !important}

.mainMenuWrapper > li.currentPage .icon1{background-image: url(/wap/images/icons/menuIcons/1_L_w.png)}
.mainMenuWrapper > li.currentPage .icon2{background-image: url(/wap/images/icons/menuIcons/2_L_w.png)}
.mainMenuWrapper > li.currentPage .icon3{background-image: url(/wap/images/icons/menuIcons/3_L_w.png)}
.mainMenuWrapper > li.currentPage .icon4{background-image: url(/wap/images/icons/menuIcons/4_L_w.png)}
.mainMenuWrapper > li.currentPage .icon5{background-image: url(/wap/images/icons/menuIcons/5_L_w.png)}
.mainMenuWrapper > li.currentPage .icon6{background-image: url(/wap/images/icons/menuIcons/6_L_w.png)}
.mainMenuWrapper > li.currentPage .icon7{background-image: url(/wap/images/icons/menuIcons/7_L_w.png)}
.mainMenuWrapper > li.currentPage .icon8{background-image: url(/wap/images/icons/menuIcons/8_L_w.png)}
.mainMenuWrapper > li.currentPage .icon9{background-image: url(/wap/images/icons/menuIcons/9_L_w.png)}

.mainMenuWrapper > li.currentPage span{ color:#fff;}




.sliderControl {
position: absolute;
top: 50%;
margin-top: -24px;
height: 48px;
width: 24px;
background: rgba(0,0,0,0.3) url(/wap/images/common/sliderArrowsBg.png) 0 0 no-repeat !important;
z-index: 9999;
}
.previousSlideButton {
left: 0px;
background-position: -12px 0px !important;
border-left: 3px #00649B solid;
border-radius:0px 3px 3px 0px;
}
.nextSlideButton {
right: 0px;
background-position: -59px 0px !important;
border-right: 3px #00649B solid;
border-radius:3px 0px 0px 3px;


}


.topSearch{
	background: #4a90e2;position: relative;top: -174px;z-index: 99999;padding: 12px 12px 10px 12px; border-radius:0px 0px 6px 6px
	}
.topSearch .close{height: 30px;
width: 56px;
display: block;
/* background: #000; */
float: right;
color: #fff;
position: absolute;
top: 0px;
right: 0px;
text-align: center;
line-height: 30px;
font-weight: bold;
font-style: normal;
z-index: 9;
}
.topSearch .topSearchUL{margin:0px; padding:0px; background-color: transparent; box-shadow:none;border-radius: 0px;}

.topSearch .c-form-search{margin: 0 auto;padding: 0;overflow: hidden;height: 34px;}
.topSearch .c-form-search .inp-search{width: 100%;height: 34px; font-size:14px;padding-left: 12px;}

.topSearch .bton-search{position: relative;
float: right;
top: -34px;
right: 0px;
border: 0;
width: 40px;
height: 34px;
overflow: hidden;
background: url(/wap/images/skins/default/portfolioExpandButtonBg.png) no-repeat 0px 10px;
border-left: 1px #4a90e2 solid;}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Header CSS Rules End                                                                               */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Slider CSS Rules Start                                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.sliderOuterWrapper {
	margin-bottom: 0px;
	box-shadow: 0px 6px 0px rgba(0,0,0,0.12);
	z-index: 9900;
}
.sliderTopDeco {
	display: block;
	z-index: 90;
	width: 100%;
	height: 3px;
	background-color: rgba(0,0,0,0.12);
	position: absolute;
	top: 0px;
	left: 0px;
}
.sliderWrapper {
	margin-bottom: 0px;
	overflow: visible;
}
.nivoSlider {
	position: relative;
	overflow: visible;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box img {
	display: block;
	width: 100%;
	height: auto;
}
.nivoSlider {
	position: relative;
	background: #f0f0f0 url(/wap/images/common/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: auto;
}
.nivoSlider a {
	border: 0;
}
.nivo-controlNav {
	display: none;
}
.nivo-directionNav {
	position: absolute;
	bottom: -54px;
	z-index: 99;
	height: 54px;
	width: 100%;
	background-color: #fff;
}
.nivo-directionNav a {
	width: 24px;
	height: 24px;
	background: #B00000 url(/wap/images/common/sliderArrowsBg.png) 0 0 no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 27px;
	cursor: pointer;
	border-radius: 3px;
}
.mainSlider:hover .nivo-directionNav a {
	display: block;
}
a.nivo-nextNav {
	background-position: -24px 0px;
	right: 50%;
	margin-right: -30px;
}
a.nivo-nextNav:hover {
}
a.nivo-prevNav {
	left: 50%;
	margin-left: -30px;
}
a.nivo-prevNav:hover {
}
.sliderBreak {
	margin-top: 24px;
	margin-left: 12px;
margin-right: 12px;
	margin-bottom: 0px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Slider CSS Rules End                                                                               */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// ColorBox CSS Rules Start                                                                           */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#cboxOverlay {
	background:#660000 url(/wap/images/bg/bgPat-1.png) 0 0 repeat;

}
#colorbox {
}
#cboxContent {
	border-radius: 6px;
}
.cboxIframe {
	background: #333;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	border: 6px solid #333;
	background: #333;
	border-radius: 6px;
}
#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc;
}
#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0px;
	color: #ccc;
}
#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}
#cboxPrevious {
	position: absolute;
	top: 50%;
	left: 6px;
	margin-top: -32px;
	background: url(/wap/images/colorbox/controlsBg.png) no-repeat top left;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}
#cboxPrevious:hover {
	background-position: bottom left;
}
#cboxNext {
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -32px;
	background: url(/wap/images/colorbox/controlsBg.png) no-repeat top right;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}
#cboxNext:hover {
	background-position: bottom right;
}
#cboxLoadingOverlay {
	background: #333;
}
#cboxLoadingGraphic {
	background: url(/wap/images/colorbox/loading.gif) no-repeat center center;
}
#cboxClose {
	position: absolute;
	top: 6px;
	right: 6px;
	display: block;
	background: url(/wap/images/colorbox/controlsBg.png) no-repeat top center;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
}
#cboxClose:hover {
	background-position: bottom center;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// ColorBox CSS Rules End                                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Home Page CSS Rules Start                                                                          */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.homePageWrapper {
	margin-top: 60px;
	padding-top: 0px;
	z-index: 9990;
}
.homePageHeaderOuterWrapper {
	position: absolute;
	width: 100%;
}
.homePageHeaderOuterWrapper > .headerWrapper {
	background: none;
	border: none;
	box-shadow: none;
}
.homePageHeaderOuterWrapper .mainMenuWrapper {
	padding-top: 66px;
}
.homePageHeaderOuterWrapper .backToPrePage {
	display: none;
}
.homePageHeaderOuterWrapper .headerLogo {
	display: none;
}
.homePageTitle {
	color: #333;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	padding-top: 1px;
	margin-bottom: 19px;
}
.recentProjectsOuterWrapper {
}
.recentProjectsWrapper {
	margin-bottom: 0px;
	width: 100%; 
}
.recentProjectsWrapper a:hover
{
	text-decoration: none;
}
.recentProjectsTitle {
	background: url(/wap/images/common/recentProjectsTitleBg.png) 12px center no-repeat;
	padding-left: 40px;
	padding-bottom: 0px;
	margin-bottom:12px;
	height: 36px;
	line-height: 36px;
	border-radius: 6px;
	background-color: #f0f0f0;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
}
.recentProjectWrapper {
}
.recentProject {
/*	float: left;
	margin-right: 18px;
	margin-bottom: 27px;
	border-radius: 6px 6px 0px 0px;
	background-color: #f0f0f0;
	border-radius: 6px;*/
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	border-radius: 6px 6px 0px 0px;
	background-color: #f0f0f0;
	border-radius: 6px;
	
}

.recentProject_1 {
/*	float: left;
	margin-right: 18px;
	margin-bottom: 27px;
	border-radius: 6px 6px 0px 0px;
	background-color: #f0f0f0;
	border-radius: 6px;*/
	width: 100%;
	float: left;
	margin-right: 0px;
	margin-bottom: 12px;
	border-radius: 6px 6px 0px 0px;
	background-color: #f0f0f0;
	border-radius: 6px;
	
}

.recentProject_1:hover
{
	text-decoration: none;
}

.recentProjectImage {
	width: 100%;
	height: auto;
	border-radius: 6px 6px 0px 0px;}
.recentProjectTitle {
	background-color: #f0f0f0;
	display: block;
	overflow: hidden;
	height: 36px;
	line-height: 36px;
	color: #333;
	padding-left: 12px;
	font-size: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.recentProject:hover {
	text-decoration: none;
}

.indexMenusOuterWrapper {
}
.indexMenusWrapper {
	margin-bottom: 0px;
}
.indexMenusTitle {
	background: url(/wap/images/common/recentProjectsTitleBg.png) 12px center no-repeat;
	padding-left: 40px;
	padding-bottom: 0px;
	margin-bottom: 27px;
	height: 36px;
	line-height: 36px;
	border-radius: 6px;
	background-color: #f9f9f9;
}
.indexMenuWrapper {
}
.indexMenu {
/*	float: left;
	margin-right: 18px;
	margin-bottom: 27px;
	border-radius: 6px 6px 0px 0px;
	background-color: #f0f0f0;
	border-radius: 6px;*/
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	border-radius: 6px 6px 0px 0px;
	border-radius: 6px;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.12);
}
.indexMenuImage {
	width: 100%;
	height: auto;
	border-radius: 6px 6px 0px 0px;}
.indexMenuTitle {
 background-color: #4a90e2; 
display: block;
overflow: hidden;
height: 24px;
line-height: 24px;
color: #fff;
/* padding-left: 12px; */
font-size: 12px;
padding-bottom: 0px;
margin-bottom: 0px;
text-align: center;
}
.indexMenu:hover {
	text-decoration: none;
}



.maintitle_1{text-align: center;
height: 24px;
line-height: 24px;
margin: 0px 0px 12px 0px;
font-size: 14px;
font-weight: bold;
color: #333; background:url(/wap/images/bg/maintitlebg2.png) center  repeat-x}

.maintitle_1 span{background: #fff;padding: 0px 12px;}

.maintitle_1 .appdown {
	background: #fff url(../img/icon_04.png) no-repeat;
	background-size: contain;
	background-position: 12px 0;
	padding-left: 30px;
}

.maintitle_1 .scenic {
	background: #fff url(../img/icon_03.png) no-repeat;
	background-size: contain;
	background-position: 12px 0;
	padding-left: 36px;
}

.maintitle_1 .active {
	background: #fff url(../img/icon_02.png) no-repeat;
	background-size: contain;
	background-position: 12px 0;
	padding-left: 30px;
}

.maintitle_1 .news {
	background: #fff url(../img/icon_01.png) no-repeat;
	background-size: contain;
	background-position: 12px 0;
	padding-left: 40px;
}

.lookall {
	color: #898989;
	font-size: 12px;
	display: block;
	border: 1px solid #d9d9d9;
	background-color: #f0f0f0;
	border-radius: 34px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	margin-bottom: 12px;
}

.lookall:hover {
	text-decoration: none;
}

.lookall:visited {
	color: #898989;
}

.maintitle_2 {
	text-align: center;
	height: 24px;
	line-height: 24px;
	margin-bottom: 24px;
	font-size: 18px;
	font-weight: bold;
	color: #fff; background:url(/wap/images/bg/maintitlebg.png) center  repeat-x;s
}
.maintitle_2 span{background: #4a90e2 url(/wap/images/bg/bgPat-1.png) 0 0 repeat;
padding: 0px 12px;}




/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Home Page CSS Rules End                                                                            */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Filterable Portfolio One CSS Rules Start                                                           */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.portfolioOneFilterablePageWrapper {
	margin-bottom: 0px;
}
.portfolioMenuWrapper {
	list-style: none;
	padding-left: 0px;
	padding-right: 12px;
	padding-top: 23px;
	margin-bottom: 36px;
	padding-bottom: 18px;
	margin-left: 12px;
margin-right: 12px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.12);
	padding-left: 12px;
}
.portfolioMenuWrapper li {
	float: left;
	padding-left: 0px;
	padding-right: 15px;
	background: url(/wap/images/common/portfolioFilterableMenuDecoBg.png) right center no-repeat;
	margin-right: 9px;
	margin-bottom: 3px;
}
.portfolioMenuWrapper > li:last-child {
	background: none;
	margin-right: 0px;
}
.portfolioMenuWrapper li a {
color: #fff;
padding: 2px 6px;font-size: 14px;
}
.portfolioMenuWrapper li a:hover {
	text-decoration: none;
}
.portfolioMenuWrapper .currentPortfolioFilter {
color: #4a90e2;
background: #fff;
border-radius: 0px;
margin-bottom: -3px;
height: 21px;
position: relative;
bottom: 0px;}
.portfolioOneFilterableWrapper {
	padding-left: 12px;
padding-right: 12px;
}
.portfolioOneFilterableWrapper .portfolioFilterableItemWrapper {
	margin-bottom: 36px;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.12);
}
.portfolioOneFilterableWrapper .portfolioFilterableItemImageWrapper {
	border-radius: 6px;
}
.portfolioOneFilterableWrapper .portfolioFilterableItemImageWrapper img {
	width: 100%;
	height: auto;
	border-radius: 6px;
}
.portfolioOneFilterableWrapper .portfolioFilterableItemInfoWrapper {
	background-color: #fff;
	padding-top: 21px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 22px;
}
.portfolioOneFilterableWrapper .portfolioFilterableItemInfoWrapper > *:last-child {
	margin-bottom: 0px;
}
.portfolioOneFilterableWrapper .portfolioFilterableItemTitle {
	margin-bottom: 16px;
	height: 18px;
	padding-bottom: 0px;
}
.portfolioFilterableItemButtonsWrapper {
	height: 36px;
	line-height: 36px;
	background-color: #f6f6f6;
}
.portfolioFilterableExpandButton {
	height: 36px;
	line-height: 36px;
	float: left;
	padding-left: 40px;
	color: #666;
	background: #f0f0f0 url(/wap/images/skins/default/portfolioExpandButtonBg.png) left center no-repeat;
	padding-right: 12px;
}
.portfolioFilterableDetailsButton {
	height: 36px;
	line-height: 36px;
	float: right;
	padding-right: 40px;
	color: #666;
	background: #f0f0f0 url(/wap/images/skins/default/portfolioDetailsButtonBg.png) right center no-repeat;
	padding-left: 12px;
}
.portfolioFilterableExpandButton:hover, .portfolioFilterableDetailsButton:hover {
	text-decoration: none;
}
.filteredPortfolioItem {
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Filterable Portfolio One CSS Rules End                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Filterable Portfolio Two CSS Rules Start                                                           */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.portfolioTwoFilterablePageWrapper {
	margin-bottom: 0px;
}
.portfolioTwoFilterableWrapper {
	margin-left: 12px;
}
.portfolioTwoFilterableWrapper .portfolioFilterableItemWrapper {
	float: left;
	margin-right: 15px;
	margin-bottom: 36px;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.12);
}
.portfolioTwoFilterableWrapper .portfolioFilterableItemImageWrapper {
	border-radius: 6px;
}
.portfolioTwoFilterableWrapper .portfolioFilterableItemImageWrapper img {
	border-radius: 6px;
	width: 100%;
	height: auto;
}
.portfolioTwoFilterableWrapper .portfolioFilterableItemInfoWrapper {
	background-color: #fff;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 36px;
}
.portfolioTwoFilterableWrapper .portfolioFilterableItemInfoWrapper > *:last-child {
	margin-bottom: 0px;
}
.portfolioTwoFilterableWrapper .portfolioFilterableItemTitle {
	font-size: 12px;
	margin-bottom: 0px;
	height: 36px;
	line-height: 36px;
	padding-bottom: 0px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Filterable Portfolio Two CSS Rules End                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// One Column Portfolio CSS Rules Start                                                               */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.portfolioOnePageWrapper {
	margin-bottom: 0px;
}
.portfolioOneWrapper {
	padding-left: 12px;
padding-right: 12px;
}
.portfolioOneItemWrapper {
	margin-bottom: 36px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.12);
}
.portfolioOneItemImageWrapper {
	border-radius: 6px;
}
.portfolioOneItemImageWrapper:hover {
}
.portfolioOneItemImageWrapper img {
	border-radius: 6px;
	width: 100%;
	height: auto;
}
.portfolioOneItemInfoWrapper {
	background-color: #fff;
	padding-top: 21px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 22px;
}
.portfolioOneItemInfoWrapper > *:last-child {
	margin-bottom: 0px;
}
.portfolioOneItemTitle {
	margin-bottom: 16px;
	/*height: 18px;*/
	padding-bottom: 0px;
}
.portfolioOneHoverDeco {
}
.portfolioOneItemButtonsWrapper {
	height: 36px;
	line-height: 36px;
	background-color: #f6f6f6;
}
.portfolioOneExpandButton {
	height: 36px;
	line-height: 36px;
	float: left;
	padding-left: 40px;
	color: #666;
	background: #e9e9e9 url(/wap/images/skins/default/portfolioExpandButtonBg.png) left center no-repeat;
	padding-right: 12px;
}
.portfolioOneDetailsButton {
	height: 36px;
	line-height: 36px;
	float: right;
	padding-right: 40px;
	color: #666;
	background: #e9e9e9 url(/wap/images/skins/default/portfolioDetailsButtonBg.png) right center no-repeat;
	padding-left: 12px;
}
.portfolioOneExpandButton:hover, .portfolioOneDetailsButton:hover {
	text-decoration: none;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// One Column Portfolio CSS Rules End                                                                 */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Two Columns Portfolio CSS Rules Start                                                              */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.portfolioTwoPageWrapper {
	margin-bottom: 0px;
}
.portfolioTwoWrapper {
	margin-left: 12px;
}
.portfolioTwoItemWrapper {
	float: left;
	margin-right: 18px;
	margin-bottom: 36px;
	border-radius: 6px;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.12);
	background-color: #fff;
}
.portfolioTwoItemImageWrapper {
	border-radius: 6px;
}
.portfolioTwoItemImageWrapper:hover {
	border-radius: 6px;
}
.portfolioTwoItemImageWrapper img {
	width: 100%;
	height: auto;
}
.portfolioTwoItemInfoWrapper {
	background-color: #fff;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 36px;
}
.portfolioTwoItemTitle {
	font-size: 12px;
	margin-bottom: 0px;
	height: 36px;
	line-height: 36px;
	padding-bottom: 0px;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
}
.portfolioTwoHoverDeco {
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Two Columns Portfolio CSS Rules End                                                                */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Single Project Page CSS Rules Start                                                                */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.singleProjectPageWrapper > .pageContentWrapper {
	border-radius: 6px 6px 0px 0px;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.12);
}
.singleProjectImageWrapper {
	margin-right: 12px;
	margin-left: 12px;
	border: 3px solid #fff;
	margin-bottom: 36px;
	border-radius: 6px;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.12);
	background-color: #fff;
}
.singleProjectImage {
	width: 100%;
	height: auto;
	border-radius: 6px;
}
.singleProjectItemButtonsWrapper {
	height: 36px;
	line-height: 36px;
	background-color: #f6f6f6;
	margin-left: 12px;
	margin-right: 12px;
	border-radius: 0px 0px 6px 6px;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.12);
}
.singleProjectExpandButton {
	height: 36px;
	line-height: 36px;
	float: left;
	padding-left: 40px;
	color: #666;
	background: #f0f0f0 url(/wap/images/skins/default/portfolioExpandButtonBg.png) left center no-repeat;
	padding-right: 12px;
}
.singleProjectDetailsButton {
	height: 36px;
	line-height: 36px;
	float: right;
	padding-right: 40px;
	color: #666;
	background: #f0f0f0 url(/wap/images/skins/default/portfolioDetailsButtonBg.png) right center no-repeat;
	padding-left: 12px;
}
.singleProjectExpandButton:hover, .singleProjectDetailsButton:hover {
	text-decoration: none;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Single Project Page CSS Rules End                                                                  */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Blog Page CSS Rules Start                                                                          */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.blogPageWrapper {
	margin-bottom: 0px;
}
.blogPostsWrapper {
	margin-left: 12px;
margin-right: 12px;
	overflow: visible;
}
.smallPostWrapper {
	margin-bottom: 36px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.12);
}
.postThumbnailWrapper {
	border-radius: 6px;
}
.postThumbnailWrapper img {
	width: 100%;
	height: auto;
	border-radius: 6px;
}
.postThumbnailWrapper:hover {
}
.postExcerptWrapper {
	background-color: #fff;
	padding-top: 23px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 22px;
}
.postExcerptWrapper > *:last-child {
	margin-bottom: 0px;
}
.smallPostTitle {
	margin-bottom: 19px;
	height: 18px;
	padding-bottom: 0px;
}
.smallPostInfoWrapper {
	height: 36px;
	line-height: 36px;
	background-color: #f6f6f6;
	padding-left: 12px;
	color: #666;
}
.postInfo {
	margin-right: 18px;
}
.postInfoNoMargin {
	margin-right: 0px;
}
.smallPostMoreButton {
	height: 36px;
	line-height: 36px;
	float: right;
	padding-right: 40px;
	color: #666;
	background: #f0f0f0 url(/wap/images/skins/default/smallPostReadMoreButtonBg.png) right center no-repeat;
	padding-left: 12px;
}
.smallPostMoreButton:hover {
	text-decoration: none;
}
.smallPostQuote {
	padding-left: 28px;
	background: url(/wap/images/common/quoteBg.png) 0 0 no-repeat;
	font-style: italic;
}
.smallPostQuoteAuthor {
	font-style: normal;
	color: #999;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Blog Page CSS Rules End                                                                            */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Blog Post CSS Rules Start                                                                          */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.singlePostPageWrapper {
}
.singlePostContentWrapper {
	background-color: #fff;
	padding-top: 18px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 12px;
margin-right: 12px;
	padding-bottom: 27px;
	border-radius: 6px 6px 0px 0px;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.12);
}
.singlePostContentWrapper > *:last-child {
	margin-bottom: 0px;
}
.singlePostInfoWrapper {
	height: 36px;
	line-height: 36px;
	background-color: #fff;
	margin-left: 12px;
margin-right: 12px;
	padding-left: 12px;
	margin-bottom: 36px;
	border-radius: 0px 0px 6px 6px;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.12);
}
.commentsSectionWrapper {
	background-color: #fff;
	margin-bottom: 27px;
	margin-left: 12px;
margin-right: 12px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 23px;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.12);
	border-radius: 6px;
}
.commentsTitle {
	padding-top: 0px;
	margin-bottom: 22px;
}
.commentsSectionWrapper > .commentsWrapper {
	margin-bottom: 23px;
}
.commentsSectionWrapper > .commentsWrapper > .commentWrapper {
	padding-bottom: 21px;
	border-bottom: 1px solid #f0f0f0;
}
.commentsWrapper > .commentWrapper {
	margin-bottom: 27px;
}
.commentsWrapper > .commentWrapper:last-child {
	margin-bottom: 0px;
}
.commentAvatar {
	float: left;
	border: 3px solid #f0f0f0;
	border-radius: 6px;
}
.commentAvatar > img {
	border-radius: 6px;
	width: 100%;
	height: 100%;
}
.commentWrapper > .commentAvatar {
	width: 36px;
	height: 36px;
}
a.commentAvatar:hover {
}
.commentInfoWrapper {
	float: left;
	margin-left: 27px;
	margin-bottom: 0px;
	margin-top: 11px;
	padding-bottom: 0px;
}
.comment {
	margin-left: 69px;
	clear: both;
	border-top: 1px solid #f0f0f0;
	padding-top: 23px;
	top: -1px;
}
.comment > *:last-child {
	margin-bottom: 0px;
}
.commentsFormWrapper {
	margin-bottom: 27px;
}
.commentsForm {
}
.commentsFormTitle {
	margin-bottom: 18px;
}
.commentsForm .formFieldWrapper {
	margin-bottom: 23px;
}
.commentsForm .formTextareaWrapper {
	margin-bottom: 27px;
}
.commentsForm label {
	margin-bottom: 13px;
	width: 100%;
}
.commentsForm .formFieldWrapper input[type="text"], .commentsForm .formTextareaWrapper textarea {
	margin-bottom: 0px;
	background-color: #f3f3f3;
	border: 1px solid #f0f0f0;
}
.commentsForm .formFieldWrapper input[type="text"]:focus, .commentsForm .formTextareaWrapper textarea:focus {
	background-color: #f6f6f6;
}
.commentsForm .formFieldWrapper input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	height: 36px;
}
.commentCommentTextarea {
	width: 100%;
	box-sizing: border-box;
	height: 168px;
}
input.commentSubmitButton, input.commentSubmitButton:hover {
	height: 36px;
	line-height: 36px;
	background-color: #B00000;
	padding-left: 12px;
	padding-right: 12px;
	float: right;
	color: #fff;
	border: none;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Blog Post CSS Rules End                                                                            */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/




/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// 404 Page CSS Rules Start                                                                           */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.errorSearchForm {
	margin-bottom: 27px;
}
#errorSearchFormField {
	width: 100%;
	height: 36px;
	box-sizing: border-box;
	border-right: 0px;
	margin-bottom: 0px;
	background-color: #f3f3f3;
	border: 1px solid #f0f0f0;
	border-radius: 6px;
	color: #999;
}
input.errorSearchFormSubmitButton {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 36px;
	line-height: 36px;
	background-image: none;
	background-color: #B00000;
	padding-left: 12px;
	border: none;
	color: #fff;
}
input#errorSearchFormField:focus {
	background-color: #f6f6f6;
}
input.errorSearchFormSubmitButton:hover {
	background-color: #B00000;
	color: #fff;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// 404 Page CSS Rules End                                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Contact Page CSS Rules End                                                                         */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.contactPageWrapper {
}
.contactFormWrapper {
	margin-left: 12px;
margin-right: 12px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #f9f9f9;
	padding-top: 23px;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.12);
	border-radius: 6px;
}
.contactForm {
	margin-bottom: 27px;
}
.contactTitle {
	margin-bottom: 18px;
	padding-top: 0px;
}
.contactForm .formFieldWrapper {
	margin-bottom: 23px;
}
.contactForm .formTextareaWrapper {
	margin-bottom: 36px;
}
.contactForm label {
	margin-bottom: 13px;
	width: 100%;
	box-sizing: border-box;
	height: 18px;
	line-height: 18px;
}
.contactForm .formFieldWrapper input[type="text"], .contactForm .formTextareaWrapper textarea {
	margin-bottom: 0px;
	box-sizing: border-box;
	background-color: #f3f3f3;
	border: 1px solid #f0f0f0;
	color: #999;
	border-radius: 6px;
}
.contactForm .formFieldWrapper input[type="text"]:focus, .contactForm .formTextareaWrapper textarea:focus {
	background-color: #f6f6f6;
}
.contactForm .formFieldWrapper input[type="text"] {
	width: 100%;
	height: 36px;
}
.contactTextarea {
	width: 100%;
	max-width: 100%;
	height: 168px;
	box-sizing: border-box;
}
input.contactSubmitButton, input.contactSubmitButton:hover {
	height: 36px;
	line-height: 36px;
	background-color: #B00000;
	padding-left: 12px;
	padding-right: 12px;
	float: right;
	color: #fff;
	border: none;
}
.formValidationError {
	display: none;
	height: 36px;
	line-height: 36px;
	margin-left: 0px;
	color: #cc0000;
	float: left;
}
input.fieldHasError, textarea.fieldHasError {
}
.formSuccessMessageWrapper {
	display: none;
	margin-bottom: 4px;
}
.formSuccessMessageWrapper > h4 {
	background: url(/wap/images/icons/smallIcons/16/2/iconCheckmarkBg16.png) 0 center no-repeat;
	padding-left: 28px;
}
.socialIconsWrapper {
	background-color: #fff;
	margin-left: 12px;
margin-right: 12px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 27px;
	padding-bottom: 27px;
	height: 16px;
	text-align: center;
	vertical-align: baseline;
	margin-bottom: 36px;
	letter-spacing: -3px;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.12);
	border-radius: 6px;
}
.socialIconsWrapper > .socialIcon {
	display: inline-block;
	vertical-align: baseline;
	width: 16px;
	height: 16px;
	padding-left: 12px;
	padding-right: 12px;
	background-position: center center;
	background-repeat: no-repeat;
}
.contactMapWrapper {
	background-color: #fff;
	padding: 3px;
	padding-top: 23px;
	margin-bottom: 36px;
	margin-left: 12px;
margin-right: 12px;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.12);
	border-radius: 6px;
}
.contactMap {
	display: block;
	overflow: hidden;
	height: 168px;
	width: 100%;
	margin: 0px;
	border: none;
	padding: 0px;
	box-sizing: border-box;
}
.mapTitle {
	margin-bottom: 22px;
	margin-left: 9px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Contact Page CSS Rules End                                                                         */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Page Numbers CSS Rules End                                                                         */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.pageNumbersWrapper {
	margin-top: 0px;
	clear: both;
	margin-bottom: 36px;
	margin-left: 12px;
margin-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 6px;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.12);
	background-color: #fff;
	padding-left: 12px;
}
.pageNumber {
	height: 24px;
	line-height: 24px;
	width: 24px;
	float: left;
	margin-right: 12px;
	background-color: #f0f0f0;
	color: #999;
	text-align: center;
	border-radius: 3px;
}
.pageNumber:hover {
	text-decoration: none;
	background-color: #f0f0f0;
}
.currentPageNumber {
	background-color: #0288D1;
	color: #fff;
	font-weight: bold;
}
.currentPageNumber:hover {
	background-color: #00649B;
	color: #fff;
}
.postLinksWrapper {
	height: 36px;
	line-height: 36px;
	clear: both;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 36px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.12);
}
.postLink {
	padding-left: 12px;
	padding-right: 12px;
}
.postLink:hover {
	text-decoration: none;
}
.previousPost {
	float: left;
	display: inline-block;
	height: 36px;
	line-height: 36px;
}
.nextPost {
	float: right;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	text-align: right;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Page Numbers CSS Rules End                                                                         */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Footer CSS Rules Start                                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.footerWrapper {
	padding-left: 12px;
padding-right: 12px;
	background-color: #333;
	height: 42px;
	border-top: 3px solid #303030;
	border-radius: 6px 6px 0px 0px;
}
.footerWrapper a {
	color: #B00000;
}
.copyrightWrapper {
	height: 42px;
	line-height: 42px;
	clear: both;
}
.copyright {
	color: #fff;
	display: inline;
	float: left;
}
.backToTopButton {
	height: 24px;
	width: 24px;
	position: absolute;
	right: 0px;
	top: 9px;
	z-index:999;
	background: url(/wap/images/common/backToTopButtonBg.png) center center no-repeat !important;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Footer CSS Rules End                                                                               */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Reset CSS Rules Start                                                                              */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.noPadding {
	padding: 0px;
}
.noMargin {
	margin: 0px;
}
.noBackground {
	background: none;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Reset CSS Rules End                                                                                */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
