/* Design by proWebby. 2009 - All Rights Reserved */

/* ########## GLOBAL CSS RESETS ##########*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 1em;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}


/* #############  GENERAL SETTINGS #############*/
body{
    background: #F5F5F5;
    //font-family: "Gill Sans MT", Arial, "Lucida Console", sans-serif;
    font-family:inherit;
    font-size: 1.3em;
}
a {
    color: #000;
    transition: color 0.2s;
    text-decoration: none;
}
a:hover {
    color: #f00;
}

#mainContent a,
.moduletable a {
    color: #f00;
    transition: color 0.2s;
    text-decoration: none;
}
#mainContent a:hover,
.moduletable a:hover {
    color: #bd0000;
}

em {
    font-style: italic;
}
td {
    vertical-align: top;
}

/* Clears Divs */
.clr {clear: both;}


/* #############  CONTAINER #############*/
#container {
    margin: 0px auto;
    width: 1000px;
}

/*changed height from 6px to 4px */
.tagline {
    height: 4px;
  background:#fff;
  height:10px;
    background-repeat: repeat-x;
    margin: 4px 0px;
    clear: both;
}

/* #############  HEADER SECTION #############*/
/* Title */
#header {
    width: 1000px;
    display: inline;
}

#title {
    display: inline;
    line-height: 3em;
}

/* Changed the bottom padding from 70px to 90px. This will add more blank space between James and news ticker */
#title h1 {
    font-size: 4.2em;
    font-weight: normal;
    letter-spacing: -3px;
    word-spacing: 0.1em;
    text-align: center;
    padding: 80px 0px 115px 0px;
}
/* News Bar */
div.moduletable div#news-highlight-1 .gk_news_highlighter_wrapper {
    width: 980px;
}
div.moduletable div#news-highlight-1 .gk_news_highlighter_item {
    color: rgba(140,140,140);
    padding-left: 0;
    font-size: 0.9em;
    font-weight: bold;
}
/* Flash rotator */
#rotator {
    display: inline;
}

/* #############  MENU SECTION #############*/
#contentWrapper {
    /*font-family: Helvetica, Arial, "Lucida Console", sans-serif;*/
    font-weight: bold;
    margin: 0px;
    width: 1000px;
    display: inline;
}
#mainmenuJE, #submenuWritings, #submenuStatsNTools {
    display: block;
    clear: both;
}
#mainmenuJE .mainmenuItem,
#submenuWritings .submenuItem,
#submenuStatsNTools .submenuItem {
    width: 235px;
    display: inline;
    float: left;
    padding-right: 20px;
}
#mainmenuJE .last,
#submenuWritings .last,
#submenuStatsNTools .last {
    padding-right: 0px;
}
#mainmenuJE h2.mainHeading {
    font-size: 1.40em;
    letter-spacing: 0px;
    padding: 30px 0px;
    font-weight:normal;
    }
#mainmenuJE p.mainHeadingText {
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.3em;
    padding-bottom: 15px;
}
.dblarrow {
  color: rgb(140, 140, 140);
  font-size: 28px;
}s
#submenuWritings h3,
#submenuStatsNTools h3 {
    padding: 15px 0px 30px 0px;
}
#submenuWritings h3.subHeading a,
#submenuStatsNTools h3.subHeading a {
    font-size: 22px;
    letter-spacing: -1px;
    color:  rgb(140, 140, 140);
}
#submenuWritings p.subHeadingText,
#submenuStatsNTools p.subHeadingText {
    font-size: 0.7em;
    font-weight: normal;
    line-height: 1.3em;
    padding-bottom: 15px;
}


/* #############  CONTENT - SECTIONS & CATEGORIES #############*/
/* <jdoc:include type="component" /> */

/* Top of any article is Parameters - Component : Show Article Title*/
.componentheading {
    font-size: 1.2em;
    letter-spacing: -1px;
    color: rgba(140,140,140);
    padding: 10px 0px 20px 0px;
}

