body { font-family: Arial, Helvetica, sans-serif; font-size: 16px; }

.sectionCnt { position: relative; width: 1170px; margin: 0 auto; }

.text-center { text-align: center; }

#header { min-height: 200px; background: url('../img/header_bg_2.png') repeat 50% 50%; border-top: 4px solid #6b6b6b; }

#header .sectionCnt { display: block; line-height: 200px; vertical-align: middle; }

#header .sectionCnt.imageSet { overflow: hidden; background-position: 0 center; background-repeat: no-repeat;
  -moz-border-bottom-left-radius: 12px;
  -moz-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -ms-border-bottom-left-radius: 12px;
  -ms-border-bottom-right-radius: 12px;
  -o-border-bottom-left-radius: 12px;
  -o-border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  -o-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#header .sectionCnt.imageSet img { display: block; width: 100%; }

#header .sectionCnt.imageSet .txt { margin-left: -4000px; position: absolute; }

#header .txt { display: inline-block; vertical-align: middle; line-height: 24px; }

#header h1 { font: bold 46px/52px 'Ubuntu', serif; color: #5a5a5a; letter-spacing: -0.03em; width: 60%;

  -moz-text-shadow: 0 -1px 0 rgba(0,0,0,0.3), 0 1px 1px rgba(255,255,255,1);

  -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,0.3), 0 1px 1px rgba(255,255,255,1);

  -ms-text-shadow: 0 -1px 0 rgba(0,0,0,0.3), 0 1px 1px rgba(255,255,255,1);

  -o-text-shadow: 0 -1px 0 rgba(0,0,0,0.3), 0 1px 1px rgba(255,255,255,1);

  text-shadow: 0 -1px 0 rgba(0,0,0,0.3), 0 1px 1px rgba(255,255,255,1);

}

#header .date { margin-top: 6px; color: #c51211; font: 700 24px/26px Georgia, sans-serif; font-style: italic; }

#header .signUpBtn { position: absolute; bottom: 12px; right: 12px; background: #c51211; line-height: 56px; padding: 0 20px; color: white; color: rgba(255,255,255,0.9); text-transform: uppercase; font-size: 16px; border: 2px solid #9f0e0d;

  -moz-border-radius: 12px;

  -webkit-border-radius: 12px;

  -ms-border-radius: 12px;

  -o-border-radius: 12px;

  border-radius: 12px;

  -moz-box-shadow: 0 -14px 14px rgba(0,0,0,0.15) inset, 0 4px 8px rgba(0,0,0,0.1);

  -webkit-box-shadow: 0 -14px 14px rgba(0,0,0,0.15) inset, 0 4px 8px rgba(0,0,0,0.1);

  -ms-box-shadow: 0 -14px 14px rgba(0,0,0,0.15) inset, 0 4px 8px rgba(0,0,0,0.1);

  -o-box-shadow: 0 -14px 14px rgba(0,0,0,0.15) inset, 0 4px 8px rgba(0,0,0,0.1);

  box-shadow: 0 -14px 14px rgba(0,0,0,0.15) inset, 0 4px 8px rgba(0,0,0,0.1);

}

#header .signUpBtn:before { content: '>'; display: inline-block; margin-left: -20px; margin-right: 10px; width: 40px; text-align: center; border-right: 1px solid #9f0e0d; font-weight: bold; height: 56px; color: #810909;

  -moz-text-shadow: 0 1px 0 rgba(255,255,255,0.3);

  -webkit-text-shadow: 0 1px 0 rgba(255,255,255,0.3);

  -ms-text-shadow: 0 1px 0 rgba(255,255,255,0.3);

  -o-text-shadow: 0 1px 0 rgba(255,255,255,0.3);

  text-shadow: 0 1px 0 rgba(255,255,255,0.3);

  -moz-box-shadow: 1px 0 0 rgba(255,255,255,0.15);

  -webkit-box-shadow: 1px 0 0 rgba(255,255,255,0.15);

  -ms-box-shadow: 1px 0 0 rgba(255,255,255,0.15);

  -o-box-shadow: 1px 0 0 rgba(255,255,255,0.15);

  box-shadow: 1px 0 0 rgba(255,255,255,0.15);

}

#header .signUpBtn:hover { color: white;

  -moz-box-shadow: 0 0 20px rgba(255,255,255,0.8);

  -webkit-box-shadow: 0 0 20px rgba(255,255,255,0.8);

  -ms-box-shadow: 0 0 20px rgba(255,255,255,0.8);

  -o-box-shadow: 0 0 20px rgba(255,255,255,0.8);

  box-shadow: 0 0 20px rgba(255,255,255,0.8);

}

#header .signUpBtn:focus { color: white;

  -moz-box-shadow: 0 0 20px rgba(255,255,255,0.8), 0 -10px 20px rgba(255,255,255,0.2) inset;

  -webkit-box-shadow: 0 0 20px rgba(255,255,255,0.8), 0 -10px 20px rgba(255,255,255,0.2) inset;

  -ms-box-shadow: 0 0 20px rgba(255,255,255,0.8), 0 -10px 20px rgba(255,255,255,0.2) inset;

  -o-box-shadow: 0 0 20px rgba(255,255,255,0.8), 0 -10px 20px rgba(255,255,255,0.2) inset;

  box-shadow: 0 0 20px rgba(255,255,255,0.8), 0 -10px 20px rgba(255,255,255,0.2) inset;

}

.langNav {
    float: right;
    padding-left: 0;
    margin: -5px 0 -5px 0!important;
}

.langNav li {
    position: relative;
    display: block;
}

.langNav a {
    position: relative;
    display: block;
    padding: 5px 15px;
}

.langNav a:hover { background: rgb(21, 69, 117); }

.langNav .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background: #112830;
    border-bottom: 1px solid #5a5a5a;
}

.open > .dropdown-menu {
    display: block;
}

.langNav .dropdown-menu > li > a {
    display: block;
    padding: 3px 15px;
    color: rgba(255,255,255,.75);
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
}

.langNav .dropdown-menu > li > a > .flag-icon {
    padding-right: 10px;
}

#langNav li { float: left; line-height: 25px; padding: 0; margin: 0; }

#langNav li a { display: inline-block; line-height: 17px; padding: 0 6px; vertical-align: middle; color: #aaa; font-size: 11px; border-left: 1px solid #888; text-align: center; }

#langNav li.first a { border: 0; }

#langNav li.actual a, #langNav li a:hover { color: white; }

#langNav li a img { display: inline-block; vertical-align: middle; }

#header #langNav li a img { width: auto; display: inline; }



#sponsors { background: #efefef url('../img/header_bg_2.png') repeat center -200px; vertical-align: middle; text-align: center; }

#sponsors .sectionCnt { height: 100px; line-height: 100px; vertical-align: middle; }

#sponsors .txt { position: absolute; top: 10px; left: 0; font-size: 12px; line-height: 12px; font-style: italic; color: #666; }

#sponsors .item { padding: 0 5px; display: inline-block; vertical-align: middle; line-height: 70px; height: 70px; }

#sponsors .item img { display: inline-block; max-height: 70px; vertical-align: middle; line-height: 1em; margin: 0;

  /* filter: url(filters.svg#grayscale);

  filter: gray;

  -webkit-filter: grayscale(1); */



}

#sponsors .item:hover img {

  /* filter: none;

  -webkit-filter: grayscale(0);

  -ms-filter: none; */

}



.mainNavSectionPlaceholder { height: 50px; }
#mainNavSection { height: 40px; line-height: 40px; padding: 5px 0 4px; background: #112830; border-bottom: 1px solid #5a5a5a;
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,.12);
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.12);
  -ms-box-shadow: 0 2px 2px rgba(0,0,0,.12);
  -o-box-shadow: 0 2px 2px rgba(0,0,0,.12);
  box-shadow: 0 2px 2px rgba(0,0,0,.12);
}
#mainNavSection.floating { position: fixed; top: 0; left: 0; width: 100%; z-index: 99; }

