/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Roboto:400,300,700,900');
@import url('http://fonts.googleapis.com/css?family=Ubuntu&subset=cyrillic');
@import url('http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,cyrillic');
@import url('http://fonts.googleapis.com/css?family=Oswald:400,700,300');
@import url('http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=cyrillic');

@font-face {
    font-family: 'CassandraRegular';
    src: url('Cassandra-RU/cassandra-webfont.eot');
    src: url('Cassandra-RU/cassandra-webfont.eot?#iefix') format('embedded-opentype'),
         url('Cassandra-RU/cassandra-webfont.woff') format('woff'),
         url('Cassandra-RU/cassandra-webfont.ttf') format('truetype'),
         url('Cassandra-RU/cassandra-webfont.svg#CassandraRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WalkwayBoldRegular';
    src: url('Walkway-EN/walkway_bold-webfont.eot');
    src: url('Walkway-EN/walkway_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Walkway-EN/walkway_bold-webfont.woff') format('woff'),
         url('Walkway-EN/walkway_bold-webfont.ttf') format('truetype'),
         url('Walkway-EN/walkway_bold-webfont.svg#WalkwayBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadProRegular';
    src: url('MyriadPro-EN/myriadpro-regular-webfont.eot');
    src: url('MyriadPro-EN/myriadpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('MyriadPro-EN/myriadpro-regular-webfont.woff') format('woff'),
         url('MyriadPro-EN/myriadpro-regular-webfont.ttf') format('truetype'),
         url('MyriadPro-EN/myriadpro-regular-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    width:100%;
    height:100%;
    font-family: 'Ubuntu', sans-serif;
	font-weight:300;
    color:#666;
	font-size:16px;
    line-height:1.6em;
	font-weight:400;
}

.slid-sub-text 
{
    max-width: 550px; 
    text-align: justify; 
    margin: auto;
}

.fromPress {
    margin: auto; 
    width: 140px;     
    background-color: #3F3F3F; 
    border-radius: 5px; 
    color: #fff; 
    font-weight: normal;
}
.word-one
{
  font-family:'Open Sans Condensed', sans-serif;
  font-size:46px;
  color:#3F3F3F;
  font-weight:700;
}
.word-two
{
  font-family:'CassandraRegular', sans-serif;
  font-size:70px;
  color:#3F3F3F;
  font-weight:700;
}
.word-three p
{
   font-family:'Open Sans Condensed', sans-serif;
   font-size:20px;
   color: #3F3F3F;
}
a.word-three  {
     font-size:38px!important;
     font-family:'CassandraRegular'!important; 
     color: #3f3f3f;      
}
.pull-left {
    float: left!important;
}
.text-justify {
    text-align: justify!important;
}
.text-underline {
    text-decoration: underline
}
.divider-header {
    background: #666;
    display: block;
    width: 70px;
    height: 1px;
    margin: 0 auto;
    margin-bottom: 10px;
}
#pressa {
    background-color: #eee!important;
}
#pressa p, #videos p {
    margin: 0 0 20px;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
}
#pressa .col {
    background-color: white;
    padding: 10px;
    margin-right: 5px;
    
}
#pressa .one {
   /*border: 1px solid #ddd;*/ 
   background-color: #fafafa;
   border-radius: 5px;
}
#pressa .two {
    background-color: #e5e5e5;
    border-radius:5px;
}
#pressa .three {
    background-color: #dff0d8;
    border-radius:5px;
}
.video-title {
    font-size:22px;
    font-family: 'Open Sans Condensed', sans-serif; 
}
.small {
    font-size:16px;
    font-family: 'Open Sans Condensed', sans-serif!important;    
}
.video-thumb {
    border: 1px solid #ddd;
    border-radius:5px;
    padding-top: 25px;
    margin: 0 2px 2px 0;
    background-color: #f5f5f5!important;
}
.video-thumb:hover {
    border: 1px solid #212121!important;
}
a {
    text-decoration: none!important;
}