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

/**************************************************************************************/
/**************************************************************************************/
/*   Elements
/**************************************************************************************/
/**************************************************************************************/

#logo img{
  max-width:none!important;
}

@media(max-width: 1000px)
{
  #logo img{
    max-width:100%!important;
  }
}


* {padding:0; margin:0; border: 0px;}

html,
body
{
}

body
{
	margin: 0px;
	line-height: 18px;
	background-position: left top;
	background-repeat: repeat-x;
}

img
{
	max-width: 100%;
}

a
{
	text-decoration: none !important;
}

a:hover
{
	text-decoration: underline;
}

a:focus
{
	outline: none;
}

a:hover
{
	text-decoration: none;
}

p
{
	margin: 0;
	padding-bottom: 12px;
}

p.home
{
	font-size: 13px;
	padding-bottom: 15px;			
}

blockquote
{
	line-height: 19px;	
}


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


textarea
{
	resize: none;
}

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
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
}

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"]
{
	padding: 6px !important;
	height: auto !important;
}

.input-block-level
{
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.page-login form .control-group
{
	margin: 0;
}

.page-registration
{
	padding: 50px 0px;
}

.page-remind,
.page-reset,
.page-login
{
	padding: 50px 0px 150px;
}

.page-registration form label,
.page-remind form label,
.page-reset form label,
.page-login form label,
.page-login form label,
.page-profile__edit form label
{
	display: inline-block;
	margin-right: 20px;
}

.page-remind form button,
.page-reset form button
{
	display: inline-block;
	margin-left: 10px;
}

.form-vertical label
{
	display: inline-block;
}

#form-login-remember label
{
	margin-bottom: 20px;
}

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


h1{
	color: #626262 !important;
    font-family: "Trebuchet MS" !important;
    font-size: 26px!important;
    font-weight: bold !important;
}


.page-header h1,
.page-header h2,
.page_header h1,
.page_header 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);
    margin-bottom: 40px;
    padding: 18px 25px;
    border-radius: 3px;	
	font-size: 22px;
    font-weight: normal;
    line-height: 22px;
	text-align: right;
}	

.item__featured .item_title
{
	overflow: hidden;
}

.item__module h2.item_title
{
	border-bottom: none;
}

.page-header
{
	padding-bottom: 9px;
	margin: 20px 0 30px;
}

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

.item_img img,
.category_img img,
.item_fulltext img,
.random-image img
{
	margin-bottom: 8px;
	margin-top: 4px;	
	display: inline-block;
}

.img-intro__none,
.img-full__none
{
	width: 99%;
	margin-bottom: 30px;	
}

.span9 .row-fluid [class*="span"] .img-intro__none,
.span9 .row-fluid [class*="span"] .img-full__none
{
	width: 96.5%;	
}

.span6 .row-fluid [class*="span"] .img-intro__none,
.span6 .row-fluid [class*="span"] .img-full__none
{
	width: 97%;	
}

.img-intro__none img,
.img-full__none img
{
	width: 100%;	
}

.img-intro__left,
.img-full__left,
.item_fulltext img.left
{
	float: left;
	margin: 0 25px 10px 0;
}

.img-intro__right,
.img-full__right,
.item_fulltext img.right
{
	float: right;
	margin: 0 0 10px 25px;
}

img.noborder
{
	border-radius: 0px;
	border: none !important;	
}

.page-blog .items-row.cols-3 .item_img.img-intro
{
	margin: 0px 0px 25px 0px;	
	width: 97%;
}

.page-blog .items-row.cols-3 .item_img.img-intro img
{
	width: 100%;
	overflow: hidden;	
}

/**************************************************************************************/
/*   Captions																		  */

.img_caption
{
	text-align: center!important;
}

.img_caption.left
{
	float: left;
	margin-right: 1em;
}

.img_caption.left p
{
	clear: left;
	text-align: center;
}

.img_caption.right
{
	float: right;
	margin-left: 1em;
}

.img_caption.right p
{
	clear: right;
	text-align: center;
}

.img_caption.none
{
	margin-left: auto;
	margin-right: auto;
}

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

.categories-module li,
.archive-module li
{
	padding: 0 0 0 20px;
	list-style: none;
	list-style-image: none;
}

ul.categories-module h5
{
	font-size: 1em;
	line-height: inherit;
	font-weight: normal;
	margin: 0;
}

.categories-module,
.archive-module
{
	margin: 0;
}

.categories-module li,
.archive-module li
{
	line-height: 30px;
}

.categories-module li a,
.archive-module li a
{
	font-size: 14px;
	line-height: 30px;
}

.moduletable ul
{
	margin-left: 0px;	
}

.moduletable ul li
{
    list-style-image: url("../images/li.style.grey.png");
    list-style-position: inside;
    cursor: pointer;
}

.moduletable ul.item-list li
{
	list-style: none;
	list-style-image: none;
	background: url('../images/li.style.grey.png') left 11px no-repeat;
	padding: 0 0 0 25px;
}


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

.readmore
{
	text-transform: none;
	border: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none;
	border-radius: 0;
}

a.btn,
a.readmore,
.btn_info,
.btn-info,
.btn-group button.btn,
.mod-newsflash a.readmore,
.btn-primary,
.btn_primary,
.contentpane .button
{
	padding: 5px 25px;
	font-size: 11px;
	line-height: 16px;
	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: none !important;
}

.btn_info.active,
.btn-info.active,
.btn_info:active,
.btn-info:active,
.btn-primary.active,
.btn_primary.active,
.btn-primary:active,
.btn_primary:active
{
	box-shadow: none;
}

.btn,
.mod-newsflash a.readmore
{
	text-shadow: none !important;
}

#aside-right .mod-newsflash a.readmore
{
	text-align: right;
}

.contentpane .button
{
	margin-top: 20px;
}

.mod-single-article .btn.readmore
{
	margin-top: 20px;
	float: right;	
}

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

.pagination span,
.pagination a
{
	background: none !important;
	padding: 0 6px;
}

.pagination ul
{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin: 0 auto;
}

.pagination ul li .pagenav
{
	font: 800 14px/18px;
	text-transform: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	box-shadow: none;
}

.pagination ul li a.pagenav:hover
{
	background: none;
}


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


p.blocknumber 
{
    min-height: 40px;
    padding: 5px 0 10px 60px !important;
    position: relative;
}

span.blocknumber  
{
    border-radius: 22px 22px 22px 22px;
    font-size: 20px;
    height: 44px;
    left: 0;
    line-height: 44px;
    position: absolute;
    text-align: center;
    width: 44px;
	margin-top: 6px;
}


/**************************************************************************************/
/*   Toggling																		  */

.benefit-work .toggle
{
	min-height: 40px;
	font-size: 13px;
	font-weight: normal;
	background-image: url('../images/bg.toggle.open.png');
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	margin:  0px 0px 0px 0px;
	padding: 6px 0px 3px 50px;
	clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;		
}

.benefit-work .toggle:hover
{
	background-image: url('../images/bg.toggle.open.hover.png');
}