/* Main Body Text */
.contentpaneopen em {
  font-style: italic;
}
.contentpaneopen strong {
  font-weight: bold;
}
.contentpaneopen u {
  text-decoration: underline;
}
sup {
  vertical-align: super;
  line-height: 0;
  font-size: 0.4em;
}
sub {
  vertical-align: sub;
  line-height: 0;
  font-size: 0.4em;
}

/* #############  PAGE NAV #############*/
span.pagination {
    display: inline;
    float: right;
    padding-bottom: 50px;
    padding-left:78%;
}
span.pagination span,
span.pagination a {
    margin: 0px 3px;
    font-size: 0.65em;
}
span.pagination strong {
    font-weight: bold;
}
span.pagination a {
    color: rgba(140,140,140);
}
span.pagination a:hover {
    color: #f00;
}
div#pagecounter {
    display: none;
}

 /* This is table's TD tag that goes around the hole frontpage and blog com's
 the backround would cover both td's or all colums
 */
.article_column{
    padding-right: 20px;
}


/* #############  ARTICLES LIST PAGES #############*/
body .book-gist {
  display: block;
  float: left;
  clear: both;
    font-size: 0.7em;
    line-height: 1.4em;
  margin-top: 10px;
}
.book-gist img {
  float: left;
    max-width: 70px;
    max-height: 70px;
    margin-right: 10px;
    margin-bottom: 10px;
  width: 70px;
}
.book-gist p {
  padding-bottom: 10px;
  text-align: justify;
font-weight:100;
}
body .view_count {
    display: block;
    float: left;
    font-size: 0.7em;
    margin-top: 3px;
}
body .write_comment {
    display: block;
    float: right;
    clear: both;
    font-size: 0.7em;
    margin-top: 3px;
}


/******* Articles Details - Type I ********/
body .book-details {
  display: block;
  float: left;
  clear: both;
  width: 1000px;
}
.book-details p {
  padding-bottom: 10px;
  text-align: justify;
  font-weight:100;
}

.book-details .details-top-media-wrapper {
  display: inline;
    width: 1000px;
  float: left;
  clear: both;
}
.details-top-media-wrapper .top-media {
  display: inline;
  float: left;
  clear: none;
  width: 312px;
    margin: 10px 10px 20px 10px;
}
.details-top-media-wrapper .top-media-image {
    width: 312px;
  text-align: center;
}
.details-top-media-wrapper .top-media-image img {
    background: #fff;
    border: double 4px rgba(140,140,140);
    max-width: 250px;
    padding: 25px 27px;
}

.book-details .details-left-images {
  display: inline;
    width: 340px;
  float: left;
    margin-right: 40px;
}
.book-details .details-left-image {
  width: 340px;
    margin: 10px 0px;
  text-align: center;
}
.book-details .details-left-image img {
    background: #fff;
    border: double 4px rgba(140,140,140);
    max-width: 270px;
    padding: 25px 31px;
}

.book-details .details-main-container {
  display: inline;
  float: left;
  clear: right;
    width: 620px;
}
.book-details .details-main-container-type2 {
  display: inline;
  float: left;
    width: auto;
}
.book-details .details-main-container .details-text {
    padding-top: 10px;
}
.details-text .details-headings {
    padding-bottom: 10px;
}
.details-text .details-headings h3 {
    font-size: 0.95em;
    font-weight: bold;
    padding-bottom: 10px;
}
.details-text .details-headings h4 {
    font-size: 0.95em;
    font-style: italic;
    line-height: 1.2em;
    padding-bottom: 10px;
}
.details-text .details-intro {
    font-size: 0.85em;
    line-height: 1.4em;
    padding-bottom: 10px;
}
.details-text .details-description {
    font-size: 0.7em;
    line-height: 1.4em;
    padding-bottom: 10px;
}
.details-text .details-links {
  display: inline;
  float: right;
    width: 260px;
    text-align: center;
    border: double 4px rgba(140,140,140);
    padding: 20px;
  margin-left: 30px;
  margin-bottom: 20px;
}
.details-text .details-links > div {
	display: inline-block;
}
.a-btn4:hover {
padding-right: 160px;
}
.details-text .details-links p {
    font-size: 1em;
  text-align: center;
    line-height: 1.2em;
    padding-bottom: 20px;
}
.details-text .details-links a {
    color: rgba(140,140,140);
}
.details-text .details-links a:hover {
    color: #f00;
}
.book-details .details-2col-image {
  width: 620px;
    margin-top: 10px;
    margin-bottom: 10px;
  text-align: center;
}
.book-details .details-2col-image img {
    background: #fff;
    border: double 4px rgba(140,140,140);
    max-width: 610px;
}
.book-details .details-full-images {
    width: 1000px;
}
.book-details .details-full-image {
    width: 1000px;
    margin-top: 10px;
    margin-bottom: 10px;
  text-align: center;
}
.book-details .details-full-images img {
    background: #fff;
    border: double 4px rgba(140,140,140);
    max-width: 992px;
}
.book-details .details-left-images,
.book-details .details-2col-images,
.book-details .details-full-images,
.book-details .image-caption {
    font-size: 0.6em;
    line-height: 1.3em;
    text-align: justify;
}