.mainNav { padding: 0; margin: 0; list-style-type: none; }
.mainNav li { float: left; padding: 0; margin: 0; }
.mainNav li a { display: block; padding: 0 14px; margin: 0 6px; color: #fff; color: rgba(255,255,255,.75); font-size: 16px; font-weight: bold; font-family: 'Roboto Condensed', sans-serif; cursor: pointer;
  -moz-transition: all .25s ease-out;
  -webkit-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .35s ease-out;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.mainNav li:hover a { color: #fff; }
.mainNav li.actual a { background: rgba(0,0,0,.33); color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#mainNavSection .btn.reg { float: right; margin-right: 10px; margin-top: 2px; }


.blockInner { padding: 40px 5% 80px; }

#cntnt.noSideBar { float: none; width: auto; }

#cntnt.fifty-fifty .txtCntnt { float: left; width: 430px; }

.blockHead { position: relative; font-size: 2em; font-family: 'Roboto Slab', sans-serif; color: #e92927; font-weight: bold; text-align: center; line-height: 1em; padding: 1em 0; margin-bottom: 1em; border-bottom: 1px solid #ccc; }
.blockHead:after { content: ''; display: block; position: absolute; bottom: -2px; left: 50%; width: 100px; height: 3px; margin: 0 -50px; background: #e92927; }

.simpleBlock .blockBody { max-width: 936px; margin: 0 auto; }
.blockCnt { position: relative; border-bottom: 2px solid #eee; }
.blockCnt.gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.05+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.05))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d000000',GradientType=0 ); /* IE6-9 */
}
.blockCnt:after { content: ''; display: block; position: absolute; bottom: -7px; left: 50%; width: 200px; height: 12px; margin: 0 -100px; background: #E5E5E5; }
.blockCnt.valami:before { content: ''; display: block; position: absolute; bottom: -42px; left: 50%; margin: 0 -500px; width: 0; height: 0; border-style: solid; border-width: 42px 500px 0 500px; border-color: #ddd transparent transparent transparent; }
.blockCnt.valami:after { content: ''; display: block; position: absolute; bottom: -40px; left: 50%; margin: 0 -478px; width: 0; height: 0; border-style: solid; border-width: 40px 478px 0 478px; border-color: #ffffff transparent transparent transparent; }

#main .sectionCnt.paralellSections { width: auto; }

#main .sectionCnt.paralellSections #cntnt { float: none; width: auto; min-width: 1100px; }

#main .sectionCnt.paralellSections #sideBar { float: none; }



.fiftySide { float: right;  }



#cntnt .txtCntnt .largeMap { background: white; border: 1px solid #ddd; padding: 6px;

  -moz-box-shadow: 0 4px 6px #e0e0e0;

  -webkit-box-shadow: 0 4px 6px #e0e0e0;

  -ms-box-shadow: 0 4px 6px #e0e0e0;

  -o-box-shadow: 0 4px 6px #e0e0e0;

  box-shadow: 0 4px 6px #e0e0e0;

  -moz-border-radius: 5px;

  -webkit-border-radius: 5px;

  -ms-border-radius: 5px;

  -o-border-radius: 5px;

  border-radius: 5px;

}

#cntnt .txtCntnt .largeMap #map_canvas { height: 250px; }

#cntnt .txtCntnt .largeMap img { border: 0; padding: 0; max-width: 100000px; background: none;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  -ms-box-shadow: none;

  -o-box-shadow: none;

  box-shadow: none;

  -moz-border-radius: 0;

  -webkit-border-radius: 0;

  -ms-border-radius: 0;

  -o-border-radius: 0;

  border-radius: 0;

}



#sideBar { float: right; width: 320px; padding: 20px 0; margin-left: -400px; }

#sideBar .box { background: white; border: 1px solid #ddd; padding: 12px; margin-top: 16px;

  -moz-box-shadow: 0 4px 6px #eee;

  -webkit-box-shadow: 0 4px 6px #eee;

  -ms-box-shadow: 0 4px 6px #eee;

  -o-box-shadow: 0 4px 6px #eee;

  box-shadow: 0 4px 6px #eee;

  -moz-border-radius: 5px;

  -webkit-border-radius: 5px;

  -ms-border-radius: 5px;

  -o-border-radius: 5px;

  border-radius: 5px;

  background: rgb(255,255,255); /* Old browsers */

  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */

  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */

  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

  -moz-box-shadow: 0 -1px 2px #fff inset;

  -webkit-box-shadow: 0 -1px 2px #fff inset;

  -ms-box-shadow: 0 -1px 2px #fff inset;

  -o-box-shadow: 0 -1px 2px #fff inset;

  box-shadow: 0 -1px 2px #fff inset;

}

#sideBar .box:first-child { margin-top: 0; }

#sideBar .box .boxHead { padding: 10px 13px; margin: 0 -13px 8px; background: #6b6b6b; color: white; font: 700 16px/18px Georgia, sans-serif; font-style: italic; border-top: 1px solid #5a5a5a; border-bottom: 1px solid #5a5a5a;

  -moz-text-shadow: 0 1px 0 #333;

  -webkit-text-shadow: 0 1px 0 #333;

  -ms-text-shadow: 0 1px 0 #333;

  -o-text-shadow: 0 1px 0 #333;

  text-shadow: 0 1px 0 #333;

  -moz-box-shadow: 0 0 30px #5a5a5a inset, 1px 1px 0 #aaa inset;

  -webkit-box-shadow: 0 0 30px #5a5a5a inset;

  -ms-box-shadow: 0 0 30px #5a5a5a inset;

  -o-box-shadow: 0 0 30px #5a5a5a inset;

  box-shadow: 0 0 10px #5a5a5a inset, 0 1px 0 #aaa inset;

}

#sideBar .box .map { background: white; border: 1px solid #ddd; padding: 6px;

  -moz-box-shadow: 0 4px 6px #e0e0e0;

  -webkit-box-shadow: 0 4px 6px #e0e0e0;

  -ms-box-shadow: 0 4px 6px #e0e0e0;

  -o-box-shadow: 0 4px 6px #e0e0e0;

  box-shadow: 0 4px 6px #e0e0e0;

  -moz-border-radius: 5px;

  -webkit-border-radius: 5px;

  -ms-border-radius: 5px;

  -o-border-radius: 5px;

  border-radius: 5px;

}

#sideBar .box { line-height: 18px; font-size: 12px; color: #555; }

#sideBar .box p { margin: 0 0 6px; }

#sideBar .signUpBtn { display: inline-block; background: #c51211; line-height: 56px; padding: 0 20px; color: white; color: rgba(255,255,255,0.9); text-transform: uppercase; font-size: 16px; border: 2px solid #9f0e0d;

  -moz-border-radius: 12px;

  -webkit-border-radius: 12px;

  -ms-border-radius: 12px;

  -o-border-radius: 12px;

  border-radius: 12px;

  -moz-box-shadow: 0 -14px 14px rgba(0,0,0,0.15) inset, 0 4px 8px rgba(0,0,0,0.1);

  -webkit-box-shadow: 0 -14px 14px rgba(0,0,0,0.15) inset, 0 4px 8px rgba(0,0,0,0.1);

  -ms-box-shadow: 0 -14px 14px rgba(0,0,0,0.15) inset, 0 4px 8px rgba(0,0,0,0.1);

  -o-box-shadow: 0 -14px 14px rgba(0,0,0,0.15) inset, 0 4px 8px rgba(0,0,0,0.1);

  box-shadow: 0 -14px 14px rgba(0,0,0,0.15) inset, 0 4px 8px rgba(0,0,0,0.1);

}

#sideBar .signUpBtn:before { content: '>'; display: inline-block; margin-left: -20px; margin-right: 10px; width: 40px; text-align: center; border-right: 1px solid #9f0e0d; font-weight: bold; height: 56px; color: #810909;

  -moz-text-shadow: 0 1px 0 rgba(255,255,255,0.3);

  -webkit-text-shadow: 0 1px 0 rgba(255,255,255,0.3);

  -ms-text-shadow: 0 1px 0 rgba(255,255,255,0.3);

  -o-text-shadow: 0 1px 0 rgba(255,255,255,0.3);

  text-shadow: 0 1px 0 rgba(255,255,255,0.3);

  -moz-box-shadow: 1px 0 0 rgba(255,255,255,0.15);

  -webkit-box-shadow: 1px 0 0 rgba(255,255,255,0.15);

  -ms-box-shadow: 1px 0 0 rgba(255,255,255,0.15);

  -o-box-shadow: 1px 0 0 rgba(255,255,255,0.15);

  box-shadow: 1px 0 0 rgba(255,255,255,0.15);

}

#sideBar .signUpBtn:hover { color: white;

  -moz-box-shadow: 0 0 20px rgba(255,255,255,0.8);

  -webkit-box-shadow: 0 0 20px rgba(255,255,255,0.8);

  -ms-box-shadow: 0 0 20px rgba(255,255,255,0.8);

  -o-box-shadow: 0 0 20px rgba(255,255,255,0.8);

  box-shadow: 0 0 20px rgba(255,255,255,0.8);

}

