/* 
Theme Name: jdennycommunications Theme
Theme URI: http://jdennycommunications.s3.brickdev.com
Description: A custom WordPress theme, built for jdennycommunications
Author: TBF
Versions: 1.00
*/
* {
	/*color: #fff;*/
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
}
@font-face {
    font-family: 'DIN-Medium';
    src: url('fonts/din-medium-webfont.eot');
    src: url('fonts/din-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-medium-webfont.woff') format('woff'),
         url('fonts/din-medium-webfont.ttf') format('truetype'),
         url('fonts/din-medium-webfont.svg#DIN-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
p {
	font-family: DIN-Medium;
	line-height: 33px;
	color: #383838;
}
html {
	margin-top: 0px;
	background: #fff;
}
a {
	text-decoration: none;
	font-size: 12px;
	/*color: #660000*/
}
html body.home {
	background-attachment: scroll;
	background-image: url('images/bg.gif');
	background-repeat:repeat-x;
}
body.page, body.blog {
	background-attachment: scroll;
	background-image: url('images/bg-sub.gif');
	background-repeat:repeat-x;
}
body.blog, body.page-id-2, body.page-id-7, body.page-id-9, body.page-id-10, body.page-id-13 {
	background-image: url('images/bg-sub-small.gif');
}
body.blog #content, body.page-id-2 #content, body.page-id-7 #content, body.page-id-9 #content, body.page-id-10 #content{
	padding-top: 90px;
}
h1, h2, h3 {
	padding: 20px 20px 20px 0px;
	font-family: DIN-Medium;
}
h1 {
	font-size: 1em;
}
h2 a{
	color: #541010;
	font-size: 30px;
	text-transform: uppercase;
}
h3 {
	color: #555555 !important;
	font-size: 26px;
	text-
}
h3 a{
	color: #611111;
	font-size: 20px;
}
#outerWrapper {
	margin: 0 auto;
	width: 990px;
	padding: 10px;
	overflow: hidden;
}
/*//////////////////////HEADER*/
header {
	/*border-bottom: 2px #999 solid;*/
	margin-bottom: 20px;
}
header h1 {
	font-size: 2.5em;
}
.services {
	color: #000 !important;
}
#logo {
	display:block;
	background-image: url('images/logo.png');
	width: 468px;
	height: 58px;
	position:absolute;
	top: 67px;
	z-index: 3;
}
/*//////////////////////MENUS-navs*/
.menu {
	margin-top: 72px;
	float: right;
	z-index: 10;
}

.menu ul li {
	margin-top: 72px;
	float: right;
	z-index: 10;
	line-height: 0px;
}
/*
@media screen and (-webkit-min-device-pixel-ratio:0) { 
.menu {  
    
}  
}/*safari*/

/*@-moz-document url-prefix() {
.menu {
	
}
}*//*mozilla*/

.menu-item-24 a, .menu-item-86 a {
	background: transparent url(images/hover-services.png) no-repeat top left;
	z-index: 10;
}
.menu-item-21 a, .menu-item-83 a {
	background: transparent url(images/hover-contact.png) no-repeat top left;
	z-index: 10;
}
.menu-item-22 a, .menu-item-84 a {
	background: transparent url(images/hover-updates.png) no-repeat top left;
	z-index: 10;
}
.menu-item-23 a, .menu-item-85 a {
	background: transparent url(images/hover-work.png) no-repeat top left;
	z-index: 10;
}
.menu-item-20 a, .menu-item-82 a {
	background: transparent url(images/hover-about.png) no-repeat top left;
	z-index: 10;
}
.menu-item-333 a {
	background: transparent url(images/hover-home.png) no-repeat top left;
	z-index: 10;
}
nav.mainMenu a {
	color: #fff;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	/*padding: 7px 15px 5px 16px;*/
	padding: 7px 13px 5px 13px;
	text-decoration: none;
	text-transform:uppercase;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	-webkit-box-shadow-bottom: 0px #fff;
	box-shadow-bottom: 0px #fff;
	overflow: hidden;
	background-position: 0px 1px;
}
nav.mainMenu a:hover {
	border: 1px, #FF9966 solid;
	background-position: 0px -29px;
	color: #e8dcdc;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	-webkit-box-shadow-bottom: 25px #fff;
	box-shadow-bottom: 25px #fff;
}
nav.mainMenu a:active {
	border: 1px, #FF9966 solid;
	background-position: 0px -29px;
	color: #e8dcdc;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	-webkit-box-shadow-bottom: 25px #fff;
	box-shadow-bottom: 25px #fff;
}
nav.mainMenu ul li {
	color: #fff;
	display: inline;
	list-style: none;
	text-decoration: none;
	line-height: 0px;
}