/* #############  VITA PAGE #############*/
#bio-container #bio-top {
  display: block;
  clear: both;
  width: auto !important;
}
#bio-container #bio-bottom {
  display: block;
  clear: both;
}
#bio-top #bio-description {
  display: inline;
  float: left;
    width: 470px;
    padding-right: 35px;
}
#bio-description p {
    font-size: 0.8em;
    line-height: 1.4em;
    word-spacing: 0.1em;
    font-weight:100;
}
#bio-description p a {
    font-style: italic;
}
#bio-top #bio-images-container {
  display: inline;
  float: left;
    width: 495px;
  margin-top:-28px;
}
#bio-images-container .bio-images-details {
  display: block;
  clear: both;
}
.bio-images-details img {
  float: left;
    max-width: 300px;
    max-height: 300px;
    border: solid rgba(140,140,140) 2px;
  padding: 1px;
  margin-right: 15px;
  margin-bottom: 40px;
}
.bio-images-details h4 {
    font-size: 0.8em;
    font-weight: bold;
    padding-bottom: 10px;
}
.bio-images-details p {
    color: rgba(140,140,140);
    font-size: 0.7em;
    font-style: italic; 
  line-height: 1.2em;
}

#bio-container #bio-bottom {
  padding-top: 40px;
  width: auto;
  display: block;
  clear: both;
}
#bio-bottom h4 {
    font-size: 0.9em;
    color: rgba(140,140,140);
    padding-bottom: 20px;
}
#bio-bottom li {
    list-style-type: disc;
    margin-left: 15px;
    font-size: 0.7em;
    line-height: 1.5em;
}


/* #############  LECTURES PAGE #############*/
#lectures-container strong,
#lectures-container li a{
    font-weight: bold;
}
#lectures-container em {
    font-style: italic;
}
#lectures-container u {
  text-decoration: underline;
}

#lectures-container #lectures-intro-wrap,
#lectures-container #lectures-topics-wrap {
  display: block;
  font-weight:100;
  float: left;
  clear: both;
  width: 1000px;
  margin-bottom: 20px;
}
#lectures-intro-wrap #lectures-intro {
  display: inline;
  float: left;
  width: 300px;
  margin-right: 50px;
}
#lectures-intro-wrap #lectures-intro p {
    font-size: 0.8em;
    line-height: 1.4em;
    margin: 20px 0px;
}
#lectures-intro-wrap #lectures-calendar {
  display: inline;
  float: left;
  width: 650px;
  margin-top:-28px;
}
#searchContent{
  margin-top:-28px;
}
#lectures-topics-wrap #lecture-topics-intro,
#lectures-topics-wrap #lecture-topics-details-wrap {
  display: block;
  float: left;
  clear: both;
  width: auto;
}
#lectures-topics-wrap #lecture-topics-intro h4 {
    font-size: 0.9em;
    padding-bottom: 10px;
}
#lectures-topics-wrap #lecture-topics-intro p {
    font-size: 0.8em;
    line-height: 1.4em;
    margin-bottom: 20px;
}
#lecture-topics-details-wrap .lecture-topics-details {
  display: inline;
  float: left;
  width: 313px;
  margin-right: 20px;
}
.lecture-topics-details li {
    list-style-type: disc;
    margin: 0px 0px 15px 15px;
    font-size: 0.7em;
    line-height: 1.5em;
}