#sideBar .signUpBtn:focus { color: white;

  -moz-box-shadow: 0 0 20px rgba(255,255,255,0.8), 0 -10px 20px rgba(255,255,255,0.2) inset;

  -webkit-box-shadow: 0 0 20px rgba(255,255,255,0.8), 0 -10px 20px rgba(255,255,255,0.2) inset;

  -ms-box-shadow: 0 0 20px rgba(255,255,255,0.8), 0 -10px 20px rgba(255,255,255,0.2) inset;

  -o-box-shadow: 0 0 20px rgba(255,255,255,0.8), 0 -10px 20px rgba(255,255,255,0.2) inset;

  box-shadow: 0 0 20px rgba(255,255,255,0.8), 0 -10px 20px rgba(255,255,255,0.2) inset;

}

#sideBar .sponsors { text-align: center; margin-top: 18px; color: #666; margin-bottom: 18px; }
#sideBar .sponsors .boxHead, #sideBar .sponsors h4 { text-align: center; font-size: 12px; padding: 12px 8px 8px; }
#sideBar .sponsors .item { display: inline-block; vertical-align: bottom; margin: 4px; }

.blockCnt .sponsors { text-align: center; margin-top: 18px; color: #666; margin-bottom: 18px; }
.blockCnt .sponsors .boxHead, #sideBar .sponsors h4 { text-align: center; font-size: 12px; padding: 12px 8px 8px; }
.blockCnt .sponsors .item { display: inline-block; vertical-align: bottom; margin: 4px; }


#footer { background: #5a5a5a url('../img/footer_bg.png') repeat center center; color: #eee; }

#footer .sectionCnt { min-height: 250px; padding-bottom: 50px; }

#footer .section { position: relative; float: left; width: 500px; padding: 12px; z-index: 1; }

#footer .section h4 { font: 700 16px/26px Georgia, sans-serif; font-style: italic; color: #aaa; margin: 4px 0 4px; }

#footer .section .map { float: left; background: white; border: 1px solid #ddd; padding: 6px; margin-right: 16px;

  -moz-box-shadow: 0 4px 6px rgba(0,0,0,0.3);

  -webkit-box-shadow: 0 4px 6px rgba(0,0,0,0.3);

  -ms-box-shadow: 0 4px 6px rgba(0,0,0,0.3);

  -o-box-shadow: 0 4px 6px rgba(0,0,0,0.3);

  box-shadow: 0 4px 6px rgba(0,0,0,0.3);

  -moz-border-radius: 5px;

  -webkit-border-radius: 5px;

  -ms-border-radius: 5px;

  -o-border-radius: 5px;

  border-radius: 5px;

}

#footer .section { font-size: 12px; line-height: 16px; }

#footer .section p { margin-bottom: 4px; }

#footer .nav { margin: 0; list-style-type: none; width: 120px; }

#footer .nav li { padding: 0; margin: 0 0 4px; }

#footer .nav li a { color: inherit; font-weight: bold; }

#footer .nav li a:hover { color: white; }

#footerLogo { position: absolute; right: 0; bottom: 0; display: block; height: 25px; padding: 10px; background: white;

  -moz-border-top-left-radius: 5px;

  -moz-border-top-right-radius: 5px;

  -webkit-border-top-left-radius: 5px;

  -webkit-border-top-right-radius: 5px;

  -ms-border-top-left-radius: 5px;

  -ms-border-top-right-radius: 5px;

  -o-border-top-left-radius: 5px;

  -o-border-top-right-radius: 5px;

  border-top-left-radius: 5px;

  border-top-right-radius: 5px;

}

#footer .copyRight { position: absolute; bottom: 0; width: 100%; font-size: 12px; font-style: italic; text-align: center; line-height: 50px; color: #aaa; }