/*//////////////////////CONTENT*/
#contentWrap {
	width: 100%;
	overflow: auto;
	margin-top: 630px;
}
#content {
	color: #282828;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px 0px;
	width: 980px;
	float: left;
	/*border: solid #FFF;*/
	padding: 200px 20px 20px 20px;
}
#content article, .widget-area aside, form#commentform {
	margin-bottom: 20px;
}
div.entry, div.entry p {
	margin: 24px 0;
}
.widget-area {
	width: 220px;
}
input#s {
	width: 150px;
}

/*//////////////////////FOOTER*/
footer {
	background-attachment: scroll;
	background-image: url('images/bg-footer.gif');
	background-repeat:repeat-x;
	line-height: 80px !important;
	color: #646464;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	padding-top: 60px;
	height: 130px;
}
.footWrap {
	text-align: center;
	width: 240px;
	margin: 0 auto;
}
#footerLogo {
	color: #646464;
	display:block;
	background-image: url('images/footer-logo.png');
	background-repeat:no-repeat;
	width: auto;
	height: 30px;
}
.shareBox {
	margin: 0 auto;
	width: 70px;
	height:34px;
	position: relative;
	left:430px;
	top: -70px;
}
.shareFb {
	display: inline-block;
	background-image: url('images/social-fb.gif');
	background-repeat:no-repeat;
	width: 32px;
	height: 32px;
}
.shareLi {
	display: inline-block;
	background-image: url('images/social-li.gif');
	background-repeat:no-repeat;
	width: 32px;
	height: 32px;
}
/*//////////////////////HOME CONTENT*/
html body.home p {
	font-family: Arial, Helvetica, sans-serif;
}
.row {
	width: 930px;
	margin: 0 auto;
	padding-left: 30px;
	overflow-y: hidden; 
	overflow-x: hidden;
}
.block {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 33px;
	color: #353534;
	width: 270px;
	float: left;
	padding: 10px 20px 20px 20px;
}
.block a {
	color: #511010;
	border-bottom:1px dotted; 
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
}
.block a:hover {
	color: #b20300;
	border-bottom:1px dotted; 
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.block h4 {
	font-size: 15px;
	color: #511010;
}
/*/////////////////services page*/
/*/////////////////////////PAGE QUOTE IMAGE*/
.aboutWrapper {
	padding-top: 90px;
}
.aboutImage {
	width: 919px;
	height: 62px;
	background-image: url('images/image-about.png');
	background-repeat:no-repeat;	
	position: absolute;
	top: 280px;
	margin-left: 16px;
}
.aboutContent {
	margin-left: -15px;
	font-family:dinmedium;
	clear: both;
	font-weight:100;
	-webkit-font-smoothing: antialiased;
}
/*body.page-id-13 h2 a{
	padding-bottom: 390px;
}*/
.leftTopLeft {
	float: left;
	width: 196px;
}
.leftTopRight {
	float: right;
	width: 200px;
}
.leftBottomLeft {
	float: left;
	width: 200px;
}
.leftBottomRight {
	float: right;
	width: 200px;
}
body.page-id-2 #content{
	margin-top: 0px;
	padding-top: 90px;
	padding-bottom: 10px;
	color: #555555 !important;
}
body.page-id-2 #content li {
	list-style: none;
	line-height: 100%;
	padding-bottom: 10px;
	font-size: 17px;
}
.bubble {
	margin-bottom: 65px;
	padding: 0px 30px 30px 30px;
	background-color: #f4f4f4;
	font-family: DIN-Medium;
	-webkit-border-radius: 14px;
	font-size: 14px;
	border-radius: 14px;
	margin-top: 24px;
}
#bubble {
	margin: 15px;
	padding: 0px 20px 1px 20px;
	background-color: #f4f4f4;
	font-family: DIN-Medium;
	-webkit-border-radius: 14px;
	border-radius: 14px;
}
.bubble2 {
	margin: 0px;
	padding: 10px 30px 100px 30px;
	background-color: #f4f4f4;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	font-family: DIN-Medium;
	font-size: 14px;
	/*margin-top: -30px;*/
}
.containerForTwo {
	float: left;
	position:relative;
}
.leftTop {
	width: 420px;
	height: 238px;
}
.leftBottom {
	width: 420px;
	height: 262px;
	line-height: 33px;
	position: relative;
	top: 14px;
}
.right {
	width: 420px;
	float: right;
	position:relative;
	right: 16px;
	height: 538px;
}
.rightLeft {
	float: left;
	width: 200px;
}
.rightRight {
	float: left;
	width: 200px;
}
#bubble {
	margin: 15px;
	padding: 0px 20px 1px 25px
	background-color: #f4f4f4;
	-webkit-border-radius: 14px;
	border-radius: 14px;
}
/*////////////////SLIDESHOW////////////////*/
.slideShow {
	position: absolute;
	top: 150px;
	padding-left: 10px;
	z-index: 4;
}
.meteor-nav a {
	display: block;
	outline: none;
	position: absolute;
	text-indent: -9999px;
	width: 48px !important;
	height: 100%;
	z-index: 5;
}
.meteor-nav .next a {
	background: url('images/next.png') no-repeat center right !important;
	z-index: 7;
	/*margin-right: -100px;*/
}
.meteor-nav .next a:hover {
	background: url('images/next-hov.png') no-repeat center right !important;
	z-index: 7;
	/*margin-right: -100px;*/
}	

