/* -----------------------------------------------------------------------------

    LT WebDevelopment (www.lukastomek.cz)

    Výstupní zařízení: screen, projection
    Autor:             Lukáš Tomek (info@lukastomek.cz)
    Vytvořeno:         08/02/2010

----------------------------------------------------------------------------- */

/* CSS imports */
@import url("lightbox.css");

/* -- Basics -- */
html, body, div, p, ul, ol, li, form, fieldset, h1, h2, h3, h4, h5, h6, address   { margin: 0; padding: 0; list-style: none; }

html, body      { height: 100%; }
html            { background: #fff url('./../images/default/bg-body.jpg') 50% 20px no-repeat; }
body		        { font: normal 62.8%/1.4 Tahoma, "Lucida Grande CE", lucida, sans-serif; color: #55555d; background: url('../images/default/bg-html.png') repeat-x; }
/** body		        { font: normal 62.8%/1.4 Tahoma, "Lucida Grande CE", lucida, sans-serif; color: #55555d; text-align: center; background: url('../images/default/bg-html.png') repeat-x; } **/
a			          { color: #c60505; }
a:hover	        { text-decoration: underline !important; }
a img   	      { border:0; }
input,
select,
textarea        { font-family: lucida, sans-serif; font-size: 1em; vertical-align: middle; }
input.button,
select.button,
textarea.button { padding: 2px 0; color: #5a5a62 !important; vertical-align: middle; border: 1px solid #a7a7a7; background: #fff; }
button.button   { margin: 0; padding: 0; height: 18px; border: none; text-decoration: underline; font-weight: bold; color: #00CCFF; cursor: pointer; }
input.submit    { width: 109px; height: 25px; overflow: visible; padding: 0 0 0 20px; color: #fff; font-weight: bold; border: none; cursor: pointer; font-size: .8em; text-align: left; text-transform: uppercase; background: #c20505 url('../images/default/bg-button-red_109.png') no-repeat; }
label           { cursor: pointer; padding-right: 5px; line-height: 20px; vertical-align: middle; }

h1	{ font-size: 2em; }
h2	{ font-size: 1.3em; }
h3	{ font-size: 1.2em; }
h4	{ font-size: 1em; }
h5	{ font-size: 1em; }
h6	{ font-size: 1em; }

h1, h2, h3, h4, h5, h6  { color: #c60505; font-family: sans-serif; }
h4, h5, h6 { color: #595962; }

/** MISAN BECAUSE OF EXTJS **/
table           { border-collapse: collapse; }
/** table           { border-collapse: collapse; width: 100%; } **/
table th        { text-align: left; }
table td.right  { padding-left: 5px; }
table th.right  { padding-left: 5px; }
table td.left   { padding-right: 5px; }
table th.left   { padding-right: 5px; }

blockquote  { margin: 0; padding: 10px 20px; color: #333333; line-height: 1.6; font-family: Georgia, serif; }

/** MISAN BECAUSE OF EXTJS **/
fieldset    { border: 0 }
/** fieldset    { border: 0 !important; } **/
address     { font-style: normal; }

/* -- User friendly features --*/
.hidden { display: none; }
.noscreen { width: 200px; position: absolute; left: 0; top: -999px; }

/* -- Basics layout -- */
#view    { text-align: left; position: relative; }
#head    { font-size: 1.2em; position: relative; z-index: 1; }
#content { font-size: 1.2em; position: relative; z-index: 1; }
#foot    { font-size: 1.1em; z-index: 1; }

/* -- Main classes -- */
.fr		     { float: right !important; }
.fl		     { float: left !important; }
.clear     { clear: both !important; }
.right	   { text-align: right !important; }
.left		   { text-align: left !important; }
.center	   { text-align: center !important; }
.last		   { margin-right: 0 !important; margin-bottom: 0 !important; border-bottom: none !important; padding-bottom: 0 !important; background: none; }
.small	   { font-size: .9em; }
.big       { font-size: 1.2em; }
.light     { color: #999999 !important; }
.dark      { color: #55555d !important; }
.clearfix  { width: 100%; overflow: hidden; padding-bottom: .6em; }
.alt       { font-weight: bold; }
.test      { border: 1px black solid; }
.inlink    { display: block; padding-left: 14px; background: url('../images/default/bg-inlink.gif') 0 4px no-repeat; }

/* -- Graphic overlays -- */
a.overlaid,
.overlaid a     { display: block; cursor: pointer; overflow: hidden; width: 100%; height: 100%; }
.overlaid       { position: relative; width: 100%; height: 100%; }
.overlaid span  { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; }
.overlaid a span,
a.overlaid span { cursor: pointer; }

/* -- Forms layout -- */
.formBox .lab			          { float: left; width: 19%; text-align: right; padding-right: 1%; }
.formBox .con			          { float: right; width: 80%; }
.formBox input.button	      { padding: 4px 5px; }
.formBox textarea.button	  { padding: 4px 5px; }
.formBox .clearfix	        {  }
.formBox .w100              { width: 98%; }
.formBox .button:focus      { border-color: #000; }
.formBox .submitShort       { width: 80px; background: url('../images/default/bg-button-red_80.png') no-repeat; }

/* -- Basic content constructs -- */
.offsetTop    { margin-top: 1em; }
.offsetBottom { margin-bottom: 1.5em; }
.info         { font-size: .91em !important; margin-bottom: 5px; }

/* -- Cols layout -- */
.cols { clear: both; height: 100%; }
.cols .col1 { float: left; }
.cols .col2 { float: right; }
.cols .col3 { float: right !important; }

.cols50 .col1,
.cols50 .col2 { width: 49% !important; }

.cols3 .col1,
.cols3 .col2,
.cols3 .col3 { width: 33%; float: left; }
.cols3 .col3 { float: right; }

.cols2v1 .col1 { width: 637px; }
.cols2v1 .col2 { width: 288px; }

.hpCols { height: 520px; }
.hpCols .col1 { width: 306px; min-height: 100%; }
.hpCols .col2 { width: 282px; min-height: 100%; padding-left: 16px; margin-left: 13px; background: url('../images/default/bg-hp-shadow.png') 0 15px no-repeat; }
.hpCols .col3 { width: 296px; min-height: 100%; padding-left: 16px; background: url('../images/default/bg-hp-shadow.png') 0 15px no-repeat; }

.staticCols3 { }
.staticCols3 .col1,
.staticCols3 .col2,
.staticCols3 .col3 { width: 305px; }
.staticCols3 .col2 { margin-left: 13px; }

/* -- Layout -- */
#view         { width: 942px; margin: 0 auto; padding: 28px 0 50px; }
#head         { margin-bottom: 25px; }
#content      { padding: 20px 0 0; min-height: 400px; }
#foot         { clear: both; padding-top: 5px; }

  #head #logo { width: 165px; height: 130px; }
        #logo span { background: url('../images/default/bg-logo.png') no-repeat; }
        
  #head #mainMenu { position: absolute; width: 100%; height: 48px; right: 0; top: 60px; z-index: 0; }
        #mainMenu ul { float: right; background: #323237 url('../images/default/bg-menu.png') repeat-x; }
        #mainMenu li { float: left; }
        #mainMenu li a,
        #mainMenu li strong { display: block; float: left; height: 25px; padding: 13px 17px 0; text-align: center; color: #fff; font-weight: normal; text-decoration: none; border-bottom: 4px #111113 solid; background: url('../images/default/bg-menu-separator.png') 100% 60% no-repeat; }
        #mainMenu li.last a { background: none; }
        #mainMenu li a:hover { text-decoration: none !important; border-bottom: 4px #c60505 solid; }
        #mainMenu li strong,
        #mainMenu li.active a { color: #90909c; border-bottom: 4px #c60505 solid; }
        
  #head #user { position: absolute; top: 18px; right: 0; font-size: 1.2em; }
        #user li { display: inline; }
        #user li a { padding-left: 20px; font-weight: bold; margin: 0 22px 0 18px; }
        #user li.login a { background: url('../images/default/bg-ico-login.png') 0 50% no-repeat; }
        #user li.signup a { background: url('../images/default/bg-ico-register.png') 0 50% no-repeat; }
        
  #search { position: absolute; right: 0; top: 120px; z-index: 10; }
  #search .button { margin: 0; width: 230px; padding: 4px 8px; }
  #search .submit { width: 35px; height: 26px; padding: 0; margin: 0; background: none; }

        
  #hpPromo { margin-top: 30px; height: 161px; border: 1px #b8b8b8 solid; }
        
        
  #stats { position: absolute; left: 200px; top: 28px; font-size: 1.2em; }
  #stats .h { font-size: 18px; color: #595961; }
  #stats ul { margin-top: 5px; }
  #stats ul li { display: inline; margin-right: 60px; }
  #stats ul li strong { color: #d50b0b; }
        
  
  #foot .line { padding: 0 15px 0 20px; overflow: hidden; height: 100%; border-top: 1px #ececec solid; }
  #foot .line .h { color: #5a5a62; font-size: 1em; float: left; margin-top: 7px; }
  #foot .line ul { float: left; }
  #foot .line .partners { float: left; }
  #foot .line .partners li { overflow: hidden; float: left; margin-left: 15px; }
  
  #foot .line .partners li.md { width: 107px; height: 30px; }
  #foot .line .partners li.md span { background: url('../images/default/bg-foot-md.png') no-repeat; }
  
  #foot .line .partners li.besip { width: 34px; height: 30px; }
  #foot .line .partners li.besip span { background: url('../images/default/bg-foot-besip.png') no-repeat; }
  
  #foot .line .share { float: right; }
  #foot .line .share ul { margin-top: 6px; }
  #foot .line .share li { float: left; margin-left: 12px; width: 16px; height: 16px; }
  #foot .line .share li.youtube span { background: url('../images/default/bg-foot-share-youtube.gif') no-repeat; }
  #foot .line .share li.vimeo span { background: url('../images/default/bg-foot-share-vimeo.gif') no-repeat; }
  #foot .line .share li.twitter span { background: url('../images/default/bg-foot-share-twitter.gif') no-repeat; }
  #foot .line .share li.facebook span { background: url('../images/default/bg-foot-share-facebook.gif') no-repeat; }
  #foot .line .share li.rss span { background: url('../images/default/bg-foot-share-rss.gif') no-repeat; }
  
  #foot .foot { clear: both; padding: 12px 15px 0 20px; border-top: 1px #ececec solid; }
  #foot .foot p { float: left; }
  #foot .foot ul { float: right; }
  #foot .foot ul li { display: inline; margin-left: 35px; }
  #foot .foot ul li a { text-decoration: none; } 
        
        
  #content .main { font-size: 24px; font-weight: normal; padding: 0 190px 4px 16px; margin: 5px 0 10px; border-bottom: 5px #f1f1f2 solid; }
  #content .navi { position: absolute; font-size: .9em; top: -45px; left: 189px; z-index: 20; padding-right: 300px; }
  
  #view.landing .navi { top: 186px; left: 16px; }
  
  #content .item { position: relative; overflow: hidden; height: 100%; margin-bottom: 18px; padding-bottom: 10px; }
           .item .img { float: left; overflow: hidden; height: 100%; width: 148px; padding: 1px; border: 1px #9d9d9f solid; background-color: #fff; }
           .item .img img { float: left; }
           .item .self { margin-left: 162px; }
           .item .date { padding-left: 10px; background: url('../images/default/bg-item-date.png') 0 60% no-repeat; }
           .item.noImg .self { margin-left: 0 !important; }
           
  #content .img { padding: 1px; margin-top: 3px; border: 1px #9d9d9f solid; background-color: #fff; }
  #content .img.fl { margin-right: 10px; }
           
  #content .actions { float: right; height: 25px; }
           .actions li { float: left; margin-left: 10px; }
           .actions.fl li { margin: 0 10px 0 0; }
           
  #content a.button { display: block; height: 19px; color: #fff; font-size: .8em; padding: 6px 0 0 18px; text-transform: uppercase; text-decoration: none; background: url('../images/default/bg-button-grey_112.png') no-repeat; }
  #content a.buttonGrey { width: 94px; background: url('../images/default/bg-button-grey_112.png') no-repeat; }
  #content a.buttonRed { width: 91px; background: url('../images/default/bg-button-red_109.png') no-repeat; }
  #content a.buttonRedWidth { width: 141px; background: url('../images/default/bg-button-red_159.png') no-repeat; }
  #content a.buttonRedShort { width: 62px; background: url('../images/default/bg-button-red_80.png') no-repeat; }
  
  #content .sidebar { padding-top: 15px; }
  
  
  #content .box { position: relative !important; margin-bottom: 20px; clear: both; }
  #content .box .h { font-size: 1.2em; padding: 0 16px 12px; }
  #content .box .in { overflow: hidden; height: 100%; }
  
  #content .box .filter { position: absolute; top: -45px; right: 0; }
  #content .box .filter label { font-weight: bold; }
           
  #content .box .in p { margin-bottom: 1em; }
  #content .box .in .rss { display: block; padding: 7px 0 0 45px; height: 25px; background: url('../images/default/bg-rss.gif') no-repeat; }
           
  #content .boxH .h { padding: 0 16px 8px; margin-bottom: 10px; border-bottom: 5px #f1f1f2 solid; }
           
  #content .boxIn {  }
  #content .boxIn .h { margin: 13px 15px 0 !important; padding: 0; }
  #content .boxIn .in { padding: 13px 15px 10px; }
           
           .boxPadding .h { padding-bottom: 5px !important; }
           .boxPadding .in { padding: 0 0 0 15px; }
           
           .greyBox { background-color: #f1f1f2; }
           /*.greyBox .in h3,
           .greyBox .in h4 { color: #595962; font-size: 1em; }*/
           
           .boxReasonsFilter { margin-bottom: 30px !important; padding-top: 20px; }
           .boxReasonsFilter .in { overflow: visible !important; height: 117px !important; color: #bbbbbb; border: 1px #595961 solid; background: #5c5c65 url('../images/default/bg-reasons-filter.png') repeat-x; }
           .boxReasonsFilter .in .col { float: left; width: 263px; padding: 0 25px 0 25px; height: 100%; background: url('../images/default/bg-reasons-filter-separator.png') 100% 50% no-repeat; }
           .boxReasonsFilter .in .col .title { color: #fff; padding-bottom: 5px; font-size: 16px; margin: 12px 0 7px; border-bottom: 4px #3f3f44 solid; }
           .boxReasonsFilter .in .col .title a { text-decoration: none !important; color: #fff; }
           .boxReasonsFilter .in .col .perex { margin-bottom: 7px; font-size: .9em; }
           .boxReasonsFilter .in .col .more { color: #fff; font-size: .9em; font-weight: bold; padding-left: 14px; background: url('../images/default/bg-more-arrow.png') 0 70% no-repeat; }
           /*.boxReasonsFilter .in .col1 .title { border-color: #2d2d31; }
           .boxReasonsFilter .in .col1.active { background: #2d2d31 url('../images/default/bg-reasons-filter-separator2.png') 100% 0 no-repeat; }
           .boxReasonsFilter .in .col2 .title { border-color: #3f3f44; }
           .boxReasonsFilter .in .col2.active { background: #3f3f44 url('../images/default/bg-reasons-filter-separator2.png') 100% 0 no-repeat; }
           .boxReasonsFilter .in .col3 .title { border-color: #7f7f80; }
           .boxReasonsFilter .in .col3.active { background: #7f7f80; }*/
           .boxReasonsFilter .in .col:hover,
           .boxReasonsFilter .in .active { position: relative; background: #1d1d21 url('../images/default/bg-reasons-filter-separator2.png') 100% 0 no-repeat; }
           .boxReasonsFilter .in .active { background: #1d1d21 url('../images/default/bg-reasons-filter-separator2.png') 100% 0 no-repeat !important; }
           .boxReasonsFilter .in .active .arrow { position: absolute; width: 25px; height: 16px; bottom: -16px; left: 50%; margin-left: -12px; background: url('../images/default/bg-reasons-filter-arrow.png') no-repeat; }
           .boxReasonsFilter .in .col:hover { background: #48484f url('../images/default/bg-reasons-filter-separator2.png') 100% 0 no-repeat; }
           .boxReasonsFilter .in .col:hover * { }
           .boxReasonsFilter .in .col3 { float: right; }
           .boxReasonsFilter .in .col3,
           .boxReasonsFilter .in .col3:hover { background-image: none !important; }
           
           .boxReasonsFilterSmall .in { height: 80px !important; }
           
           .boxAccidentGallery {}
           .boxAccidentGallery .item { padding: 0 !important; background-color: #f2f2f3; }
           .boxAccidentGallery .item .img { margin: 0 !important; height: auto !important; }
           .boxAccidentGallery .item .self { padding-top: 15px; }
           .boxAccidentGallery .item .self .title { color: #55555d; font-size: 1em; }
           .boxAccidentGallery .item .self .title a { color: #55555d; text-decoration: none; }
           .boxAccidentGallery .item .self .perex { margin-bottom: 15px; }
           
           .boxAccidentList .item { width: 292px !important; height: 150px !important; padding: 10px !important; margin-bottom: 10px !important; }
           .boxAccidentList .item .self { padding: 0; }
           .boxAccidentList .item ul { padding-top: 6px; }
           .boxAccidentList .list { padding: 15px 15px 0; }
           
           /*.boxHpBlog .in { padding-bottom: 10px; background-color: #f2f2f3; }
           .boxHpBlog .clear { padding: 10px; }
           .boxHpBlog .item { margin: 0 !important; }*/
           .boxHpBlog .item .img { width: 131px !important; }
           .boxHpBlog .item .self { margin-left: 150px !important; padding-top: 12px !important; }
           /*.boxHpBlog .item .title { margin-bottom: 13px; font-size: 1em; font-weight: normal; }
           .boxHpBlog .itemMain .title { font-size: 1.2em; margin: 5px 0 20px; }
           .boxHpBlog .itemMain { padding-bottom: 0 !important; }
           .boxHpBlog .item .title a { padding-left: 12px; background: url('../images/default/bg-item-date.png') 0 60% no-repeat; }
           .boxHpBlog .rhombus { padding-top: 20px; }
           .boxHpBlog .rhombus .item { padding: 12px 5px 0 !important; margin: 0 !important; border-bottom: 1px #55555d dotted; }
           .boxHpBlog .rhombus .item .info { position: absolute; top: 15px; left: 5px; }*/
           
           .boxBlogs {  }
           .boxBlogs .itemHeight { height: 320px !important; }
           .boxBlogs .itemHeight .rhombus { height: 205px !important; overflow: hidden; }
           .boxBlogs .item { margin: 0; padding: 15px 15px 30px !important; overflow: hidden; background-color: #f2f2f2; }
           .boxBlogs .item .img { width: 67px; height: auto; }
           .boxBlogs .item .self { margin-left: 80px; padding-top: 2px; }
           .boxBlogs .item .title { font-size: 1.1em; }
           .boxBlogs .item .actions { position: absolute; bottom: 15px; right: 15px; }
           .boxBlogs .rhombus { clear: both; padding-top: 20px; }
           .boxBlogs .rhombus ul { margin: 1.5em 0 2em; }
           .boxBlogs .item.col1 { width: 175px; float: left; }
           .boxBlogs .item.col2 { width: 175px; float: left; margin-left: 11px; }
           .boxBlogs .item.col3 { width: 175px; float: right; }
           
           .boxMap {}
           .boxMap .actions { padding-top: 15px; }
           .boxMap .actions .buttonRed { width: 184px !important; background: url('../images/default/bg-button-red_202.png') no-repeat !important; }
           
           .boxContact {}
           .boxContact .in { padding: 25px 25px 10px; }
           .boxContact .in h3 { font-size: 1em; color: #595961; }
           
           .boxBanner { /*padding-top: 27px;*/ }
           
           .boxTestimony { height: 240px; }
           .boxTestimony .in { padding-right: 0; }
           .boxTestimony .player { width: 340px; height: 100%; float: left; }
           .boxTestimony .profile { width: 230px; height: 228px; float: right; padding: 12px 15px 0; }
           .boxTestimony .profile .img { width: 90px; height: auto; }
           .boxTestimony .profile .self { margin-left: 105px; font-weight: bold; padding: 0; line-height: 2.5em; }
           .boxTestimony .profile .clear { padding-top: 10px; }
           
           .boxTestimonyNext .item { width: 197px; height: 68px !important; float: left; padding: 0 !important; margin-left: 15px; background-color: #f2f2f3; }
           .boxTestimonyNext .item .img { width: 67px; height: 64px !important; margin: 0 !important; }
           .boxTestimonyNext .item .self { margin-left: 82px; padding-top: 10px; }
           .boxTestimonyNext .item .self p { font-size: .9em; font-weight: normal; }
           
           .boxRelatedItems {}
           .boxRelatedItems .item { padding: 10px 10px 0; margin-bottom: 15px !important; background-color: #f1f1f2; }
           .boxRelatedItems .item .img { width: 67px; height: 64px; }
           .boxRelatedItems .item .title,
           .boxRelatedItems .item .title a { color: #595961 !important; font-size: 1em; }
           .boxRelatedItems .item .big { margin-top: 15px; }
           .boxRelatedItems .item .big a { color: #d50b0b !important; text-decoration: underline; }
           
           .boxNextPlaces {}
           .boxNextPlaces .item { padding: 0 10px !important; margin-bottom: 10px !important; }
           .boxNextPlaces .item .img { width: 67px; height: 64px; }
           .boxNextPlaces .item .title,
           .boxNextPlaces .item .title a { color: #595961 !important; font-size: 1em; }
           .boxNextPlaces .item .big { margin-top: 15px; }
           .boxNextPlaces .item .big a { color: #d50b0b !important; text-decoration: underline; }
           
           .boxSubmenu { padding-top: 26px; }
           .boxSubmenu .in { padding: 5px 15px; background-color: #f0f0f1; }
           .boxSubmenu ul {}
           .boxSubmenu ul li { border-bottom: 1px #cacacd solid; }
           .boxSubmenu ul li a { display: block; padding: 10px 14px; text-decoration: none; background: url('../images/default/bg-submenu.png') 4px 1.3em no-repeat; }
           
           .boxItemList { padding-bottom: 5px; }
           .boxItemList .in { padding-top: 10px; }
           .boxItemList .item { padding-bottom: 10px; border-bottom: 1px #55555d dotted; }
           .boxItemList .item .img { width: 67px; }
           .boxItemList .item .self { margin-left: 85px; }
           .boxItemList .item .self .title { padding-right: 100px; }
           .boxItemList .item .self .question span { padding-right: 15px; background: url('../images/default/bg-question.gif') 100% 20% no-repeat; }
           .boxItemList .item.first { padding: 10px; border: none; background-color: #f1f1f2; }
           .boxItemList .item.first .img { width: 131px; }
           .boxItemList .item.first .self { margin-left: 150px; }
           .boxItemList .item.first .self .title { margin: 5px 0 10px; }
           
           .boxItemList .item .big { margin-bottom: 10px; }
           
           .boxItemList .item ul.info { position: absolute; top: 3px; right: 0; }
           .boxItemList .item ul.info li { display: inline; margin-left: 15px; padding-left: 16px; background-position: 0 60% !important; }
           .boxItemList .item ul.info li.topics { background: url('../images/default/bg-ico-topics.gif') no-repeat; }
           .boxItemList .item ul.info li.posts { background: url('../images/default/bg-ico-posts.gif') no-repeat; }
           
           .boxItemList .odd,
           .boxItemList .even { padding: 15px 10px 5px !important; margin: 0 auto !important; }
           .boxItemList .even { background-color: #f7f7f7; }
           .boxItemList .odd .info,
           .boxItemList .even .info { top: 17px !important; right: 10px !important; }
           
           .boxMap {}
           .boxMap .in {}
           .boxMap .in .map { height: 454px; border: 1px #d7d7d7 solid; }
           .boxMap .in .actions li { margin-left: 5px !important; }
           .boxMap .in .actions .buttonRed { width: 145px !important; background: url('../images/default/bg-button-red_163.png') no-repeat !important; }
           .boxMap .in .actions .buttonGrey { width: 103px !important; background: url('../images/default/bg-button-grey_121.png') no-repeat !important; }
           .boxMap .in .info { float: left !important; width: 52%; margin-top: 20px; font-size: .8em !important; }
           .boxMap .filter { position: relative !important; top: 0 !important; left: 0; padding: 5px 15px 16px; }
           .boxMap .filter select { width: 160px; margin-right: 15px; }
           
           .paging { color: #5a5a62; font-size: .9em; overflow: hidden; height: 100%; margin-bottom: 20px; }
           .paging ul { float: right; }
           .paging ul li { float: left; text-align: center; }
           .paging ul li a,
           .paging ul li strong { display: block; float: left; width: 18px; height: 18px; color: #d50b0b; text-decoration: none; }
           .paging ul li strong { color: #5a5a62; background-color: #f1f1f2; }
           
           .gallery { position: relative; width: 630px; overflow: hidden; height: 100%; left: -5px; padding-bottom: 10px; }
           .gallery .img { float: left; margin-left: 4px; }
           .gallery .img img { float: left; }

           .boxText .cols50 .gallery.col1 { width: 51% !important; }
           .boxText .cols50 .player.col2 { width: 48% !important; height: 300px; padding-top: 3px; }
           .boxText .boxBlogs { float: right; width: 260px; margin-left: 20px; }
           
           .boxSimulator {}
           .boxSimulator .in { height: 491px !important; border: 1px black solid; }
           
           
           .box505 { width: 500px; font-size: 1.4em; margin: 40px auto; background-color: #fff; }
           .box505 .in {}
		   
           
  /* -- Content text -- */
  #content .text { }
  
           .text ul,
           .text ol { padding-left: 30px; }
           .text ul li { margin: 2px 0; }
           .text ol li { margin: 2px 0; }
           .text ol ul,
           .text ul ol { padding-top: 5px; margin-bottom: 5px !important; }
           .text ol>li { list-style: decimal; }
           .text ul>li { list-style: square; }
  
           .text table { border-collapse: collapse; }
           .text table th,
           .text table td { padding: 5px 10px; }
           .text table th { color: #616f29; background-color: #e7eecb; border-bottom: 1px #eaeddf solid; }
           .text table td { vertical-align: top; color: #000; background-color: #f2f6e2; border-bottom: 1px #d9dec4 solid; }
  
           .text p,
           .text ul,
           .text ol,
           .text table,
           .text address { margin-bottom: 20px; }
  
           .text h2,
           .text h3,
           .text h4,
           .text h5,
           .text h6 { margin-bottom: 0; font-weight: bold; }
          
           .text h2 { font-size: 1.2em; margin-bottom: 6px; }
           .text h3 { font-size: 1.2em; margin-bottom: 6px; }
           .text h4 { font-size: 1.15em; margin-bottom: 6px; }
           .text h5 { font-size: 1.1em; }
           .text h6 { font-size: 1em; font-weight: bold; }
  
           .text address { font-style: normal; }