/* #############  PHOTOS PAGE #############*/
#photos-container #photos-intro {
  display: block;
  width: 800px;
  float: left;
  clear: both;
    font-size: 0.8em;
    line-height: 1.4em;
  margin-top: 20px;
  margin-bottom: 30px;
}
#photos-container #photos-list-wrap {
  display: block;
  clear: both;
  width: auto;
}
#photos-list-wrap .photograph {
  display: block;
  width: 800px;
  float: left;
  clear: both;
}
.photograph img {
  float: left;
    max-width: 500px;
    max-height: 500px;
    border: solid rgba(140,140,140) 2px;
  padding: 1px;
  margin-right: 15px;
  margin-bottom: 40px;
}
.photograph h4 {
    font-size: 0.8em;
    font-weight: bold;
    padding-bottom: 10px;
}
.photograph p {
    color: rgba(140,140,140);
    font-size: 0.8em;
    font-style: italic;
  line-height: 1.2em;
}


/* #############  SEARCH AND CONTACTS #############*/
#searchContent #srContentWrapper,
#contactContent .ctContentWrapper {
    display: block;
  clear: both;
  width: 500px;
  padding-left: 250px;
}

#searchContent .search-pretext {
    margin-bottom: 5px;
    font-size: 0.7em;
    font-weight: normal;
}
#searchContent .inputbox_searchbox {
    width: 385px;
    margin: 0px 4px 15px 0px;
}

#contactContent .contact-pretext {
    margin-top: 10px;
    font-weight: normal;
    font-size: 0.7em;
  line-height: 1.3em;
}
#contactContent .contact-pretext h4 {
    margin-bottom: 10px;
  color: rgba(140,140,140);
  font-size: 1.4em;
  font-weight: bold;
}
#contactContent .contact-form {
  display: block;
  height: auto;
  font-size: 0.7em;
  margin-bottom: 30px;
}
#contactContent .contact-form form {
  display: inline;
  float: none;
  height: auto;
}
#contactContent .contact-form form .form_element {
  float: none;
  display: block;
  clear: both;
  margin: 8px 0px;
  width: auto;
  font-family: inherit;
  font-size: 1em;
}
#contactContent .contact-form form .form_element .cf_label {
  margin-right: 142px;
}
#contactContent .contact-form form .form_element textarea{
  margin-top: 10px;
}
#contactContent .contact-form form .form_element #text_0,
#contactContent .contact-form form .form_element #text_1,
#contactContent .contact-form form .form_element .cf_label_name {
  visibility:hidden;
  display:none;
}
#contactContent .contact-form .chronoform {
  display: none; /* backlink to chronoengine */
}

/* #############  SEARCH RESULTS #############*/
#mainContent #searchForm,
#mainContent fieldset {
    font-size: 0.7em;
}

#mainContent #searchForm .contentpaneopen .inputbox {
    margin: -3px 2px 10px 10px;
}
#mainContent #searchForm .contentpaneopen .button {
    margin: -4px 0px 10px 0px;
}
#mainContent #searchForm .contentpaneopen input {
    margin-bottom: 15px;
    margin-left: 0px;
}

#mainContent #searchForm .searchintro {
    margin-top: -10px;
    margin-bottom: 5px;
}
#mainContent .searchintro {
    margin-top: -10px;
    margin-bottom: 50px;
}

#mainContent #searchForm #search-display-num {
    font-weight: normal;
}

#mainContent fieldset {
    margin: 15px 0px;
    line-height: 1.4em;
}
#mainContent fieldset span.small,
#mainContent fieldset a {
    font-weight: bold;
    font-size: 1.1em;
}
#mainContent fieldset span.highlight {
    background-color: rgba(140,140,140);
}
#mainContent fieldset div.small {
    font-style: italic;
}