.meteor-nav .prev a {
	background: url('images/prev.png') no-repeat center right !important;
	z-index: 8;
}
.meteor-nav .prev a:hover {
	background: url('images/prev-hov.png') no-repeat center left !important;
	z-index: 8;
}


* html .meteor-nav .prev a {
	background: url('../images/prev.gif') no-repeat center right; /* IE6 */
}
* html .meteor-nav .prev a:hover {
	background: url('../images/prev.gif') no-repeat center left; /* IE6 */
}
* html .meteor-nav .next a {
	background: url('../images/next.gif') no-repeat center left; /* IE6 */
}
* html .meteor-nav .next a:hover {
	background: url('../images/next.gif') no-repeat center right; /* IE6 */
}
/*//////////////////////TRIVIA!///////*/
/*.triviaButton {
	background: url('images/trivia.png') no-repeat center right;
	width: 79px;
	height: 44px;
	position: relative;
	top: -70px;
	left: 860px;
}
.trivi {
	float: right;
	background: url('images/trivi.png') no-repeat center right;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 272px;
	height: 221px;
	position: absolute;
	margin-top: 399px;
	margin-left: 681px;
	z-index: 10;
	display: none;
}
.triviaButtonWork {
	background: url('images/trivia.png') no-repeat center right;
	width: 79px;
	height: 44px;
	position: relative;
	top: -60px;
	left: 900px;
}
.triviWork {
	float: right;
	background: url('images/trivi.png') no-repeat center right;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 272px;
	height: 221px;
	position: absolute;
	margin-top: -281px;
	margin-left: 706px;
	z-index: 10;
	display: none;
}
.triviaButtonUpdates {
	background: url('images/trivia.png') no-repeat center right;
	width: 79px;
	height: 44px;
	position: relative;
	top: 190px;
	left: 920px;
}
.triviUpdates {
	float: right;
	background: url('images/trivi.png') no-repeat center right;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 272px;
	height: 221px;
	position: absolute;
	margin-top: -30px;
	margin-left: 726px;
	z-index: 10;
	display: none;
}
.triviaButtonHome {
	background: url('images/trivia.png') no-repeat center right;
	width: 79px;
	height: 44px;
	position: relative;
	top: 620px;
	left: 920px;
}
.triviHome {
	float: right;
	background: url('images/trivi.png') no-repeat center right;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 272px;
	height: 221px;
	position: absolute;
	margin-top: 400px;
	margin-left: 726px;
	z-index: 10;
	display: none;
}*/
	/*-webkit-box-shadow:  -5px -5px 10px 0px rgba(1, 1, 1, 0.5);
   	box-shadow:  -5px -5px 10px 0px rgba(1, 1, 1, 0.5);*/