.benefit-work .toggle.opened
{
	background-image: url('../images/bg.toggle.close.png');
	background-position: left top;
	background-repeat: no-repeat;
}

.benefit-work .toggle.opened:hover
{
	background-image: url('../images/bg.toggle.close.hover.png');
}

.benefit-work .toggle_content
{
	display: none;
	padding: 20px;
	font-size: 12px;
	font-weight: normal;
	border-radius: 3px;
	    margin-bottom: 10px;
}


/**************************************************************************************/
/*   Searching																		  */


ul#finder-filter-select-dates li.filter-date
{
	margin-bottom: 4px;
	margin-right: 4px;
}

ul#finder-filter-select-dates li.filter-date select.filter-date-operator
{
	margin-bottom: 9px;
}

#searchForm fieldset
{
	margin-bottom: 20px;
}

#searchForm fieldset label
{
	display: inline-block;
	margin-right: 1em;
}

#searchForm .form-limit label
{
	float: left;
}

#searchForm .form-limit select
{
	float: right;
	position: relative;
	top: -4px;
}

#searchForm .form-limit p
{
	overflow: hidden;
	clear: both;
}

dl.search-results
{
	margin-bottom: 30px;
}

dl.search-results dt
{
	margin-top: 20px;
}

.navbar-form .btn,
.navbar-form .btn-group
{
	margin-top: 5px;
}

#mod-finder-searchword
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 4px;
	border: 1px solid #ebebeb;
	box-shadow: none;
}

/**************************************************************************************/
/*   Modal																			  */

.modalClose
{
	margin: 14px;
}

div.modal.fade.in.loginPopup
{
	width: 260px;
	margin: -130px 0 0 -130px;
	top: 50%;
	left: 50%;
}

.login-greeting
{
	margin: 0 0 9px 0;
}

.input-modal
{
	width: 146px;
}

div.modal.fade
{
	z-index: -500;
}

div.modal.fade.in
{
	z-index: 1100;
}


/**************************************************************************************/
/*   Social																			  */

.social
{
	text-align: right;
	width: 70px;
	position: absolute;
	margin: 0;
	top: 23px;
	left: -28px;
}

.social li
{
	display: inline;
	margin: 0 3px 0 0;
}