/* #############  TRAVELS AND STATS #############*/
#travelsContent .trContentWrapper,
#statsContent .statsContentWrapper {
    display: block;
  clear: both;
  width: 1000px;
}
#travelsContent .travels-text,
#statsContent .stats-text {
    display: inline;
    width: 210px;
    margin: 10px 40px 30px 0px;
    float: left;
    font-size: 0.8em;
    font-weight: normal;
}
#travelsContent .travels-link,
#statsContent .stats-details {
    display: inline;
    float: left;
    width: 730px;
    margin: 10px 0px 30px 0px;
}
#visitorsMap .vMapWrapper {
    display: block;
  clear: both;
  width: 1000px;
}
#visitorsMap .vMapText {
    display: inline;
    width: 210px;
    margin: 10px 40px 30px 0px;
    float: left;
    font-size: 0.8em;
    font-weight: normal;
}
#visitorsMap .vMapLink {
    display: inline;
    float: left;
    width: 730px;
    margin: 10px 0px 30px 0px;
}


/* #############  STATS ONLY #############*/
.stats-details {
    font-size: 0.8em;
}
.stats-details div.moduletable_counters,
.stats-details div.moduletable_flags,
.stats-details div.moduletable_latest {
  display: block;
  clear: both;
  margin-bottom: 25px;
}
.stats-details h3 {
    margin-bottom: 5px;
  color: rgba(140,140,140);
  font-size: 1.1em;
  font-weight: bold;
}
.stats-details div.header {
    margin: 10px 0px;
  display: block;
  clear: both;
  font-size: 0.9em;
}
.stats-details td.col-head {
  font-size: 0.9em;
  font-weight: bold;
}
.stats-details td {
  padding-bottom: 5px;
}


/* #############  TOOLS ONLY #############*/
#toolsContent .toolsContentWrapper {
    display: block;
  clear: both;
  width: 500px;
  padding-left: 250px;
}
#toolsContent .toolsText {
    margin: 25px 0;
    font-weight: normal;
    font-size: 0.7em;
  line-height: 1.3em;
}
#toolsContent .toolsText h4 {
    margin-bottom: 10px;
  color: rgba(140,140,140);
  font-size: 1.4em;
  font-weight: bold;
}
div#editGrid {
    font-family: serif;
    font-size: medium;
    margin: 10px
}
div#editGrid .borderoo { border: solid 1px gray }
div#editGrid .mono { font-family: monospace; font-size: medium }
div#editGrid .status { font-family: sans-serif; font-size: small }


/* #############  FOOTER #############*/
#footer {
    display: block;
    clear: both;
    float: right;
    width: auto;
    height: auto;
    color: rgba(140,140,140);
    font-size: 10px;
    text-align: right
}
#footer  a {
    color: rgba(140,140,140);
}
#footer  a:hover {
    color: #f00;
}

/* #############  FOOTER #############*/
.news {
    background-color: #FFFFFF;
    font-size: 0.7em;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;  
}

.submenuItem1 li {
    width: 235px;
    display: inline;
    float: left;
    padding-right: 20px;
    list-style-type:none;}

body {
    font-family: "Gill Sans MT",Arial,"Lucida Console",sans-serif;
    font-size: 1.3em;
}
.word { font-size:18px!important;}
.phrases { font-size: 18px!important; margin-top: 26px!important; display: block!important;  }
.phrases-box {font-size: 16px!important; margin: 20px 0px!important; display: block!important; }
.only { font-size: 18px!important; margin: 24px 0px!important; }
.only label { font-size: 14px!important;}

/* #############  new css #############*/
.leading-0 h2 a{
    color: rgba(140,140,140)CCC;
    display:block;
    font-size: 1.2em;
    font-weight: inherit;
    letter-spacing: -1px;
    padding: 10px 0 5px;
  }
.item-page h2 a{
    color: rgba(140,140,140)CCC;
    display:block;
    font-size: 1.2em;
    font-weight: inherit;
    letter-spacing: -1px;
    padding: 10px 0 5px;
  }
.item{
    float:left;
    margin-bottum:10px;
  height: 152px;
  margin-bottom:20px;
}

#mainmenuJE h2.mainHeading a{
       font-weight: inherit !important;
}