/*////////////////////FORM/////////////////////////*/
body.page-id-10 .bubble2{
	height: 655px;
	background: url(images/contact-sub-header.jpg) no-repeat center top;
	background-color: #f4f4f4;
	width: 788px;
	padding: 0px;
}
.wpcf7-form {
	float: left;
	padding: 34px 0px 30px 55px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	font-family: DIN-Medium;
	font-size: 14px;
	width: 460px;
	margin-top: 24px;
	width: 256px;
}
.wpcf7-submit {
	background: url('images/submitBg.gif') !important;
	background-repeat:repeat-x;
	border: 0;
	color: #fff;
	width: 77px;
	height: 37px;
	text-transform: uppercase;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.wpcf7-submit:hover{
	background: url('images/submitBg-hover.gif') !important;
	background-repeat:repeat-x;
	border: 0;
	color: #fff;
	width: 77px;
	height: 37px;
	text-transform: uppercase;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.wpcf7-form-control{
	cursor:hand !important;
	cursor:pointer !important;
}
textarea {
	max-width: 256px !important;
	max-height: 170px !important;
}
.addressbox {
	position: absolute;
	margin: 20px 10px 0px 68px;
	text-align: center;
	line-height: 22px;
}
.addressbox a {
	color: #511010;
	border-bottom:1px dotted; 
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
}
.addressbox a:hover {
	color: #b20300;
	border-bottom:1px dotted; 
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
div.wpcf7-mail-sent-ok {
	border: 0px !important;
	position: relative;
	margin: -62px 0 0 80px !important;
}
div.wpcf7-response-output {
	border: 0px !important;
	position: relative;
	margin: -62px 0 0 80px !important;
}
span.wpcf7-not-valid-tip-no-ajax {
color: 
	#f00;
	font-size: 10pt;
	display: block;
	margin-bottom: -35px;
	margin-top: -10px;
}
/*///////google maps///////*/
.mapboxx {
	background: #fff;
	float: right;
	position: relative;
	margin: 120px 30px 0px 0px;
	width: 400px;
	height: 375px;
}
.googleMap {
	border: 1px solid #c7c7c7;
	position: absolute;
	margin: 86px 10px 0px 15px;
}
/*.googleMap iframe{
	padding: 0px;
	margin: 0px;
}*/

/*/////////////////////updates//////////////////////*/
html body.home .moretag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: inherit;
}
.moretag {
	font-family: DIN-Medium;
	color: #511010;
	font-size: 14px;
	text-transform: uppercase;
}
.bubble h3 a{
	color: #511010 !important;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.bubble h3 a:hover{
	color: #b20300 !important;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
a.moretag {
	color: #511010 !important;
	border-bottom:1px dotted !important; 
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
}
.moretag:hover {
	color: #b20300 !important;
	border-bottom:1px dotted !important; 
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
/*a.bubble h3  {
	color: #511010 !important;
	border-bottom:1px dotted !important; 
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
}
.bubble h3:hover {
	color: #b20300 !important;
	border-bottom:1px dotted !important; 
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}*/
/*UPDATES PAGINATION*/
.navigation{
	text-align: center;
	margin-right: 60px;
	padding: 30px 30px 20px 30px;
}
.navigation .wp-paginate .current {
	color:#fff; 
	background:#551010; 
	border: 0px;
	margin-right:4px; 
	padding:6px 10px;
}
.navigation .wp-paginate a {
	background: #ddd;
    border: 0px;
    color: #666; 
	margin-right:4px; 
	padding:6px 10px;
	text-align:center; 
	text-decoration:none;
}
.navigation .wp-paginate a {
	background: #ddd;
    border: 0px;
    color: #666; 
	margin-right:4px; 
	padding:6px 10px;
	text-align:center; 
	text-decoration:none;
}


.navigation. wp-paginate {
    padding: 0;
    margin: 0;
}
.navigation. wp-paginate li {
    display: inline;
    list - style: none;
}


.navigation .wp-paginate a:hover, .wp-paginate a:active {
	background:# ccc;
    color: #888;
}
.navigation .wp-paginate .title {
	color:# 555;
    margin - right: 4px;
}
.navigation.wp - paginate.gap {
    color: #999; 
	margin-right:4px;
}

/*//////////////////// NAV CUSTOM ROLLOVERS ////////////////*/

.rollHome {
	background: url(images/nav-hover-g.png) no-repeat center top;
	width: 319px;
	height: 110px;
	position: absolute;
	margin-top: 94px;
	margin-left: 371px;
    display: none;
	z-index: 2;
}
.rollAbout {
	background: url(images/nav-hover-g.png) no-repeat center top;
	width: 319px;
	height: 110px;
	position: absolute;
	margin-top: 94px;
	margin-left: 441px;
    display: none;
	z-index: 2;
}
.rollServices {
	background: url(images/nav-hover-g.png) no-repeat center top;
	width: 319px;
	height: 110px;
	position: absolute;
	margin-top: 94px;
	margin-left: 521px;
    display: none;
	z-index: 2;
}
.rollWork {
	background: url(images/nav-hover-g.png) no-repeat center top;
	width: 319px;
	height: 110px;
	position: absolute;
	margin-top: 94px;
	margin-left: 611px;
    display: none;
	z-index: 2;
}
.rollUpdates {
	background: url(images/nav-hover-g.png) no-repeat center top;
	width: 319px;
	height: 110px;
	position: absolute;
	margin-top: 94px;
	margin-left: 691px;
    display: none;
	z-index: 2;
}
.rollContact {
	background: url(images/nav-hover-g.png) no-repeat center top;
	width: 319px;
	height: 110px;
	position: absolute;
	margin-top: 94px;
	margin-left: 791px;
    display: none;
	z-index: 2;
}
.rollAboutHome {
	background: url(images/nav-hover-home.png) no-repeat center top;
	width: 319px;
	height: 110px;
	position: absolute;
	margin-top: 94px;
	margin-left: 441px;
    display: none;
	z-index: 2;
}
.rollServicesHome {
	background: url(images/nav-hover-home.png) no-repeat center top;
	width: 319px;
	height: 110px;
	position: absolute;
	margin-top: 94px;
	margin-left: 521px;
    display: none;
	z-index: 2;
}
.rollWorkHome {
	background: url(images/nav-hover-home.png) no-repeat center top;
	width: 319px;
	height: 110px;
	position: absolute;
	margin-top: 94px;
	margin-left: 611px;
    display: none;
	z-index: 2;
}
.rollUpdatesHome {
	background: url(images/nav-hover-home.png) no-repeat center top;
	width: 319px;
	height: 110px;
	position: absolute;
	margin-top: 94px;
	margin-left: 691px;
    display: none;
	z-index: 2;
}
.rollContactHome {
	background: url(images/nav-hover-home.png) no-repeat center top;
	width: 319px;
	height: 110px;
	position: absolute;
	margin-top: 94px;
	margin-left: 791px;
    display: none;
	z-index: 2;
}
/*////////////ABOUT page/*/
.wrapperAbout {
	line-height: 26px;
	font-size: 15px;
	font-weight:100;
	-webkit-font-smoothing: antialiased;
}
body.page-id-13 #content{
	margin-top: 0px;
	padding-top: 90px;
	padding-bottom: 10px;
	color: #555555 !important;
}
body.page-id-13 .bubble2{
	height: 955px;
}
body.page-id-13 img{
	float: left;
	padding: 0 30px 20px 0;
	text-wrap: normal;
}
.experience {
	width: 882px;
	background: url(images/experience.jpg) no-repeat center top;
	padding-top: 50px;
	position:relative;
	top: 10px;
}
.leftBox {
	float: left;
	width: 420px;
}
.rightBox {
	float: right;
	width: 420px;
}
.exp {
	line-height: 18px;
}
.expTitle {
	font-size: 14px;
	font-weight: 600;
}
.expSubTitle {
	font-size: 14px;
	font-weight:100;
	-webkit-font-smoothing: antialiased;
}
.expBody {
	font-size:12px;
	padding-bottom: 15px;
}
/*////////////////WORK PAGE///////////////*/
.bubbleWorkL {
	background: url(images/quotes-bg-left.png) no-repeat center;
	padding: 20px;
	background-color: #f4f4f4;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	font-family: DIN-Medium;
	font-size: 14px;
	width: 303px;
	height: 292px;
	position: absolute;
}
.bubbleWorkM {
	background: url(images/quotes-bg-mid.png) no-repeat center;
	padding: 20px;
	background-color: #f4f4f4;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	font-family: DIN-Medium;
	font-size: 14px;
	width: 303px;
	height: 379px;
	margin-left: 350px;
}
.bubbleWorkR {
	background: url(images/quotes-bg-right.png) no-repeat center;
	padding: 20px;
	background-color: #f4f4f4;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	font-family: DIN-Medium;
	font-size: 14px;
	width: 303px;
	height: 294px;
	position: absolute;
	margin-left: 700px;
	top: 293px;
}
.wrapperWork{
	line-height: 24px;
	font-size: 15px;
	font-weight:100;
	-webkit-font-smoothing: antialiased;
	margin-top: 24px;
	width:
}
.leftBoxWork {
	position: relative;
	width: 290px;
	font-size: 15px;
	left: 10px;
	top: 14px;
}
.middleBoxWork { 
	padding-left: 10px;
	position: relative;
	width: 288px;
	font-size: 15px;
	margin-right: 10px;
	top: 14px;
}
.rightBoxWork {
	padding-left: 10px;
	position: relative;
	width: 290px;
	font-size: 15px;
	margin-right: 10px;
	top: 14px;
}

/*////single page///////////*/

html.single, ul {
	padding-left: 50px;
	font-family: DIN-Medium;
}

html.single, ul li{
	margin-bottom: 20px;
	line-height: 34px;
}



/*@media screen and (-webkit-min-device-pixel-ratio:0) {
.rollAbout {  
    
}  
}

@-moz-document url-prefix() {
.rollAbout {
	
}
}*/