.txtCntnt { color: #333; line-height: 1.5em; }

.txtCntnt p { margin-bottom: 12px; }

.txtCntnt h2 { margin: 20px 0 8px; padding-bottom: 4px; font: bold 28px/30px Georgia,serif; font-style: italic; color: #c51211; }

.txtCntnt h2:first-child { margin-top: 0; }

.txtCntnt h3 { margin: 22px 0 12px; font-weight: bold; font-size: 18px; color: #888; }

.txtCntnt h4 { margin: 12px 0; font-weight: bold; font-size: 14px; }

.txtCntnt table { margin: 12px 0; border-collapse: collapse; }

.txtCntnt table { border-collapse: collapse; border: 0; width: 100%; background: #f5f5f5; font-size: 14px; margin-left: auto; margin-right: auto; }

.txtCntnt table td, .txtCntnt table th { padding: 10px 12px; border: 1px solid #ddd; }

.txtCntnt table th { font-weight: bold; color: white; background: #C51211; border-color: #C51211; border-bottom: 0; }

/* .txtCntnt table td:first-child { font-weight: bold; color: #C51211; text-align: left; } */

.txtCntnt table tr.even td { background-color: #f0f0f0; }
.txtCntnt img { max-width: 100%; }



#cntnt a, #sideBar p a { color: #3c8ae6; }

#cntnt a:hover, #sideBar p a:hover { color: #1d62b4; border-bottom: 1px dotted #3c8ae6; margin-bottom: -1px; }

#cntnt .txtCntnt img { max-width: 586px; background: white; border: 1px solid #ddd; padding: 6px;

  -moz-box-shadow: 0 4px 6px #e0e0e0;

  -webkit-box-shadow: 0 4px 6px #e0e0e0;

  -ms-box-shadow: 0 4px 6px #e0e0e0;

  -o-box-shadow: 0 4px 6px #e0e0e0;

  box-shadow: 0 4px 6px #e0e0e0;

  -moz-border-radius: 5px;

  -webkit-border-radius: 5px;

  -ms-border-radius: 5px;

  -o-border-radius: 5px;

  border-radius: 5px;

}



.formCnt p { margin-bottom: 8px; }

.formCnt .starredInfo { color: #888; text-align: right; font-style: italic; font-size: 0.9em; }

.formCnt h3 { color: #6b6b6b; font-size: 16px; line-height: 18px; padding: 4px 0; margin: 16px 0 8px; font-weight: bold; border-bottom: 1px solid #ccc; }

.formCnt h4 { color: #aaa; font-size: 14px; line-height: 18px; margin: 10px 0 4px; font-weight: bold; font-style: italic; }

.formCnt label { color: #c51211; font-style: italic; display: block; line-height: 18px; margin-bottom: 3px; }

.formCnt input[type=text], .formCnt input[type=password], .formCnt input[type=email] { display: block; width: 320px; line-height: 18px; padding: 10px; border: 1px solid #999; background: #f8f8f8; color: #555;

  -moz-border-radius: 5px;

  -webkit-border-radius: 5px;

  -ms-border-radius: 5px;

  -o-border-radius: 5px;

  border-radius: 5px;

  -moz-box-shadow: 0 2px 1px rgba(0,0,0,0.1) inset;

  -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.1) inset;

  -ms-box-shadow: 0 2px 1px rgba(0,0,0,0.1) inset;

  -o-box-shadow: 0 2px 1px rgba(0,0,0,0.1) inset;

  box-shadow: 0 2px 1px rgba(0,0,0,0.1) inset;

}

.formCnt input[type=text]:focus, .formCnt input[type=password]:focus { border-color: #c51211; color: #333; background: #fff;

  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);

  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);

  -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.1);

  -o-box-shadow: 0 1px 1px rgba(0,0,0,0.1);

  box-shadow: 0 1px 1px rgba(0,0,0,0.1);

}

#recaptcha input[type=text], #recaptcha input[type=text]:focus { display: inline-block; }

.formCnt input[type=text].small, .formCnt input[type=password].small { width: 80px; }

.formCnt input[type=text].medium, .formCnt input[type=password].medium { width: 207px; }

.formCnt select { display: block; height: 26px; padding: 6px; margin: 0; border: 1px solid #999; background: #f8f8f8; color: #555; line-height: 26px; vertical-align: middle;

  -moz-box-sizing: content-box;

  box-sizing: content-box;

  -moz-border-radius: 5px;

  -webkit-border-radius: 5px;

  -ms-border-radius: 5px;

  -o-border-radius: 5px;

  border-radius: 5px;

}

.formCnt select:focus { border-color: #c51211; color: #333; background: #fff; }

.formCnt textarea { display: block; height: 80px; width: 480px; padding: 6px; margin: 0; border: 1px solid #999; background: #f8f8f8; color: #555; line-height: 20px; vertical-align: middle; resize: vertical;

  -moz-box-sizing: content-box;

  box-sizing: content-box;

  -moz-border-radius: 5px;

  -webkit-border-radius: 5px;

  -ms-border-radius: 5px;

  -o-border-radius: 5px;

  border-radius: 5px;

}

.fiftySide .formCnt textarea { width: 328px; }

.formCnt textarea:focus { border-color: #c51211; color: #333; background: #fff; }

.formCnt input[type=radio] { vertical-align: middle; }

.formCnt .row { display: inline-block; margin-right: 6px; }

.formCnt .row.floated { float: left; margin-right: 10px; }

.formCnt .signUpBtn { display: inline-block; background: #c51211; line-height: 56px; height: 56px; padding: 0 20px; color: white; color: rgba(255,255,255,0.9); text-transform: uppercase; font-size: 16px; border: 2px solid #9f0e0d;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  -moz-border-radius: 12px;

  -webkit-border-radius: 12px;

  -ms-border-radius: 12px;

  -o-border-radius: 12px;

  border-radius: 12px;

  -moz-box-shadow: 0 -14px 14px rgba(0,0,0,0.15) inset, 0 4px 8px rgba(0,0,0,0.1);

  -webkit-box-shadow: 0 -14px 14px rgba(0,0,0,0.15) inset, 0 4px 8px rgba(0,0,0,0.1);

  -ms-box-shadow: 0 -14px 14px rgba(0,0,0,0.15) inset, 0 4px 8px rgba(0,0,0,0.1);

  -o-box-shadow: 0 -14px 14px rgba(0,0,0,0.15) inset, 0 4px 8px rgba(0,0,0,0.1);

  box-shadow: 0 -14px 14px rgba(0,0,0,0.15) inset, 0 4px 8px rgba(0,0,0,0.1);

}

.formCnt .signUpBtn:before { content: '>'; display: inline-block; margin-left: -20px; margin-right: 10px; width: 40px; text-align: center; border-right: 1px solid #9f0e0d; font-weight: bold; height: 56px; color: #810909;

  -moz-text-shadow: 0 1px 0 rgba(255,255,255,0.3);

  -webkit-text-shadow: 0 1px 0 rgba(255,255,255,0.3);

  -ms-text-shadow: 0 1px 0 rgba(255,255,255,0.3);

  -o-text-shadow: 0 1px 0 rgba(255,255,255,0.3);

  text-shadow: 0 1px 0 rgba(255,255,255,0.3);

  -moz-box-shadow: 1px 0 0 rgba(255,255,255,0.15);

  -webkit-box-shadow: 1px 0 0 rgba(255,255,255,0.15);

  -ms-box-shadow: 1px 0 0 rgba(255,255,255,0.15);

  -o-box-shadow: 1px 0 0 rgba(255,255,255,0.15);

  box-shadow: 1px 0 0 rgba(255,255,255,0.15);

}

.formCnt .signUpBtn:hover { color: white;

  -moz-box-shadow: 0 0 20px rgba(255,255,255,0.8);

  -webkit-box-shadow: 0 0 20px rgba(255,255,255,0.8);

  -ms-box-shadow: 0 0 20px rgba(255,255,255,0.8);

  -o-box-shadow: 0 0 20px rgba(255,255,255,0.8);

  box-shadow: 0 0 20px rgba(255,255,255,0.8);

}

.formCnt .signUpBtn:focus { color: white;

  -moz-box-shadow: 0 0 20px rgba(255,255,255,0.8), 0 -10px 20px rgba(255,255,255,0.2) inset;

  -webkit-box-shadow: 0 0 20px rgba(255,255,255,0.8), 0 -10px 20px rgba(255,255,255,0.2) inset;

  -ms-box-shadow: 0 0 20px rgba(255,255,255,0.8), 0 -10px 20px rgba(255,255,255,0.2) inset;

  -o-box-shadow: 0 0 20px rgba(255,255,255,0.8), 0 -10px 20px rgba(255,255,255,0.2) inset;

  box-shadow: 0 0 20px rgba(255,255,255,0.8), 0 -10px 20px rgba(255,255,255,0.2) inset;

}

.formCnt .failed { float: right; margin-top: -24px; line-height: 16px; }



.boxSection { position: relative; padding: 12px; margin: 12px -12px 12px; background: url('../img/header_bg_2.png') repeat center 0; border: 1px solid #ccc;

  -moz-border-radius: 12px;

  -webkit-border-radius: 12px;

  -ms-border-radius: 12px;

  -o-border-radius: 12px;

  border-radius: 12px;

  -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.1);

  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.1);

  -ms-box-shadow: 0 3px 5px rgba(0,0,0,0.1);

  -o-box-shadow: 0 3px 5px rgba(0,0,0,0.1);

  box-shadow: 0 3px 5px rgba(0,0,0,0.1);

}

.formCnt .boxSection h3 { margin: 10px 0 8px; border-color: #ccc; }

.formCnt .boxSection h3:first-child { margin-top: 0; }

.formCnt .boxSection .sectionOpener { top: 8px; right: 12px; }



.chooseDateSection { padding: 8px; margin: 0 -6px; padding-left: 60px; background: url('../img/calendar-icon.png') no-repeat 13px center; min-height: 33px; border: 1px solid #ccc;

  -moz-border-radius: 8px;

  -webkit-border-radius: 8px;

  -ms-border-radius: 8px;

  -o-border-radius: 8px;

  border-radius: 8px;

}

#ask .boxSection {
  width:  100%;
}

.askSection { padding: 8px; margin: 0 -6px; padding-left: 60px; background: url('../img/buborek-icon.png') no-repeat 13px center; min-height: 33px; border: 1px solid #ccc;

  -moz-border-radius: 8px;

  -webkit-border-radius: 8px;

  -ms-border-radius: 8px;

  -o-border-radius: 8px;

  border-radius: 8px;

}

.askSection textarea {
  height: 150px;
  border: 0;
    line-height: 1.2em;
    width: 100%;
    font-size: 14px;
    padding-bottom: 18px;
    background: transparent;
}

#steps { min-height: 55px; margin: 0 -12px; padding: 0 0 0 16px; list-style-type: none; }

#steps li { position: relative; display: block; float: left; width: 130px; height: 55px; padding: 0 16px 0 22px; margin-left: -16px; margin-bottom: 3px; color: #585858; font-size: 10px; line-height: 11px; background: url('../img/step_bg.png') no-repeat right 0;

  -moz-border-radius: 3px 0 0 3px;

  -webkit-border-radius: 3px 0 0 3px;

  -ms-border-radius: 3px 0 0 3px;

  -o-border-radius: 3px 0 0 3px;

  border-radius: 3px 0 0 3px;

}

#steps li a, #steps li a:hover { display: block; color: inherit; width: 100%; height: 100%; border: 0; text-decoration: none; }

#steps li:first-child { padding-left: 10px; width: 136px; }

#steps li h3 { padding-top: 9px; font-size: 13px; line-height: 15px; font-weight: bold; color: #c51211; margin: 0 -10px 2px 0; font-family: Georgia, serif; }

#steps li select { font-size: 11px; margin-top: 2px; }

#steps li.actual { color: white; background-image: url('../img/step_actual_bg.png'); }

#steps li.actual h3 { color: white; }



.stepBtn, #cntnt .stepBtn, #cntnt .stepBtn:hover { float: left; display: inline-block; line-height: 24px; height: 24px; padding: 0 8px; margin: 12px 0 0px; font-size: 12px; background: url('../img/step_bg.png') no-repeat center center; color: #555; border: 1px solid #c0c0c0;

  -moz-border-radius: 4px;

  -webkit-border-radius: 4px;

  -ms-border-radius: 4px;

  -o-border-radius: 4px;

  border-radius: 4px;

}

.stepBtn.next, #cntnt .stepBtn.next { float: right; }

.stepBtn:hover, #cntnt .stepBtn:hover { color: #c51211; }



.simpleBtn { height: 36px; line-height: 36px; background: #ccc; border: 1px solid #aaa; margin-bottom: 8px; width: 100%; cursor: pointer; color: #333;

  -moz-border-radius: 5px;

  -webkit-border-radius: 5px;

  -ms-border-radius: 5px;

  -o-border-radius: 5px;

  border-radius: 5px;

  background: #ffffff; /* Old browsers */

  background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */

  background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */

  background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

}

.simpleBtn:hover { background: #f8f8f8; border-color: #6b6b6b; color: #c51211; }

.simpleBtn.active { border-color: #c51211; color: #c51211; }



.formCnt .dataCopy { margin-top: -5px; float: right; color: #c51211; font-size: 11px; line-height: 11px; cursor: pointer; font-weight: normal; text-transform: none; background: #f6f6f6 url('../img/checkbox-red.png') no-repeat 10px 2px; padding: 6px 12px 6px 30px; border: 1px solid #ddd; font-style: normal;

  -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 1px rgba(0,0,0,0.1);

  -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 1px rgba(0,0,0,0.1);

  -ms-box-shadow: 0 1px 0 #fff inset, 0 1px 1px rgba(0,0,0,0.1);

  -o-box-shadow: 0 1px 0 #fff inset, 0 1px 1px rgba(0,0,0,0.1);

  box-shadow: 0 1px 0 #fff inset, 0 1px 1px rgba(0,0,0,0.1);

  -moz-border-radius: 20px;

  -webkit-border-radius: 20px;

  -ms-border-radius: 20px;

  -o-border-radius: 20px;

  border-radius: 20px;

}

.formCnt .dataCopy:hover { background-position: 10px -17px;

  -moz-box-shadow: 0 -3px 6px #fff inset;

  -webkit-box-shadow: 0 -3px 6px #fff inset;

  -ms-box-shadow: 0 -3px 6px #fff inset;

  -o-box-shadow: 0 -3px 6px #fff inset;

  box-shadow: 0 -3px 6px #fff inset;

}

.formCnt .dataCopy.active { background-position: 10px -17px;

  -moz-box-shadow: 0 -3px 6px #fff inset;

  -webkit-box-shadow: 0 -3px 6px #fff inset;

  -ms-box-shadow: 0 -3px 6px #fff inset;

  -o-box-shadow: 0 -3px 6px #fff inset;

  box-shadow: 0 -3px 6px #fff inset;

}



.openerHead { cursor: pointer; }

.sectionOpener { position: absolute; display: block; width: 24px; height: 24px; border: 1px solid #ccc; cursor: pointer; text-align: center; vertical-align: bottom; font: 900 21px/24px Arial, sans-serif; color: #aaa; overflow: hidden; background: url('../img/up-down-icon.png') no-repeat 3px 7px;

  -moz-border-radius: 5px;

  -webkit-border-radius: 5px;

  -ms-border-radius: 5px;

  -o-border-radius: 5px;

  border-radius: 5px;

  -moz-box-shadow: 0 2px 4px rgba(255,255,255,0.5) inset, 0 1px 0 rgba(255,255,255,0.7);

  -webkit-box-shadow: 0 2px 4px rgba(255,255,255,0.5) inset, 0 1px 0 rgba(255,255,255,0.7);

  -ms-box-shadow: 0 2px 4px rgba(255,255,255,0.5) inset, 0 1px 0 rgba(255,255,255,0.7);

  -o-box-shadow: 0 2px 4px rgba(255,255,255,0.5) inset, 0 1px 0 rgba(255,255,255,0.7);

  box-shadow: 0 2px 4px rgba(255,255,255,0.5) inset, 0 1px 0 rgba(255,255,255,0.7);

}

.sectionOpener:hover, .openerHead:hover .sectionOpener { border-color: #bbb; color: #888; background-position: -97px 7px;

  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);

  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);

  -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.15);

  -o-box-shadow: 0 1px 1px rgba(0,0,0,0.15);

  box-shadow: 0 1px 1px rgba(0,0,0,0.15);

}

.sectionOpener.open { background-position: 3px -93px; }

.sectionOpener:hover.open, .openerHead:hover .sectionOpener.open { background-position: -97px -93px; }


.sectionLink { position: absolute; display: block; width: 24px; height: 24px; border: 1px solid #ccc; cursor: pointer; text-align: center; vertical-align: bottom; font: 900 21px/24px Arial, sans-serif; color: #aaa; overflow: hidden; background: url('../img/left-right-icon.png') no-repeat 7px -97px;

  -moz-border-radius: 5px;

  -webkit-border-radius: 5px;

  -ms-border-radius: 5px;

  -o-border-radius: 5px;

  border-radius: 5px;

  -moz-box-shadow: 0 2px 4px rgba(255,255,255,0.5) inset, 0 1px 0 rgba(255,255,255,0.7);

  -webkit-box-shadow: 0 2px 4px rgba(255,255,255,0.5) inset, 0 1px 0 rgba(255,255,255,0.7);

  -ms-box-shadow: 0 2px 4px rgba(255,255,255,0.5) inset, 0 1px 0 rgba(255,255,255,0.7);

  -o-box-shadow: 0 2px 4px rgba(255,255,255,0.5) inset, 0 1px 0 rgba(255,255,255,0.7);

  box-shadow: 0 2px 4px rgba(255,255,255,0.5) inset, 0 1px 0 rgba(255,255,255,0.7);

  top: 12px; right: 12px;

}

.sectionLink:hover { border-color: #bbb; color: #888;

  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);

  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);

  -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.15);

  -o-box-shadow: 0 1px 1px rgba(0,0,0,0.15);

  box-shadow: 0 1px 1px rgba(0,0,0,0.15);

  background-position: 7px 4px; }