h2 a{font-weight:100;}

.article-info{
    display:none;
}

.blog h2>span{
   color:rgba(140,140,140);
   padding: 10px 0 20px !important;
   font-size: 1.2em;
   letter-spacing: -1px;
   display:block;
}

.ccomment-readmore{
    border: 0 none;
    padding: 4px 0 22px;
    font-family: inherit;
    font-size:14px;
    font-style: inherit;
    font-weight: 100;
    margin: 0;
    outline: 0 none;
    vertical-align: baseline;
    float:right;
}

body .book-gist {
    clear: both;
    display: block;
    float: left;
    font-size: 0.7em;
    line-height: 1.4em;
    margin-top: 10px;
    width: 100%;
}
span.pagination span, span.pagination a {
   font-size: 0.65em;
    margin: 0 3px;
    font-weight: 100;
   }
.counter{
   display: block;
    float: left;
    padding-top: 20px;
    }
.items-leading { float:left; }
.blog-featured .items-row { height:152px; margin-bottom:10px; }
.row-0{width:50%; float:left;margin: 10px 0;}
.row-1{width:46%; float:right;margin: 11px 0;}
.row-2{width:51%; float:left;margin: 10px 0;}
.row-3{width:46%; float:right;margin: 10px 0;}
.row-4{width:51%; float:left;margin: 10px 0;}
.row-5{width:46%; float:right;margin: 10px 0;}
.row-6{width:51%; float:left;margin: 10px 0;}
.row-7{width:46%; float:right;margin: 10px 0;}
.row-8{width:51%; float:left;margin: 10px 0;}
.row-9{width:46%; float:right;margin: 10px 0;}
.row-10{width:51%; float:left;margin: 10px 0;}
.pagination{
	float:left; font-weight: normal;
}
.custom p {
    background-color: #FFFFFF;
    font-size: 0.7em;
    margin-bottom: 10px;
    padding: 5px 10px;
  }
/*.column-1 h2 a {
color: rgba(140,140,140)CCC;
display: block;
font-size: 1.2em;
font-weight: inherit;
letter-spacing: -1px;
padding: 10px 0 5px;
}*/
.book-gist img{border:1px solid rgba(140,140,140);}

.div-hits{
  clear:both;
  font-size:12px;
  text-align:right;
}
/*.subheading-category{
  display:none !important;
}*/
.views
{
  border: 0 none;
padding: 4px 0 22px;
font-family: inherit;
font-size: 14px;
font-style: inherit;
font-weight: 100;
margin: 0;
outline: 0 none;
vertical-align: baseline;
float: right;
}
.message{
  float: left;
width: 100%; 
}
#form1 .wdform_page{
  background: none !important;
}
#form10 .wdform_page{
  background: none !important;
}
#wd_captcha1{
  display: block !important;
}
#wd_captcha10{
  display: block !important;
}
.captcha_refresh{
  display: none !important;
}
#mainContent{
  display:block !important;
#   display:none !important;
}
.bio-images-details p {
  color: rgb(140,140,140);
  font-size: 0.7em;
  font-style: italic;
  line-height: 1.2em;
}

@media screen and (max-width:767px) {
#container {
    padding: 0 25px !important;   box-sizing: border-box;
}
}

/*	delay appearance of #mainContent in case it is to be hidden
	see https://stackoverflow.com/questions/30855985/pure-css-animation-visibility-with-delay
*/
#mainContent {
  opacity: 0;
  animation: 2s fadeIn;
  animation-fill-mode: forwards;
  visibility: hidden;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  75% { opacity:0; }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

/* #############  SEARCH RESULTS #############*/
dl.search-results, #searchForm .searchintro, #searchForm fieldset { font-size:14px; font-weight:normal; line-height:1.5; }
p.counter { width:100%; margin-bottom:10px; }
#mainContent #searchForm .searchintro { margin-top:10px; }

/* #############  OTHER #############*/
.custom p { line-height: 1.4em; }
#title h1 {
    font-size: 2.2em;
    letter-spacing: 0;
    padding: 55px 0px 80px 0px;
}