.social li a
{
	display: inline-block;
	vertical-align: top;
	font-size: 0px;
	text-indent: -999px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.social li a:hover
{
	background-color: none;
	background-position: left bottom;
}

.twitter
{
	background: url('../images/social/twitter.png');
}

.facebook
{
	background: url('../images/social/facebook.png');
}

.feed
{
	background: url('../images/social/feed.png');
}

.youtube
{
	background: url('../images/social/youtube.png');
}

.vimeo
{
	background: url('../images/social/vimeo.png');
}

.mod-menu__social
{
	position: relative;
	z-index: 50;
}


/**************************************************************************************/
/*   Newsflash																		  */


#aside-right .mod-newsflash .newsflash-title
{
	padding-left: 51px;	
}

.mod-newsflash p img.introico
{
	padding: 4px 20px 30px 0px;
	float: left;
}

ul.mod-newsflash__horiz li
{
	list-style: none;
}

ul.mod-newsflash__horiz li p
{
	line-height: 16px;
}

.mod-newsflash-adv__links .item_content
{
	border-radius: 5px;
	padding-bottom: 24px;
}

.mod-newsflash-adv__links .item_content ul
{
	margin-bottom: 0;
}

.mod-newsflash-adv__links .item_content ul li
{
	line-height: 28px;
}

.mod-newsflash-adv__links .item_content ul li a
{
	font-size: 14px;
	line-height: 30px;
	text-decoration: underline;
}

.mod-newsflash-adv__links .item_content h2
{
	text-transform: none;
	padding-bottom: 0;
	line-height: 68px;
	margin-bottom: 20px;
}

.mod-newsflash-adv__links a.readmore
{
	background: none;
	padding: 4px 0;
	margin: 0 0 0 45px;
	box-shadow: none;
	border: none;
	font-size: 14px;
}

.mod-newsflash-adv__links .shadow span
{
	bottom: 21px;
	width: 92%;
	left: 4%;
}

.mod-newsflash-adv__links.support .item_content
{
	padding-bottom: 12px;
}

.mod-newsflash-adv__links.support .item_introtext
{
	padding: 0 24px;
	font-size: 14px;
	line-height: 22px;
}

.mod-newsflash-adv__links.support a.readmore
{
	margin: 0 0 0 24px;
}


/**************************************************************************************/
/*   Acymailing																		  */


.acymailing_form,
.acymailing_form .acysubbuttons 
{
	text-align: left;	
}

.acymailing_form .acysubbuttons .button
{
	margin-top: 5px;
}

.acymailing_module_form span.acymailing_finaltext
{
	display: block;
	padding-top: 5px;
	text-align: left;
}


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


#back-top
{
	position: fixed;
	bottom: 90px;
	right: 20px;
	z-index: 60;
}

#back-top a
{
	width: 46px;
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	text-transform: none;
	text-decoration: none;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top span
{
	width: 46px;
	height: 46px;
	display: block;
	margin-bottom: 7px;
	background: url('../images/up.arrow.png') no-repeat center center;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}


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


.page-gallery .item_img
{
	margin-right: 0;
	float: none;
	display: block;
}

.page-gallery .item_title
{
	line-height: 36px;
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 10px;
}

.category_child .category_title a
{
	display: inline-block;
	margin-right: 12px;
}

.page-gallery .category_desc
{
	margin-bottom: 20px;
}

.page-gallery ul.singleColumn li
{
	margin-left: 0;
}

.page-gallery .item_img.img-intro .touchGalleryLink img
{
	width: 100%;
}

.page-gallery a.zoom,
.page-item__gallery a.zoom
{
	position: relative;
	display: block;
	overflow: hidden;
}

.page-gallery a.zoom span.zoom-bg,
.page-item__gallery a.zoom span.zoom-bg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
}

.page-gallery a.zoom span.zoom-icon,
.page-item__gallery a.zoom span.zoom-icon
{
	background: url('../images/zoom.png') left top no-repeat;
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: -50%;
	left: 50%;
	margin: -18px 0 0 -18px;
}

.page-gallery .item_icons,
.page-item__gallery .item_icons
{
	margin-bottom: 9px;
}

ul.singleColumn
{
	margin: 0;
}

ul.singleColumn > .item
{
	list-style: none;
	width: 100%;
}

.view-article #prevArrow,
.view-article #nextArrow
{
	display: none;
}

.isotope-item
{
	z-index: 2;
}

.isotope-hidden.isotope-item
{
	pointer-events: none;
	z-index: 1;
}

.isotope,
.isotope .isotope-item
{
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope
{
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item
{
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition
{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

ul#filters li
{
	display: inline-block;
	vertical-align: top;
	margin: 9px 9px 0 0;
}

#isotopeContainer
{
	padding-top: 8px;
}

.page-gallery_img
{
	margin-left: 0;
}

.category_children .category_child
{
	margin-bottom: 20px;
}

#galleryOverlay
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 100000;
	overflow: hidden;
	display: none;
	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

#galleryOverlay.visible
{
	opacity: 1;
}

#gallerySlider
{
	height:100%;
	
	left:0;
	top:0;
	
	width:100%;
	white-space: nowrap;
	position:absolute;
	
	-moz-transition:left 0.4s ease;
	-webkit-transition:left 0.4s ease;
	transition:left 0.4s ease;
}

#gallerySlider .placeholder
{
	background: url("../images/system/preloader.gif") no-repeat center center;
	height: 100%;
	line-height: 1px;
	text-align: center;
	width:100%;
	display:inline-block;
}

#gallerySlider .placeholder:before
{
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right:-1px;
}

#gallerySlider .placeholder img
{
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}

#gallerySlider.rightSpring
{
	-moz-animation: rightSpring 0.3s;
	-webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring
{
	-moz-animation: leftSpring 0.3s;
	-webkit-animation: leftSpring 0.3s;
}

/* Firefox Keyframe Animations */

@-moz-keyframes rightSpring
{
	0%{		margin-left:0px;}
	50%{	margin-left:-30px;}
	100%{	margin-left:0px;}
}

@-moz-keyframes leftSpring
{
	0%{		margin-left:0px;}
	50%{	margin-left:30px;}
	100%{	margin-left:0px;}
}

/* Safari and Chrome Keyframe Animations */

@-webkit-keyframes rightSpring
{
	0%{		margin-left:0px;}
	50%{	margin-left:-30px;}
	100%{	margin-left:0px;}
}

@-webkit-keyframes leftSpring
{
	0%{		margin-left:0px;}
	50%{	margin-left:30px;}
	100%{	margin-left:0px;}
}

#prevArrow,#nextArrow
{
	border:none;
	text-decoration:none;
	background:url('../images/gallery/arrows.png') no-repeat;
	opacity:0.5;
	cursor:pointer;
	position:absolute;
	width:43px;
	height:58px;
	top:50%;
	margin-top:-29px;
	-moz-transition:opacity 0.2s ease;
	-webkit-transition:opacity 0.2s ease;
	transition:opacity 0.2s ease;
}

#prevArrow:hover, #nextArrow:hover
{
	opacity:1;
}

#prevArrow
{
	background-position:left top;
	left:40px;
}

#nextArrow
{
	background-position:right top;
	right:40px;
}


/**************************************************************************************/
/*   Testimonials																	  */

blockquote p
{
	font-size: 12px;
	line-height: 20px;
}

blockquote a
{
	display: block;
	margin: 4px 5px 0px 0px;	
}


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

#wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto;
}

#push
{
	height: 180px;
}

.item-separator
{
	clear: both;
	height: 25px;	
}

.article-info
{
	display: block;
	overflow: hidden;
	width: 100%;
	margin-bottom: 5px;
}

.article-info dd,
.article-info dt
{
	float: left;
}

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

.clearfix
{
 *zoom: 1;
}

.clearfix:before,
.clearfix:after
{
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after
{
	clear: both;
}

.hide-text
{
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

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

.wshadow
{
	position: relative;
	z-index: 10;
}

.shadow
{
	position: relative;
	z-index: 1;
}

.shadow span
{
	bottom: 0px;
	display: block;
	height: 0px;
	left: 1%;
	position: absolute;
	width: 98%;
}

/**************************************************************************************/
/*   Top Row		  																  */

#header-top-row
{
	padding: 11px 0px;
	background-color: #f4f4f4;
}
#header-top-row .moduletable .mod-custom.mod-custom__span6{margin-left: 0px;}
#header-top-row .moduletable.phoneus .phoneus{
	display: block;
	text-align: right;
	    width: 100%;
}
#header-top-row .moduletable.phoneus .phoneus p{
	padding-bottom: 0px;
    color: #00b9f2;
        line-height: 20px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1px;
}

#header-top-row .nav.menu
{
	margin-bottom: 0px;	
}

#header-top-row .moduletable ul li
{
	list-style: none;
	float: left;
	margin-right: 10px;
	opacity: 0.5;
	transition: opacity 0.3s ease 0.1s;
}
#header-top-row .moduletable ul li a{padding: 0px;}
#header-top-row .moduletable ul li:hover
{
	opacity: 0.9;
}

#header-top-row .mod-custom__call-now
{
	float: right;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	font-style: italic;	
}

#header-top-row .mod-custom__call-now p
{
	padding-bottom: 0px;	
}


/**************************************************************************************/
/*   Logo Row		  																  */

#logo-row .mod-search
{
	margin-top: 16px;
	position: relative;
	padding-left: 55px;
}

#logo-row .mod-search_searchword
{
	width: 286px;
	border: none;
	position: relative;
	padding: 9px 6px 8px 35px !important;
	display: block;
	height: 32px;
	border-radius: 3px;
	box-shadow: none !important;
}

#logo-row .btn-search
{
	background: url('../images/ico.search.png') 0px 0px no-repeat !important;
	width: 18px;
	height: 18px;
	padding: 0;
	margin: 0;
	text-indent: -999em;
	border: none;
	position: absolute;
	top: 13px;
	left: 66px;
	z-index: 20;
	box-shadow: none;
}

#logo-row .moduletable.call-now
{
	letter-spacing: -1px;
	font-size: 18px;
	text-align: right;
	font-weight: normal;
}
#logo-row .header{padding: 26px 15px;}

#logo-row .moduletable.call-now div
{
	padding: 29px 45px 0px 0px;	
	font-size: 24px;
	font-weight: bold;	
}

#logo-row .moduletable.call-now span
{
	padding-left: 5px;	
}

#logo a
{
	display: inline-block;
	margin: 0px;
	padding-top: 5px;
}

#logo div.slogan
{
	font-size: 12px;
	margin: 0px;
	line-height: 12px;
}


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

nav.navmenu .navigation.main_menu ul.sf-menu{    padding: 20px 0px;}


#navigation-row .container
{
	margin-bottom: 30px;
}
.menubar.joymenu nav.navmenu ul.sf-menu li:last-child a{margin-right: 0px;}


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


#slider-row
{
	background-color: #F5F5f5;
}

.body__home_simple #slider-row 
{ 
	background-color: #F5F5F5; 
	background-image: none;
}

.body__home_simple #slider-row .wrapper
{
	background-image: none !important;
}
			
#slider-row .wrapper.top
{
}

#slider-row .wrapper.bottom
{
}

#slider-row .container
{
	position: relative;
}

#slider-row .shadow
{
	top: -1px;
}

.moduletable.slider
{
	border-radius: 0px;
	overflow: hidden;
}

#camera-slideshow
{
	margin: 0 !important;
}


/**************************************************************************************/
/*   enjoyworks	  	*/
.enjoyworks{padding: 0px 25px!important;}
.enjoyworks .enjoy-details h3{margin-bottom: 10px !important;}
.enjoyworks .enjoy-details p{text-align: justify;}
.enjoywork-img img{   
    
	border: 5px solid #00b9f2;
	transition: opacity 0.5s ease 0.1s;
  max-width:100%!important;
  
}

.enjoywork-img a:first-child{
  max-width:100%;
}

.enjoywork-img img:hover{
	    opacity: 0.8;
}
.enjoywork-img a{display: inline-block;     cursor: pointer;}
.enjoywork-img a.readmore{
position: absolute;
    left: 40px;
    bottom: 25px;
    text-decoration: none;
    background-position: center;
    transition: background 0.8s;
}
.enjoywork-img a.readmore:hover{color:#fff !important;}
/**************************************************************************************/
/*   Breadcrumb Row		  															  */
.server-range h2{margin-top: 0px;margin-bottom: 30px;}
.range-service .ranger{min-height: 108px;}
.range-service .ranger .range-img img{
	background: #4e707a;
	padding: 2px;
	border-radius: 50%;
    box-shadow: 1px 1px 7px rgba(86, 84, 84, 0.66);
    -webkit-box-shadow: 1px 1px 7px rgba(86, 84, 84, 0.66);
    -moz-box-shadow: 1px 1px 7px rgba(86, 84, 84, 0.66);
    -ms-box-shadow: 1px 1px 7px rgba(86, 84, 84, 0.66);
    -o-box-shadow: 1px 1px 7px rgba(86, 84, 84, 0.66);
}
.range-service .ranger .range-content h4{
	font-size: 16px;
	margin-bottom: 4px;
}
.range-service .ranger .range-content p{ 
	    color: #626262;
}
.range-service .ranger:hover .range-img img{
	background: #00b9f2;
	-webkit-box-shadow: 0px 0px 14px rgba(86, 84, 84, 0.8);
	-ms-box-shadow: 0px 0px 14px rgba(86, 84, 84, 0.8);
	-moz-box-shadow: 0px 0px 14px rgba(86, 84, 84, 0.8);
	-o-box-shadow: 0px 0px 14px rgba(86, 84, 84, 0.8);
	box-shadow: 0px 0px 14px rgba(86, 84, 84, 0.8);
}
.range-service .ranger:hover p.pare{color: #00b9f2;}


/**************************************************************************************/
/*   workplace 																		*/
.workplace{
	border-top: 2px solid #00b9f2;
	padding: 4% 0% 2% 0%;
}
.workplace .morale{
	display: inline-block;
	width: 100%;
	clear: both;
	margin-bottom: 30px;
}
.workplace .benefit-work .banafit-tab{width: 28% !important;}
.workplace .benefit-work .banafit-text, .workplace .benefit-work .banafit-img{    width: 36% !important;}
.benefit-work .banafit-text h4{
	font-size: 22px; 
	color:#626262 !important;
	    margin-bottom: 10px;
    padding-bottom: 15px;
}
.workplace .benefit-work .banafit-img img{width: 100%;    box-shadow: 1px 1px 4px;}
/**************************************************************************************/
/*   contact-part	  															  */

.contact-part{display: inline-block;width: 100%; clear: both;}
.newletter .login-form input{width: 93%; display: none;}
.newletter .login-form input, .newletter .login-form a{    margin-bottom: 12px;}
.our-service .provice-services ul.nav.menu li{margin-bottom: 5px; display: list-item;}
.our-service .provice-services ul.nav.menu li  a{color:#626262;padding: 0px;}
.our-service .provice-services ul.nav.menu li a:hover{ padding-left: 5px; color: #00b9f2 !important;background: none;}
.contact-part .team-img img{margin-right: 5px; box-shadow: 1px 1px 4px;}
.contact-part .team-img img:last-child{margin-right: 0px;}

/**************************************************************************************/
/*   contact-us	  															  */

.contact-us{
	border-top: 2px solid #00b9f2;
    padding: 53px 0px;
}
.contact-us .contact-text h3{padding: 3px 0px 0px 0px;}
.contact-us .contact-button{text-align: right;}
.login-form a{
	font-size: 16px;
    font-weight: 600;
    background-position: center;
    transition: background 0.8s;
    padding: 8px 20px;
    letter-spacing: 1px;
}
.contact-us .bhasker-text{padding-left: 40px;}
.contact-us .bhasker-button{padding-right: 40px;}
.contact-us .contact-text p{
	font-family: "OpenSans-Regular" !important;
    font-size: 1.3em;
    line-height: 1.6em;
    padding: 10px 0px 0px 0px;
}
.contact-us .contact-button .bhasker-button a, .contact.tete .accordion-heading strong a.accordion-toggle{
	font-family: "OpenSans-Regular" !important;
	padding: 14px 28px; 
	font-size: 15px;
    color: #ffffff;
    background-position: center;
    transition: background 0.8s;
    background-color: #00b9f2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 0px #bfd831 !important;
    -ms-box-shadow: 0px 3px 0px #bfd831 !important;
    -moz-box-shadow: 0px 3px 0px #bfd831!important;
    box-shadow: 0px 3px 0px #bfd831!important;
        font-weight: 600;
}
.contact-us .contact-button .bhasker-button a:hover, .contact.tete .accordion-heading strong a.accordion-toggle:hover{
    background: #bfd831 radial-gradient(circle, transparent 1%, #bfd831 1%) center/15000% !important;
   	-webkit-box-shadow: 0px 3px 0px #00b9f2 !important;
	-ms-box-shadow: 0px 3px 0px #00b9f2 !important;
	-moz-box-shadow: 0px 3px 0px #00b9f2 !important;
	box-shadow: 0px 3px 0px #00b9f2 !important;
	color: #fff !important;
}
.btn.focus, .btn:focus, .btn:hover{color:#fff !important;}
.login-form a:hover, a.readmore:hover, .contact.tete .contact_form .contcaract button:hover{  
    background: #00b9f2 radial-gradient(circle, transparent 1%, #00b9f2 1%) center/15000% !important;
   	-webkit-box-shadow: 0px 3px 0px #bfd831 !important;
	-ms-box-shadow: 0px 3px 0px #bfd831 !important;
	-moz-box-shadow: 0px 3px 0px #bfd831 !important;
	box-shadow: 0px 3px 0px #bfd831 !important;
}
.contact-us .contact-button .bhasker-button a:active, .contact.tete .accordion-heading strong a.accordion-toggle:active{   
	background-size: 100% !important;
  	transition: background 0s !important;  
  	background-color: #6eb9f7 !important; 
}
.login-form a:active, a.readmore:active, .contact.tete .contact_form .contcaract button:active{
	background-size: 100% !important;
  	transition: background 0s !important;  
  	background-color: #bfd831 !important; 	
}
button:focus, .btn:focus, .contact.tete .accordion-heading strong a.accordion-toggle:focus, .contact.tete .contact_form .contcaract span.checkbox-radio-wrap__inline input[type=checkbox]:focus{outline: none !important;}
.contact.tete .contact_form .contcaract button:focus{outline: none !important; }
/**************************************************************************************/
/*   Breadcrumb Row		  															  */

#breadcrumbs-row .moduletable .breadcrumb,
#breadcrumbs-row .moduletable .mod-custom, .contact.tete .page-header
{
	background-repeat: repeat-x;
	border-radius: 4px;
	position: relative;
}

#breadcrumbs-row .moduletable .mod-custom,  .contact.tete .page-header
{
	padding: 18px 25px;
/*	margin-bottom: 20px;*/
}
 .contact.tete .page-header{margin-bottom: 30px;}
#breadcrumbs-row .moduletable .mod-custom h3,  .contact.tete .page-header h3
{
	padding: 0px;
	text-align: right;
	margin: 0px !important;
	    font-weight: normal !important;
}
 

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


#featured-row 
{
	padding-bottom: 55px;	
}

#featured-row .mod-newsflash .item,
#featured-row .mod-custom
{
	border-radius: 0px;
	padding: 0px 25px;
	margin: 0px 0px 0px 0px;
	border: none;
}

#featured-row .mod-newsflash .item,
#featured-row .mod-newsflash p
{
	text-align: center;
}

#featured-row .mod-custom p
{
	text-align: left;
	padding-bottom: 0px;
}

#featured-row .mod-custom img
{
	width: 96%;
	opacity: 1;
	transition: opacity 0.5s ease 0.1s;
}

#featured-row .mod-custom img:hover
{
	opacity: 0.8;
}

#featured-row .mod-custom a.readmore
{
	top: -45px;
	left: 17px;
	position: relative;
	border-radius: 0px;
}

#featured-row .module_title
{
	padding: 0px auto 10px auto;
	margin: 0px;
	text-transform: none;
	line-height: 44px;
	text-align: center;
}

#featured-row .mod-newsflash .item ul
{
	margin-bottom: 0;
}

#featured-row .mod-newsflash .item ul li
{
	line-height: 28px;
}

#featured-row .mod-newsflash .item ul li a
{
	font-size: 14px;
	line-height: 30px;
	text-decoration: underline;
}

#featured-row .mod-newsflash .item #system-readmore img
{
	text-align: center;
	display: block;
	margin: 0px auto 20px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	background-color: #F7F7F7;
}

#featured-row .mod-newsflash .item a.readmore
{
	margin-top: 10px;
}


/**************************************************************************************/
/*   Header Bottom Row	  															  */


#header-bottom-row 
{
	padding: 35px 0px;
	margin-bottom: 60px;	
}

#header-bottom-row a.readmore
{
	float: right;
}

#header-bottom-row h2.module_title,
#header-bottom-row h3.module_title
{
	text-align: center;
}

#header-bottom-row h4
{
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0px;
}

#header-bottom-row h4.tryit
{
	float: left;
	padding: 4px 0px 0px 30px;
	font-size: 22px;		
}

#header-bottom-row p
{
	padding: 10px 0px 0px 0px;
	text-align: center;
}

#header-bottom-row p.tryit
{
	padding: 0px 50px 0px 0px;
}

#header-bottom-row .mod-custom__why-us
{
	padding-top: 20px;	
}

#header-bottom-row .mod-custom__why-us .ico
{
	border-radius: 50%;
	display: inline-block;
	float: left;
	margin: 1px 20px 40px 0px;;
	padding: 10px;
}

#header-bottom-row .mod-custom__why-us h4,
#header-bottom-row .mod-custom__why-us p
{
	text-align: left;
}

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


#content-row{padding-top: 35px; padding-bottom: 25px;}

#content-row-1
{
	padding-bottom: 40px;
}

.page-header
{
	border: none;
	padding: 0;
	margin: 0;
}

.page-item
{
	padding-bottom: 46px;
}

.page-featured .items-leading .item__featured,
.page-category .category_desc p,
.page-blog .category_desc p
{
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    padding-bottom: 15px;	
}

.page-blog .category_desc p,
.page-category .category_desc p,
.page-category .items-row
{
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.contentpane,
.contentpane.modal
{
	padding: 30px;	
}

.item_info_dl
{
	margin-top: 0;
	margin-bottom: 12px;
}

.item_info_dl dd
{
	display: inline-block;
	line-height: 11px;
	padding-right: 12px;
	margin-right: 12px;
	margin-left: 0;
}

.item_info_dl dd:last-child
{
	border: none;
}

.item > .btn-group.pull-right
{
	margin-bottom: 12px;
}

/**************************************************************************************/
/*   Inner Pages      																	*/

.maincomponent_part h1, #content-row-3 h1{
	font-size: 32px !important;
	color:#00b9f2 !important;
	font-weight: bold !important;
	margin-top: 0px !important;
	margin-bottom: 12px !important;
}
.maincomponent_part h2, #content-row-3 h2{
	font-size: 21px !important;
	color:#00b9f2 !important;
	font-weight: bold !important;
	margin-top: 0px !important;
}
#yoo-zoo .items .teaser-item h3.pos-title a{
	color: #626262 !important;
}
.maincomponent_part h3, #content-row-3 h3{
	font-size: 21px !important;
	color: #626262 !important;
	font-weight: bold !important;
	margin-top: 5px !important;
	margin-bottom: 12px !important;
}
.maincomponent_part .contact .contact-miscinfo .contact-info h4{
	font-weight: normal !important;
	line-height: 25px !important;
}
.maincomponent_part h4, #content-row-3 h4{
	font-size: 16px !important;
	color: #626262 !important;
	font-weight: bold !important;
	margin-top: 0px !important;
}

.maincomponent_part .panel.panel-default, .maincomponent_part .panel.panel-default .panel-heading, .abouthe-author .panel.panel-default, .abouthe-author .panel.panel-default .panel-heading{border: 0px; box-shadow: none;}
.maincomponent_part .panel .panel-body, .abouthe-author .panel.panel-default .panel-body{padding: 0px;}
.maincomponent_part .panel.panel-default .panel-heading, .abouthe-author .panel.panel-default .panel-heading{margin-bottom: 10px;    border-radius: 4px;}
.maincomponent_part .panel.panel-default .panel-heading h3, .abouthe-author .panel.panel-default .panel-heading  h3{margin: 0px}
.the-joyworkz-team .joyworkz-team-inner{
	border-bottom: 1px solid #ddd;
    margin-bottom: 15px !important;
    padding-bottom: 5px;
}
.abouthe-author .about-author.joyworkz-team-inner .team-img{margin-bottom: 5px;}
.abouthe-author .about-author.joyworkz-team-inner .team-img::before{left: -10px;}
.media-coverage .mediacover-inner iframe, .media-coverage .mediacover-inner img, .alcohol-drug img, .simply-well img,
.diy-workstation img, .health-checkland img, .wedge-cashionimg img, .book img, .wellness-pdesign img, .managing-stress img, .managing-stress iframe, .occupation-health img{box-shadow: 1px 1px 4px;}
.the-joyworkz-team .joyworkz-team-inner:last-child, .media-coverage .mediacover-inner:last-child{border-bottom: 0px;margin-bottom: 0px;padding-bottom: 0px;}
.joyworkz-team-inner .team-img{
    border-radius: 11px;
    overflow: visible;
    position: relative;
}
.maincomponent_part ul{list-style-type: disc;}
.maincomponent_part em{color: #719bb0;}
.joyworkz-team-innerm .team-img:hover{
	    transition-duration: .2s;
}
.joyworkz-team-inner .team-img:hover .team-member{
	    transform: translateX(15%) rotateZ(0) scale(.87);
    transition-duration: .2s;
}
.joyworkz-team-inner .team-member{
	transform: translateX(15%) rotateZ(-11deg) scale(.87);
    transition: transform .6s ease-out;
    min-height: 30%;
    border: 8px solid;
    border-radius: 22px;
    transform-origin: 0 100%;
    overflow: hidden;
    position: relative;
}
.joyworkz-team-inner .team-img::before{
/*	background: url(/joyworkz/images/shadow.png) no-repeat;*/
	background: url(/new-template/images/shadow.png) no-repeat;
	position: absolute;
	content: "";
	width: 100%;
	height: 18px;
	bottom: -10px;
    left: 20px;
    transition: all .1s ease-out;
    background-size: 100% cover;
}
.team-img:hover::before{opacity: 0;    transform: scaleX(0);}
.joyworkz-team-inner .team-member img{
	width: 100%; 
	height: auto;
	    transition: transform .2s ease-out;
    transform-origin: 0 100%;
    transform: scale(1.2) translateX(-16%) translateY(-3%) rotateZ(11deg);
}
.joyworkz-team-inner .team-member img{
	transition: transform .6s ease-out;
    transform-origin: 0 100%;
    transform: scale(1.2) translateX(-16%) translateY(-3%) rotateZ(11deg);
}
.team-img:hover .team-member img{
	    transform: scale(1.2) translateX(-10%) translateY(6%) rotateZ(0);
    transition-duration: .2s;
}
.joyworkz-team-inner .team-member img{
	display: block;
    width: 100%;
    border-radius: 11px;
    min-height: 50px;
}
#yoo-zoo .item .floatbox .pos-content .element .row a{color: #00b9f2;
    text-decoration: underline !important;}
.maincomponent_part p, .about-author p{text-align: justify;}
.contact-email p{text-align:left!important;}
.the-joyworkz-team p a, .workstation-landnz p a, .lunchtime-seminar li a{
	color: #00b9f2 !important;
    text-decoration: underline !important;
}
.maincomponent_part .panel-heading h1, .maincomponent_part .panel-heading h3{font-weight: 500 !important; font-size: 24px !important;margin-bottom: 0px !important; color:#626262 !important;}
.health-checkland h6, .health-checkland h5, .range-seminars .range-seminner p strong, .teaser-item-bg h1.pos-title a, .managing-stress h6{
	color: #00b9f2 !important;
    font-weight: bold !important;
}
h3 span a, h3 a span, .health-checkland .healthcheck-left ul.health-checkul li a, .maincomponent_part p strong a, .super-business:last-child a strong, .managestress a, .maincomponent_part a strong{color: #00b9f2;font-weight: bold !important;text-decoration: underline !important;}
h3 span a:hover, h3 a span:hover, h3 span a:active, h3 a span:active{color: #00b9f2;font-weight: bold !important;text-decoration: underline !important;}
.Workstation-Assessment p,.lunchtime-seminar .lunchtime p, .workhealth-services p{padding-bottom: 5px;}
.work-station-inner h3, .workstation-landnz .panel-body h1, .health-checkland .panel-body h1, .diy-workstation .panel-body h1, {margin-bottom: 10px !important;}
.Workstation-Assessment .workasment-content, .teaser-item-bg h1.pos-title, .welldesing-img, .occup-health-img {margin-bottom: 10px !important;}
.lunchtime-seminar .lunchtime-left p{padding: 30px 0px;}
.lunchtime-seminar .lunchtime h3{margin-top: 14px !important;}
.healthcheck-nzland:first-child h3{margin-bottom: 15px !important;}
.alcohol-drug .wine-images, .simply-well .simplywell-img{margin-bottom: 15px !important;}
.diy-workstation .diy-worksetup{margin-bottom: 10px !important;}
.healthcheck-nzland .healthcheck-left ul.health-checkul li, .maincomponent_part ol li, .maincomponent_part ul li{padding-bottom: 7px;}
.wedge-cushion .wedge-cashionimg{margin: 10px 0px !important;}
.funny-engaging{margin-top:20px;}
.about-author .team-details p{padding: 50px 0px 20px 0px;}
.teaser-item-bg p.pos-links a{	
	color: #00b9f2 !important;
    font-weight: bold !important;
}
.teaser-item-bg p.pos-links a:after{
	content: ">>";
	font-size: 14px;
	margin-left: 3px;
}
.super-business:last-child h4{margin-top: 15px;}
.magazine-articl .magazine-item {
    min-height: 350px;
}

/***********************************End Inner-Pages*******************************/
/*   Blog Pages																		  */

.page-blog p.item_title
{
	line-height: 36px;
	font-size: 26px;
	letter-spacing: -1px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 5px;
}

.page-blog .btn.btn-info
{
	margin: 10px 0px;
	float: right;
}

.page-blog .items-row.cols-1 .btn.btn-info
{
	float: left;
}

.page-blog .item
{
	overflow: hidden;
	margin-bottom: 25px;
}

.page-blog .items-leading,
.page-blog .items-row
{
	padding-bottom: 15px;
    margin-bottom: 40px;
    padding-bottom: 0px;	
}

.page-blog .items-row:last-child
{
	border: none;
	margin-bottom: 0px;	
}


/**************************************************************************************/
/*   Category Pages																	  */

.page-category__testimonials blockquote
{
	overflow: hidden;		
}

.page-category__testimonials .img-intro__left
{
	margin: 8px 15px 10px 0px;	
}

.page-category__testimonials .item_img img
{
}

.page-category__team .item_introtext
{
	overflow: hidden;
}

.page-category [class*="cols-"] h2.item_title
{
	border: none;
	padding-bottom: 0;
}

.page-category .btn.btn_info
{
	margin: 10px 0px 5px;
	float: right;
}

.page-category .items-row:last-child
{
	border: none;
	margin-bottom: 0px;	
}

.page-category .item
{
	overflow: hidden;
	margin-bottom: 25px;
}


/**************************************************************************************/
/*   Archive Page																	  */

#page-archive_items .item_title
{
	padding-bottom: 0;
}

.page-archive_filters .filter-search.alert
{
	padding-bottom: 0;
	overflow: hidden;
}

.page-archive_filters select
{
	margin-bottom: 8px;
	display: inline-block;
}

.page-archive_filters button
{
	display: inline-block;
	margin-bottom: 8px;
}

.filter-search.alert
{
	padding: 8px 21px;
}

/**************************************************************************************/
/*   Page 404																		  */

.errorBox
{
	background: none;
	text-align: left;
}

/**************************************************************************************/
/*   Contacts Page																	  */

.contact.tete .contact-miscinfo{width: 50%; float: left;padding-right: 30px;}
.contact.tete .contact-miscinfo .contact-phone, .contact.tete .contact-miscinfo .contact-email{width: 50%; float: left;}
.contact.tete .contact-miscinfo .contact-email p a{color: #00b9f2 !important;}
.contact.tete .contact_form{width: 50%; float: right;}
.contact.tete .contact_form h2 i.muted{
	font-size: 21px !important;
    color: #00b9f2 !important;
    font-weight: bold !important;
    margin-top: 0px !important;
}
.contact.tete .contact-miscinfo span.contact-misc, .contact.tete .contact-miscinfo .contact-info{width: 100%; display: inline-block;}
.contact.tete .contact-miscinfo h2, .contact.tete .contact_form h2{margin-bottom: 15px;}
.contact.tete .contact_form .col-sm-12{padding: 0px;}
.contact.tete .contact_form .controls input, .contact.tete .contact_form .controls textarea{
	width: 100%;
	border: 1px solid #ccc; 
	border-radius: 4px;
	padding: 6px !important; 
}
.contact.tete .contact_form span.warning_msg{color:#ff0000 !important;margin-bottom: 5px; display: block;}
.contact.tete .contact_form .controls{margin-bottom: 10px;}
.contact.tete .contact_form .controls:last-child{margin-bottom: 0px;}
.contact.tete .contact_form .contcaract span.checkbox-radio-wrap__inline input[type=checkbox]{width: auto; display: inline-block;}
.contact.tete .contact_form .contcaract label, 
.contact.tete .contact_form .contcaract span input{
	margin: 0px 15px 0px 0px;
	vertical-align: -webkit-baseline-middle;
}
.contact.tete .contact_form .contcaract button{
    font-size: 16px;
    font-weight: 600;
    background-position: center;
    transition: background 0.8s;
    padding: 8px 20px;
    letter-spacing: 1px;
}
/*.contact.tete .accordion-heading strong a.accordion-toggle{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 10px;
}

.contact.tete .accordion-group .contact-misc span a{color:#00b9f2;}
.contact.tete .accordion-group:last-child .accordion-inner p{text-align: center;}
.contact.tete .accordion-group:last-child .accordion-inner p i{color:#00b9f2 !important;}
.contact.tete .accordion-group:last-child .accordion-inner{width: 60%;margin: 0 auto;}
.contact.tete .accordion-group:last-child .accordion-inner .controls input, .contact.tete .accordion-group:last-child .accordion-inner .controls textarea{border: 1px solid #ccc;}
.contact.tete .accordion-group:last-child .accordion-inner .contcaract label,.contact.tete .accordion-group:last-child .accordion-inner .contcaract span input
{margin-right: 15px;margin-bottom: 0px;vertical-align: middle;}
.contact.tete .accordion-group:last-child .accordion-inner .contcaract span input:focus{outline:none;}*/
#jform_contact_message
{
	resize: none;
	width: 100%;
}

.phone-num
{
	display: inline-block;
}

.icons-marker
{
	font-size: 14px;
	line-height: 20px;
}

.contact_misc
{
	padding-bottom: 7px;	
}


.contact_vcard
{
	margin: 0;
}

.contact_details
{
	padding: 10px 0px 20px;	
}

.contact_details .icons-marker
{
	display: block;
	width: 16px;
	margin-right: 12px;
	float: left;
}

.contact_address
{
	overflow: hidden;
}

[id*="mapplaceholder"] 
{
    height: 360px;
    margin: 20px 0 30px;
	border: 1px solid #cbcbcb;	
}

#contact_map > div
{
	height: 100%;
}


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


#aside-row-2-left h2,
#aside-row-2-right h2
{	
	border-radius: 3px;
	padding: 12px 25px;
	text-transform: none;
	margin-bottom: 30px;
}

.mod-newsflash .item
{
	margin-bottom: 25px !important;
	padding-bottom: 15px;
}

.mod-newsflash .item:last-child
{
	border: none;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.mod-newsflash .item_published
{
	font-size: 14px;
	display: inline-block;
	padding-top: 2px;
}

.mod-newsflash h2
{
	float: left;
	overflow: hidden;
	margin: 0px 25px 15px 0px !important;
	padding: 0px;	
}

.mod-newsflash h3
{
	font-size: 18px;
	line-height: 26px;
}

aside .mod-search input.inputbox
{
	margin: 0px;
	width: 100%;
}

aside .mod-search button.btn.btn-search
{
	margin-top: -1px;
	padding: 5px 10px 4px;
}

.mod-search__aside .mod-search_searchword
{
	width: 100%;
}

aside .mod-login input
{
	margin-bottom: 10px;
}

.mod-login__aside .mod-login_username,
.mod-login__aside .mod-login_passwd
{
	width: 100%;
}

.mod-login_submit
{
	margin: 15px 0px 15px;
}

aside .mod-login input.mod-login_username,
aside .mod-login input.mod-login_passwd
{
	width: 100%;	
}

#aside-row-2-left .btn.btn_info.readmore,
#aside-row-2-right .btn.btn_info.readmore
{
	float: right;
	margin-top: 10px;	
}

aside .moduletable ul.nav li
{
	list-style: none;
	list-style-image: none;
	background: url('../images/li.style.grey.png') left 11px no-repeat;
	padding: 0 0 0 25px;
    font-size: 24px;
    font-weight: 200;
    line-height: 30px;
    margin-bottom: 0;
    padding-bottom: 10px;
    letter-spacing: -1px;		
}

aside .moduletable ul.nav ul
{
	margin-top: 15px;
}

aside .moduletable ul.nav ul li:last-child
{
	padding-bottom: 0px;	
}

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

#footer
{
	padding: 0px;
}

#footer-row h1
{
	font-size: 42px;
}

#footer-row h2
{
	font-size: 28px;
}

#footer-row h1,
#footer-row h2
{
	border-bottom: none;
	margin: 0px 0px 20px 0px;	
}

#footer-row h3
{
	border-bottom: none;	
	padding-bottom: 10px;
	margin: 0px 0px 20px 0px;			
}

#footer-row .mod-newsflash .item
{
	margin-bottom: 10px;	
}

#footer-row .footer-row-1
{
	overflow: hidden;
}

#footer-row .footer-row-2
{
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;		
}

#footer-row ul li
{
	list-style-position: inside;
}

#footer-row ul.nav li a
{
	display: inline;
}

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

#footer-row ul.social
{
	position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	text-align: left;
}

#copyright-row 
{
	background-image: url('../images/bg.wrapper.png');
	background-repeat: repeat;
	    padding: 20px 0px;
}
#copyright-menu li
{
	display: inline-block;
	line-height: 11px;
	padding-right: 12px;
	margin-right: 12px;
	background: none;
}

#copyright-menu .nav,
#copyright-menu li.lastItem
{
	padding: 0;
	margin: 0;
	border: none;
}

#copyright-menu li a
{
	line-height: 11px;
	background: none !important;
	padding: 0px;
}

#copyright-menu li a:hover
{
}

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

#copyright-menu li ul
{
	display: none;
}


/*-------------- Start Media Query for Responsive Site --------------------*/
@media only screen and (min-width: 768px) and (max-width: 1199px){
.managestress .col-sm-4.col-xs-12.pull-left iframe{height: 150px !important;}
#breadcrumbs-row .moduletable.col-sm-12{padding: 0px !important;}
.contact-us .contact-text p{padding: 0px;}
.contact-us .bhasker-text{padding-left: 0px;}
.contact-us .bhasker-button{padding-right: 0px;}
#header-top-row #top, .col-sm-12.server-range, .workplace-force, #footer-row .footer-row-2, #copyright-row .container{padding: 0px;}
#logo-row .header{padding: 26px 0px;}
.maincomponent_part #component.col-sm-12{padding: 0px;}
nav.navmenu .navigation.main_menu ul.sf-menu{padding: 10px 0px;}
.menubar.joymenu nav.navmenu ul.sf-menu li a, .menubar.joymenu nav.navmenu ul.sf-menu li span{margin: 0px 10px; padding: 5px 0px;}
.enjoywork-img img{height: auto;}
.enjoyworks.span4 .enjoy-details h3{margin-top: 0px !important;}
.range-service .ranger .range-content{padding-left: 0px;}
.range-service .ranger{min-height: 164px;}
.workplace .benefit-work .banafit-tab{width: 33.33% !important;}
.workplace .benefit-work .banafit-text, .workplace .benefit-work .banafit-img{width: 33% !important;}
.workplace .benefit-work .banafit-text{padding: 0px;}
.contact-part .our-team .team-img img{width: 110px;height: 110px;}

}

@media only screen and (min-width: 768px) and (max-width: 1024px){
	.about-author .team-details p{padding: 40px 0px 20px 0px;}
	.contact.tete .contact-miscinfo .contact-phone, .contact.tete .contact-miscinfo .contact-email{width: 100%;}
}


@media only screen and (min-width: 768px) and (max-width: 959px){
.magazine-articl .magazine-item {
    min-height: 400px;
}
.contact-part .newletter{width: 27% !important;padding-right: 0px;}
.contact-part .our-service{width: 26% !important}
.contact-part .our-team{width: 47% !important} 
.contact-part .our-team .team-img img{width: 80px !important;height: 80px !important;     margin-right: 0px;}
.menubar.joymenu nav.navmenu ul.sf-menu li a, 
.menubar.joymenu nav.navmenu ul.sf-menu li span{margin: 0px 5px !important; padding: 5px 0px !important;font-size: 13px;}

}

@media only screen and (max-width: 767px){
	.contact.tete .contact-miscinfo .contact-phone, .contact.tete .contact-miscinfo .contact-email{width: 100%;}
.contact.tete .contact-miscinfo, .contact.tete .contact_form{width: 100%; padding: 0px;}
.contact.tete .accordion-group:last-child .accordion-inner .contcaract label, .contact.tete .accordion-group:last-child .accordion-inner .contcaract span input{margin-right: 10px;}
.contact.tete .accordion-group:last-child .accordion-inner{width: 100%;}
.some-clients ul{margin-bottom: 0px;}
.managestress .col-sm-4.col-xs-4.pull-left, .occup-health .col-sm-3.occuphealth.pull-left, .occup-health .occup-health-img img{width: 100% !important;}
.managestress .col-sm-4.col-xs-12.pull-left, .managestress .col-sm-3.col-xs-12.pull-left, .managestress .col-sm-4.col-xs-4.pull-left, .occup-health .col-sm-3.occuphealth.pull-left{padding-left: 15px !important;margin-bottom: 10px !important;}
.about-author .team-details p{padding: 0px;}
.simplywell-wellness .simlpywell-right{margin-bottom: 10px !important;}
.contact-us{padding: 40px 0px;}
.contact-us .contact-text p{padding: 0px;}
.contact-us .bhasker-text{padding-left: 0px; text-align: center;margin-bottom: 10px;}
.contact-us .bhasker-button{padding-right: 0px;}
.contact-us .contact-button{text-align: center;}
.header #logo{padding: 0px; width: auto; float: left;}
#navigation-row.menubar.joymenu{position: relative; float: none; width: 100%;}
#navigation-row.menubar.joymenu nav.navmenu{padding: 0px;}
.header>.row{margin: 0px;}
#header-top-row	.headtop-left, #header-top-row .headtop-right{margin-bottom: 25px;}
nav.navmenu .navigation.main_menu ul.sf-menu{padding: 0px;}
.navigation .btn-sf-menu{margin: 20px 0px 31px 0px !important;}
#yoo-zoo.yoo-zoo .enjoyworks{margin-left: 0px;}
.enjoyworks.span4{margin-bottom: 20px;}
.enjoyworks.span4 .enjoy-details h3{margin-top: 0px !important;}
.range-service .ranger { min-height: 80px;}
.range-service .ranger:last-child{min-height: auto;}
.workplace .benefit-work .banafit-tab:first-child, .workplace .benefit-work .banafit-text, 
.workplace .benefit-work .banafit-img{width: auto !important;}
.workplace .benefit-work .banafit-text{margin: 15px 0px;}
.benefit-work .banafit-text h4{margin-bottom: 0px;}
.workplace{padding: 40px 0px 30px 0px;}
.contact-part .our-service{margin-bottom: 15px;}
#copyright-row #trademark{margin-bottom: 7px;}
#copyright-row #trademark, #copyright-row #copyright-menu{text-align: center;}

}

@media only screen and (min-width: 481px) and (max-width: 767px){
.managestress .col-sm-4.col-xs-12.pull-left iframe{height: 350px !important;}
.about-author .team-details p{padding: 25px 0px;}
.enjoywork-img a{display: block;}
.enjoywork-img img{height: auto;}
.workplace .benefit-work .banafit-img img{width: auto;}
.contact-part .newletter.span3{display: inline-block;}
.contact-part .newletter.span3 .login-form {
	display: inline-block;
    float: left;
    margin-right: 15px;
}
.range-service .ranger .range-img{width: 13%;}
.range-service .ranger .range-content{width: 86%;padding-left: 0px;}
}

@media only screen and (max-width: 400px){
.managestress .col-sm-4.col-xs-12.pull-left iframe{height: 150px !important;}
.welldesing-img img{width: 100%;}
.super-business-img.pull-left, .occup-health-img.pull-left {width: 100% !important; float: none !important; padding-left: 15px !important; margin-bottom: 10px;}
.about-author .team-details{display: inline-block;}
.about-author .team-details p{padding: 25px 0px 0px 0px !important;}
.abouthe-author .about-author.joyworkz-team-inner .team-img{width: 100% !important;}
.joyworkz-team-inner .team-img{width: 100%;}
.contact-part .team-img img{margin-bottom: 8px;}
#logo-row .header{    padding: 26px 10px;}
.range-service .range-img{padding-right: 0px;}
#navigation-row.menubar.joymenu nav.navmenu{width: 99.5%;}
.header #logo a{padding: 0px;}
.header #logo img{width: 100%;}
.enjoyworks.span4 .enjoywork-img{height: 200px;}
.workplace .morale{margin-bottom: 0px;}
#copyright-row{padding: 10px 0px;}
#footer-row .contact-part h3{margin-bottom: 3px;}
#copyright-menu li{padding-right: 5px;margin-right: 5px;}
}

/*----------------------- End Media Query ---------------------------*/

.blog-default .width33{width:100%!important;}
.pos-links{margin-bottom:30px!important;margin-top:5px!important;}