.products .priceSpan { float: right; text-align: right; }

.products .price { font-family: Georgia, serif; font-style: italic; font-weight: bold; font-size: 1.3em; }

.products .price.main { color: #c51211; }

.products .price .oldAmount { color: #999; font-size: 0.7em; margin-right: 6px; }

.products .currency { font-size: 0.7em; }

.products .comment { font-size: 11px; color: #777; }

.products .roommateSection { border: 1px solid #ccc; padding: 8px; margin: 0 -6px;

  -moz-border-radius: 8px;

  -webkit-border-radius: 8px;

  -ms-border-radius: 8px;

  -o-border-radius: 8px;

  border-radius: 8px;

}



.priceSection { position: relative; padding: 12px; margin: 12px -12px 12px; background: url('../img/footer_bg.png') repeat center 0; border: 1px solid #333; color: white;

  -moz-border-radius: 12px;

  -webkit-border-radius: 12px;

  -ms-border-radius: 12px;

  -o-border-radius: 12px;

  border-radius: 12px;

  -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.1);

  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.1);

  -ms-box-shadow: 0 3px 5px rgba(0,0,0,0.1);

  -o-box-shadow: 0 3px 5px rgba(0,0,0,0.1);

  box-shadow: 0 3px 5px rgba(0,0,0,0.1);

}

.priceSection h3 { margin: 10px 0 8px; border: 0; font: bold 16px/16px Georgia,serif; font-style: italic; color: #aaa; }

.priceSection h3:first-child { margin-top: 0; }

.priceSection table { border-collapse: collapse; }

.priceSection table td { padding: 6px 6px; text-align: center; }

.priceSection table td:first-child { text-align: left; }

.priceSection table td:last-child { text-align: right; }

.priceSection table thead td, .priceSection table th { color: #999; }

.priceSection table tbody td { border-top: 1px solid #777; }

.priceSection table tfoot tr.sum td { border-top: 1px solid white; font-weight: bold; font-size: 14px; }

.priceSection table tfoot tr.sum .price { font: bold 18px/20px Georgia,serif; font-style: italic; }

.priceSection table tfoot tr.sum .price .currency { font-size: 11px; }

.priceSection table tbody tr .productName { font-weight: bold; }

.priceSection table .productNameCol { width: 330px; }

.progList { color: #6b6b6b; }

.progSectionNav { float: right; padding: 0; margin: 0 0 -22px; list-style-type: none; }

.progSectionNav li { float: left; padding: 0; margin: 0; border-left: 1px solid #ccc; }

.progSectionNav li.first { border: 0; }

.progSectionNav li a { display: block; color: inherit; line-height: 22px; padding: 0 8px; vertical-align: middle; }

.progSectionNav li a:hover { color: black; }

.progSectionNav li.actual a { color: #c51211; }

.day { clear: both; }

.dayHead { line-height: 48px; font-size: 15px; font-weight: bold; padding-left: 47px; background: url('../img/calendar-icon.png') no-repeat 5px 6px; clear: both; }

.progList.multipleSections { margin: 0 -13px 0 -5px; }

.progList.multipleSections .section { float: left; width: 450px; padding: 8px 4px 4px; margin-right: 8px; border: 1px solid #e0e0e0;

  -moz-border-radius: 8px;

  -webkit-border-radius: 8px;

  -ms-border-radius: 8px;

  -o-border-radius: 8px;

  border-radius: 8px;

}

.progList.multipleSections .progItem:last-child { margin-bottom: 0; }

.progList.multipleSections .progHead .name { width: 290px; }

.progList .sectionName { display: none; padding: 0 4px; text-align: right; }

.progList.multipleSections .sectionName { display: block; }

.progItem { margin: 8px 0; border: 1px solid #ccc; overflow: hidden;

  -moz-border-radius: 5px;

  -webkit-border-radius: 5px;

  -ms-border-radius: 5px;

  -o-border-radius: 5px;

  border-radius: 5px;

}



.progItem:hover { border-color: #aaa; }

.progHead { position: relative; line-height: 50px; vertical-align: middle; background: url('../img/header_bg_2.png') repeat center 0;

  background: rgb(255,255,255); /* Old browsers */

  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */

  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */

  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

  -moz-box-shadow: 0 -1px 2px #fff inset;

  -webkit-box-shadow: 0 -1px 2px #fff inset;

  -ms-box-shadow: 0 -1px 2px #fff inset;

  -o-box-shadow: 0 -1px 2px #fff inset;

  box-shadow: 0 -1px 2px #fff inset;

}

.progHead .time { float: left; display: block; width: 84px; font-size: 13px; padding-left: 48px; border-right: 1px solid #ddd; background: #f3f3f3 url('../img/time-icon.png') no-repeat 6px center; }

.progHead .name { display: block; line-height: 38px; padding: 6px 40px 6px 142px; font-size: 15px; color: #c51211; border-left: 1px solid #ddd; margin: 0 0 0 -1px; }

.progHead .name .txt { display: inline-block; line-height: 16px; vertical-align: middle; }

.progHead .name .txt .performer { display: block; color: #777; font-size: 11px; line-height: 15px; margin-top: 3px; font-style: italic; }

.progHead .name .txt .performer p { display: inline-block; font-size: 1em; }

.progHead .name .txt .performer p:after { content: ' /'; }

.progHead .name .txt .performer p:last-child:after { content: ''; margin-left: 0; }

.progHead .sectionOpener { top: 12px; right: 12px; }

.noDetails .progHead { cursor: default; }

.noDetails .progHead .sectionOpener { display: none; }

.progItem .details { padding: 12px; border-top: 1px solid #ddd; }

.progItem .details .txtCntnt { padding-left: 132px; font-size: 14px; }

.progItem .details .tmb { float: left; margin: -8px -132px -8px -8px; max-width: 120px; background: white; border: 1px solid #ddd; padding: 3px;

  -moz-box-shadow: 0 4px 6px #e0e0e0;

  -webkit-box-shadow: 0 4px 6px #e0e0e0;

  -ms-box-shadow: 0 4px 6px #e0e0e0;

  -o-box-shadow: 0 4px 6px #e0e0e0;

  box-shadow: 0 4px 6px #e0e0e0;

  -moz-border-radius: 3px;

  -webkit-border-radius: 3px;

  -ms-border-radius: 3px;

  -o-border-radius: 3px;

  border-radius: 3px;

}

.progItem .details p:first-child { margin-top: 0; }

.progItem .details p:last-child { margin-bottom: 0; }

.progItem.noDetails .details { display: none; }

.progItem .details .performer { min-height: 26px; padding: 6px 0 6px 20px; margin-bottom: -6px; background: url('/imgs/performer-icon.png') no-repeat 0 0; }

.progItem .details .performer p { margin-bottom: 0; }

.lightEvent.progItem { border-color: #ddd; }

.lightEvent.progItem .progHead { background: none; color: #888; }

.lightEvent.progItem .progHead .time { background-color: white; }

.lightEvent.progItem .progHead .name { color: #888; }



#cntnt .searchResult .progHead, #cntnt .searchResult { background: #fffea6; }

#cntnt .searchResult .time { background-color: #fffea6; }



.fullSuccess { padding: 10px; margin: 12px -12px 12px; border: 3px solid green;

  -moz-border-radius: 12px;

  -webkit-border-radius: 12px;

  -ms-border-radius: 12px;

  -o-border-radius: 12px;

  border-radius: 12px;

  -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.1);

  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.1);

  -ms-box-shadow: 0 3px 5px rgba(0,0,0,0.1);

  -o-box-shadow: 0 3px 5px rgba(0,0,0,0.1);

  box-shadow: 0 3px 5px rgba(0,0,0,0.1);

}



#files { padding: 5%; background: #f2f2f2; margin-bottom: 30px; border: 1px solid #ddd;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
}
#files .item { display: block; padding: 12px 20px 12px 60px; font-size: 16px; line-height: 22px; color: #FF585F; color: #3c8ae6; vertical-align: middle; border-bottom: 1px solid #ccc; position: relative; overflow: hidden; }
#files .item a { color: inherit; }
#files .item .description { font-weight: 700; }
#files .item .filename { float: right; font-size: .9em; color: #aaa; }
#files .item:before { content: ''; font-family: 'FontAwesome'; font-size: 22px; height: 22px; line-height: 22px; width: 60px; position: absolute; left: 0; top: 50%; margin-top: -11px; text-align: center; }
#files .item.pdf:before { content: ''; }
#files .item.zip:before, .supportRow.rar:before { content: ''; }
#files .item:hover { background: #fff; text-decoration: underline; }
#files .item:hover .filename { color: #FF585F; color: #3c8ae6; }
#files .item, #files .item .filename {
  -moz-transition: .25s ease-in-out;
  -webkit-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.icon.download { display: none; }


.simplePrograms { width: 600px; }

.simplePrograms .progItem { margin-top: 0; }

.simplePrograms .progHead .name { width: 440px; }



.programTable{ width: 100%; border-collapse: collapse; border-left: none; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }

.programTable .progHead .sectionOpener { right: 6px; top: auto; bottom: 6px; width: 13px; height: 13px;  background: url('../img/up-down-icon_small.png') no-repeat 2px 4px;

  border-radius: 2.5px;

}

.programTable .progHead:hover .sectionOpener { background-position: -48px 4px; }

.programTable .progHead .sectionOpener.open { background-position: 2px -46px; }

.programTable .progHead:hover .sectionOpener.open { background-position: -48px -46px; }

.programTable tr td, .programTable th { padding: 0; border: none; vertical-align: top; border-left: 1px solid #ccc; border-right: 1px solid #ccc; }

.programTable thead tr td, .programTable th { background: #f3f3f3; color: #888; text-align: center; font-weight: bold; vertical-align: middle; height: 42px; border-bottom: 1px solid #ccc; }

.programTable .progItem { margin: 0; border: 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; background: #f3f3f3 url('/imgs/bg_striped.png') repeat 0 0;

  -moz-border-radius: 0;

  -webkit-border-radius: 0;

  -ms-border-radius: 0;

  -o-border-radius: 0;

  border-radius: 0;

}

.programTable .progItem .progHead { border-bottom: 1px solid #ddd; }

.programTable .progItem .progHead .name .txt { line-height: 14px; font-size: 12px; }

.programTable .progItem .time { width: 40px; background-image: url('/imgs/time-icon_small.png'); padding-left: 30px; }

.programTable .progItem .time span { display: inline-block; line-height: 14px; vertical-align: middle; color: #555; font-size: 12px; }

.programTable .progHead .name { width: 80%; line-height: 44px; padding-top: 3px; padding-bottom: 3px; }

.paralellSections .programTable .progHead .name { width: 60%; }

.programTable .progHead .name .performer { margin-top: 0; }

.programTable .progItem .details { padding: 0; }

.programTable .progItem .details .txtCntnt { padding: 6px; }

.programTable .progItem .details .tmb { margin: 0 6px 0 0; }

.programTable .progItem:before { content: ''; bottom: 0; left: 0; height: 3px; background: #C51211; z-index: 1; }

.programTable .progItem .details { top: 54px; left: 1%; width: 98%; position: absolute; background: white; border: 1px solid #ddd; z-index: 4;

  border-radius: 5px;

  -moz-border-radius: 5px;

  -webkit-border-radius: 5px;

  -ms-border-radius: 5px;

  -o-border-radius: 5px;

  -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.2);

  -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.2);

  -ms-box-shadow: 0 4px 8px rgba(0,0,0,0.2);

  -o-box-shadow: 0 4px 8px rgba(0,0,0,0.2);

  box-shadow: 0 4px 8px rgba(0,0,0,0.2);

}

.programTable .progItem .details .txtCntnt { padding: 12px; border-left: 6px solid #C51211;

  -moz-border-radius: 5px 0 0 5px;

  -webkit-border-radius: 5px 0 0 5px;

  -ms-border-radius: 5px 0 0 5px;

  -o-border-radius: 5px 0 0 5px;

  border-radius: 5px 0 0 5px;

}

.programTable .progItem .progHead { border-bottom: 0; height: 100%; }

.programTable .progItem .progHead .time { height: 100%; background-position: 6px 15px; }

.programTable .progItem { position: relative; overflow: visible; border: 1px 0 1px 0 solid #bbb; }

.programTable .progItem .details:before { content: ''; display: block; position: absolute; top: -8px; left: 0; width: 100%; height: 8px; background: url('/imgs/prog-details_tail.png') no-repeat center 0; }

.programTable .progItem.lightEvent { background: #f8f8f8; }

.programTable .progItem.lightEvent .progHead { background: #f8f8f8; }

.programTable .progItem.lightEvent .time { background-color: #f8f8f8; }

.programTable .progItem.plenar .progHead .performer { display: inline-block; margin-left: 8px; }

#main #cntnt .programTable .progItem.searchResult .details { display: block; }

.programTable .progItem.mini .progHead, .programTable .progItem.mini .progHead .name { height: 36px; line-height: 36px; padding-top: 0; padding-bottom: 0; }

.programTable .progItem.mini .progHead .time { background-position: 6px center; }



#search { float: right; margin: -10px 0 -30px; height: 38px; vertical-align: middle; }

#search input {

  -moz-box-sizing: content-box;

  -webkit-box-sizing: content-box;

  -ms-box-sizing: content-box;

  -o-box-sizing: content-box;

  box-sizing: content-box;

  -moz-transition: all .25s ease-in-out;

  -webkit-transition: all .25s ease-in-out;

  -ms-transition: all .25s ease-in-out;

  -o-transition: all .25s ease-in-out;

  transition: all .25s ease-in-out;

}

#search input[type=text] { height: 20px; width: 240px; line-height: 20px; padding: 8px; background: #f8f8f8; border: 1px solid #ccc;

  -moz-border-radius: 4px;

  -webkit-border-radius: 4px;

  -ms-border-radius: 4px;

  -o-border-radius: 4px;

  border-radius: 4px;

  -moz-box-shadow: 0 2px 1px rgba(0,0,0,0.1) inset, 0 4px 8px rgba(0,0,0,0.1) inset;

  -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.1) inset, 0 4px 8px rgba(0,0,0,0.1) inset;

  -ms-box-shadow: 0 2px 1px rgba(0,0,0,0.1) inset, 0 4px 8px rgba(0,0,0,0.1) inset;

  -o-box-shadow: 0 2px 1px rgba(0,0,0,0.1) inset, 0 4px 8px rgba(0,0,0,0.1) inset;

  box-shadow: 0 2px 1px rgba(0,0,0,0.1) inset, 0 4px 8px rgba(0,0,0,0.1) inset;

}

#search input[type=text]:focus { background: white;

  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1);

  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);

  -ms-box-shadow: 0 2px 5px rgba(0,0,0,0.1);

  -o-box-shadow: 0 2px 5px rgba(0,0,0,0.1);

  box-shadow: 0 2px 5px rgba(0,0,0,0.1);

}

#search input[type=submit] { background: #C51211; color: white; width: 80px; height: 36px; line-height: 36px; text-align: center; vertical-align: top; border: 1px solid #A60908; cursor: pointer;

  -moz-border-radius: 3px;

  -webkit-border-radius: 3px;

  -ms-border-radius: 3px;

  -o-border-radius: 3px;

  border-radius: 3px;

  -moz-box-shadow: 0 -12px 16px rgba(0,0,0,0.15) inset;

  -webkit-box-shadow: 0 -12px 16px rgba(0,0,0,0.15) inset;

  -ms-box-shadow: 0 -12px 16px rgba(0,0,0,0.15) inset;

  -o-box-shadow: 0 -12px 16px rgba(0,0,0,0.15) inset;

  box-shadow: 0 -12px 16px rgba(0,0,0,0.15) inset;

}

#search input[type=submit]:hover {

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  -ms-box-shadow: none;

  -o-box-shadow: none;

  box-shadow: none;

}

#search input[type=submit]:focus, #search input[type=submit]:active {

  -moz-box-shadow: 0 2px 1px rgba(0,0,0,0.1) inset, 0 4px 8px rgba(0,0,0,0.1) inset;

  -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.1) inset, 0 4px 8px rgba(0,0,0,0.1) inset;

  -ms-box-shadow: 0 2px 1px rgba(0,0,0,0.1) inset, 0 4px 8px rgba(0,0,0,0.1) inset;

  -o-box-shadow: 0 2px 1px rgba(0,0,0,0.1) inset, 0 4px 8px rgba(0,0,0,0.1) inset;

  box-shadow: 0 2px 1px rgba(0,0,0,0.1) inset, 0 4px 8px rgba(0,0,0,0.1) inset;

}

#search form { float: left; }

.printBtn { float: left; display: block; height: 38px; line-height: 38px; padding-left: 42px; background: url('/imgs/print-icon.png') no-repeat 0 center; margin-right: 28px; }

.printBtn:hover, #cntnt .printBtn:hover { border: 0; text-decoration: underline; margin-bottom: 0; }



.programSponsors { width: 960px; margin: 0 auto; }

.sectionTitleBtn{ position: relative; cursor: pointer; }

.sectionTitleBtn .description{ }

.programTable .progItem:before { content: ''; bottom: 0; left: 0; height: 3px; background: #C51211; z-index: 1; }

.sectionDescCnt:before { content: ''; display: block; position: absolute; top: -8px; left: 0; width: 100%; height: 8px; background: url('/imgs/prog-details_tail.png') no-repeat center 0; }



.sectionDescCnt { top: 32px; left: 1%; width: 500px; position: absolute; background: white; border: 1px solid #ddd; z-index: 4; }

.sectionDescCnt .txtCntnt {

    border-left: 6px solid #c51211;

    border-radius: 5px 0 0 5px;

    padding: 12px;

}

.programFilterForm { float: left; width: 50%; text-align: center; margin-bottom: 20px; background: #eee; padding: 1em 0; }
.programFilterForm select { width: 90%; font-size: 1em; height: 2.5em; }

.largeMap { height: 500px; }

.sectionName { margin: .66em 0; font-family: 'Roboto Slab', sans-serif; font-size: 1.5em; text-align: center; }

.programNavTabs { padding: 0; margin: 0 0 1.5em; list-style-type: none; border-bottom: 2px solid #E92927; }
.programNavTabs li { float: left; padding: 0; margin: 0 .5%; width: 32.3%; }
.programNavTabs li a { display: block; color: #777; padding: .5em .5em; text-align: center; border: 2px solid #eee; border-bottom: 0; cursor: pointer;
  -moz-transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}
.programNavTabs li a:hover { color: #e92927; border-color: #aaa; }
.programNavTabs li.active a { background: #fff; border: 2px solid #E92927; border-bottom: 2px solid #fff; margin: 0 0 -2px; color: #000; }
.programNavTabs li a .dayHead { display: inline-block; font-family: 'Roboto Slab', sans-serif; }

@media only screen
and (max-width: 699px) {
  .programNavTabs li a { padding: 1em .5em; }
  .programNavTabs li a .dayHead { padding-left: 0; background: transparent; line-height: 1.2em; }
}

.simpleNavTabs { padding: 0; margin: 0 0 1.5em; list-style-type: none; border-bottom: 2px solid #eee; }
.simpleNavTabs li { float: left; padding: 0; margin: 0; }
.simpleNavTabs li a { display: block; color: #777; padding: .5em 1em; text-align: center; border-bottom: 4px solid rgba(233,41,39,0); margin-bottom: -3px; cursor: pointer;
  -moz-transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}
.simpleNavTabs li a:hover { color: #e92927; }
.simpleNavTabs li.active a { border-color: #E92927; color: #000; }
.simpleNavTabs li a .sectionName { font-size: 1em; margin: 0; padding: .33em 0; }

.simpleNavBoxes { padding: 0; margin: 0 0 1.25em; list-style-type: none; }
.simpleNavBoxes li { float: left; padding: 0; margin: .25em .25em; }
.simpleNavBoxes li a { display: block; color: #777; padding: .25em .75em; text-align: center; border: 2px solid #aaa; cursor: pointer;
  -moz-transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}
.simpleNavBoxes li a:hover { color: #e92927; border-color: #888; }
.simpleNavBoxes li.active a { border-color: #E92927; color: #000; }
.simpleNavBoxes li a.secondary { border-color: rgba(0,0,0,0); }
.simpleNavBoxes li.active a.secondary { border-bottom-color: #E92927; }
.simpleNavBoxes li a .sectionName { font-size: 1em; margin: 0; padding: .33em 0; }

.filterArea { background: #112830; color: #fff; padding: 1em; margin-bottom: 1em; }
.filterArea form { display: inline; display: inline-block; }
.filterArea .searchArea { display: block; padding-bottom: .5em; margin-bottom: .5em; border-bottom: 1px solid rgba(255,255,255,.2); }
.filterArea .searchArea input[type=text] { line-height: 1em; padding: .67em .67em; background: #fff; background: rgba(255,255,255,.9); border: 0; width: 350px; max-width: 60%;
  -moz-border-radius: .2em;
  -webkit-border-radius: .2em;
  -ms-border-radius: .2em;
  -o-border-radius: .2em;
  border-radius: .2em;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.filterArea .searchArea input[type=text]:focus { background: #fff; }
.filterArea select { height: 2.34em; background: rgba(255,255,255,.9); border: 0; max-width: 16em; margin-bottom: .25em;
  -moz-border-radius: .2em;
  -webkit-border-radius: .2em;
  -ms-border-radius: .2em;
  -o-border-radius: .2em;
  border-radius: .2em;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.filterArea select:focus { background: #fff; }

.sectionLeader, .sectionLocation { color: #777; text-align: left; font-size: .9em; margin: -1em 0 1em; overflow: hidden; }
.sectionLeader i, .sectionLocation i { font-size: 1.2em; float: left; margin-right: .5em; margin-bottom: .33em; cursor: default; }

.progItem .infoIcon { float: right; display: block; line-height: 50px; width: 40px; text-align: center; font-size: 1.2em; color: #777; cursor: default; }
.progItem .detailsOpener .infoIcon { margin-right: 40px; }

.progHead .name .txt .location { color: #777; font-size: 11px; margin-left: 6px; }

.progResultsHead { color: #e92927; font-family: 'Roboto Slab', sans-serif; font-size: 1.4em; margin-top: 1.2em; }

.backBtnCnt { text-align: right; }
.backBtnCnt.bottom { margin-top: 1em; }
.backBtn { color: #777;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.backBtn:hover { color: #e92927; }

.newsList { padding: 30px; }
.newsItem { position: relative; display: block; color: #000; border-bottom: 1px solid #ccc; }
.newsItem { float: left; width: 50%; }
.newsItem .itemInner { position: relative; padding: 30px; min-height: 205px; top: 0; }
.newsItem img { position: relative; float: left; display: block; margin-right: 30px; }
.newsItem .date { position: absolute; left: 22px; top: 38px; background: #4edcb7; color: #fff; font-weight: 900; text-align: center; font-size: 16px; line-height: 20px; height: 40px; width: 50px; padding: 13px 8px; z-index: 1; }
.newsItem .date .y { font-weight: 300; }
.newsItem .title { font-size: 22px; margin: 18px 0 8px; font-weight: 900; }
.newsItem img, .newsItem .title {
  -moz-transition: color .3s ease-out, margin .3s ease-out;
  -webkit-transition: color .3s ease-out, margin .3s ease-out;
  -ms-transition: color .3s ease-out, margin .3s ease-out;
  -o-transition: color .3s ease-out, margin .3s ease-out;
  transition: color .3s ease-out, margin .3s ease-out;
}
.newsItem:hover .title { color: #3dc3a0; }
.newsItem:hover img { margin-top: -8px; }

.itemList, .itemPage { padding-right: 0; padding-left: 0; }
.itemList .item { display: block; padding: 30px; border-top: 1px solid #C6D3D7; color: #000; }
.itemList .item:first-child { border: 0; }
.itemList .item .tmbImg { position: relative; display: block; float: left; margin: 0 30px 0 0; overflow: hidden; }
.itemList .item .tmbImg img { display: block; }
.itemList .item .title { color: #333f65; font-weight: bold; line-height: 1.1em; margin: 1em 0 .5em; font-size: 1.75em;
  -moz-transition: all .25s ease-out;
  -webkit-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
.itemList .item .info, .itemPage .info { color: #888; margin-bottom: 1em; line-height: 1.5em; }
.itemList .item .info i, .itemPage .info i { font-size: 1.5em; margin-right: .25em; display: inline-block; vertical-align: middle; }
.itemList .item .info .infoSegment, .itemPage .info .infoSegment { display: inline-block; padding-right: 2em; }
.itemList .item .tmbImg:before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(23,88,110,.5); }
.itemList .item .tmbImg:after { content: ''; font-family: FontAwesome; display: block; position: absolute; top: 50%; left: 50%; font-size: 5em; width: 2em; line-height: 2em; height: 2em; margin: -1em; margin-top: 0em; text-align: center; vertical-align: middle; color: #fff; }
.itemList .item .tmbImg:before, .itemList .item .tmbImg:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -moz-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.itemList .item:hover .tmbImg:before, .itemList .item:hover .tmbImg:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.itemList .item:hover .tmbImg:after { margin: -1em; }
.itemList .item:hover .title { color: #126f8f; }

.itemPage .articleImg { text-align: center; margin: 30px 0; font-size: 0; }
.itemPage .articleImg img { max-width: 100%; max-height: 500px; }
.itemPage .txtCol {  }
.itemPage .txtCntnt h1 { margin-top: 1em; margin-bottom: .33em; font-size: 2em; font-family: 'Roboto Slab', sans-serif; color: #e92927; font-weight: bold; }
.itemPage .info { margin-bottom: 2em; }
.itemPage .downloads, .downloads { margin: 2em 0 2em -13px; padding: 20px; border: 1px solid #C6D3D7;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0,0,0,.1);
}

.team { text-align: center; padding: 2em 0 1em; }
.team .member { display: inline-block; width: 300px; text-align: center; cursor: pointer; color: #555; margin-bottom: 30px; }
.direct-chat-img,
.team .member .tmbImg { width: 200px; height: 200px; margin: 0 auto; overflow: hidden;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.team .member .tmbImg img { width: 100%; display: block; }
.team .member .name { margin: .5em 0 .1em; font-weight: bold; font-size: 1.3em; color: #c51211;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.team .member:hover .tmbImg {
  -moz-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  -webkit-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  -ms-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  -o-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
}

.kiallitok { text-align: center; padding: 2em 0 1em; }
.kiallitok .kiallito { display: inline-block; width: 300px; text-align: center; cursor: pointer; color: #555; margin-bottom: 30px; }
.kiallitok .kiallito .tmbImg { width: 200px; height: 130px; margin: 0 auto; overflow: hidden; text-align: center; line-height: 130px;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.kiallitok .kiallito .tmbImg img { display: inline-block; vertical-align: middle; }
.kiallitok .kiallito .name { margin: .5em 0 .1em; font-weight: bold; font-size: 1.3em; color: #c51211;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.kiallitok .kiallito:hover .tmbImg {
  -moz-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  -webkit-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  -ms-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  -o-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
}




.popupCnt{ max-width: 800px; padding: 40px; }

.fancybox-overlay { background: #c51211; background: rgba(169,18,17,.95); background: rgba(15,38,46,.95); }
.fancybox-skin { border-bottom: 60px solid #C51211; background: #fff url('../img/motif_red_transp.png') no-repeat 120% 150%; }
.fancybox-opened .fancybox-skin {
  -moz-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  -webkit-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  -ms-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  -o-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
}

.txtCntnt h1, .txtCntnt h2, .txtCntnt h3, .txtCntnt h4 {
    color: #c51211;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 1em;
}


.direct-chat-messages .pending {
    z-index: 50;
    border-radius: 3px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.direct-chat-messages .pending  > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

.direct-chat-danger .pending > .direct-chat-text {
    background: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}
.direct-chat-msg > .direct-chat-info {
  font-family: 'Roboto Slab', sans-serif;
  padding-bottom: 20px;
}
.direct-chat-msg .direct-chat-name {
  color: #c51211;
}

.direct-chat-msg .direct-chat-timestamp {
  color: #777;
}

.direct-chat-msg img {
  float: left;
}

.direct-chat-msg > .direct-chat-text {
  padding-left: 60px;
  min-height: 80px;
}


.buttonJoin { position: absolute; display: block; width: 120px; height: 24px; border: 1px solid #ccc; cursor: pointer; text-align: center; vertical-align: bottom; font: 900 16px/24px Arial, sans-serif; color: #aaa; overflow: hidden; background: url('/imgs/up-down-icon.png') no-repeat 3px 7px;
  top: 12px;
  right: 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 4px rgba(255,255,255,0.5) inset, 0 1px 0 rgba(255,255,255,0.7);
  -webkit-box-shadow: 0 2px 4px rgba(255,255,255,0.5) inset, 0 1px 0 rgba(255,255,255,0.7);
  -ms-box-shadow: 0 2px 4px rgba(255,255,255,0.5) inset, 0 1px 0 rgba(255,255,255,0.7);
  -o-box-shadow: 0 2px 4px rgba(255,255,255,0.5) inset, 0 1px 0 rgba(255,255,255,0.7);
  box-shadow: 0 2px 4px rgba(255,255,255,0.5) inset, 0 1px 0 rgba(255,255,255,0.7);
}
.buttonJoin.alert {
  color: #c51211;
  border: 1px solid #c51211;
}

.buttonJoin.warning {
  color: #f39c12;
  border: 1px solid #f39c12;
  cursor: default;
}

.buttonJoin:hover, .openerHead:hover .buttonJoin { border-color: #bbb; color: #888; background-position: -97px 7px;
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  -o-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

.buttonJoin.open { background-position: 3px -93px; }
.buttonJoin:hover.open, .openerHead:hover .buttonJoin.open { background-position: -97px -93px; }



.row .col-md-5,
.row .col-md-6,
.row .col-md-7 {
  position: relative;
  min-height: 1px;
  display: block;
  box-sizing: border-box;
  padding: 20px;
}

@media (min-width: 992px) {
  .row .col-md-5,
  .row .col-md-6,
  .row .col-md-7 {
    float: left;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .row .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
}
