body {
background: #fff;
background-size: 100% 100%;
font-family: 'PT Sans Caption', sans-serif;
font-size: 12px; 
color: #000;
margin: 0px;
padding: 0px;
}

a {
color: #48add7; 
text-decoration: none;
}

a:hover {
color: #333;
cursor: pointer;
}

input, textarea, select {
border:1px solid #d8d8d8;
background:#fff;
font-size: 14px;
font-family: Tahoma,Arial;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
border: 0px;
padding:5px;
transition: all .2s;
}

input[type="text"],select {
border:1px solid #d8d8d8;
}

input[type="button"], input[type="submit"], input[type="reset"] {
background: #48add7;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
color: #fff;
text-decoration: none;
border: 0px;
cursor: pointer;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
opacity: 0.8;
}

input[type="checkbox"] {
background: #fff;
font-size: 14px;
font-family: Tahoma,Arial;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
border: 0px;
padding: 5px;
}

textarea {
border:1px solid #d8d8d8;
}

*:focus {
outline: none;
}

.main_block, .top_content {
margin-left: auto;
margin-right: auto;
width: 960px;
}

.header_block {
width: 100%;
background: url(/templates/images/bg.jpg);
background-size: 100% 100%;
height: 480px;
margin-bottom: 60px; 
border-bottom: 4px solid #48add7;
}

.top_menu {
width: 960px;
margin: 0 auto;
position: relative;
}
 
.season_image {
height: 150px;
position: absolute;
z-index: 5001;
top: -10px;
left: -64px;
width: 150px;
}

.christmas {
position: absolute;
top: 32px;
left: -22px;
}

#menu, #menu ul { 
margin: 0; 
padding: 0; 
list-style: none; 
} 

#menu { 
width: 960px;
margin: 0 auto;
padding: 0;
height: 40px;
background: #fff;
border-radius: 8px;
background-image: linear-gradient(to top, rgba(0,0,0,.10), rgba(255,255,255,.15));
top: 40px;
} 

#menu { 
z-index: 5000;
position: relative;
} 

#menu li { 
float: left;
position: relative;
line-height: 40px;
white-space: nowrap;
display: block;
}

#menu li.first {
margin-left: 55px;
}

#menu li:hover { 
background-color: #48add7;
background-image: linear-gradient(to top, rgba(0,0,0,.10), rgba(255,255,255,.15));
}

#menu a:hover {
text-decoration: none;
}

#menu a { 
margin: 0;
padding: 0px 7px;
z-index: 200;
display: block;
text-transform: uppercase;
font-size: 16px;
font-family: 'Roboto';
color: #A9A9A9;
font-weight: 600;
text-decoration: none;
} 

#menu li:hover> a { 
color: #fff; 
} 

*html #menu li a:hover {
color: #fff; 
} 

#menu ul { 
visibility: hidden; 
position: absolute; 
top: 40px; 
margin: 0;
padding: 0;
background-color: #48add7;;
} 
#menu li:hover > ul { 
opacity: 1; 
visibility: visible; 
margin: 0; 
} 
#menu ul ul { 
top: 0px; 
left: 100%; 
_margin: 0; 
margin-top: -1px!important;
border-left: 1px solid rgba(0, 0, 0, 0.15);
} 

#menu ul li { 
float: none; 
margin: 0px;
border: 0px;
border-radius: 0px;
background-color: transparent;
} 
#menu ul li:hover { 
background-color: rgba(0, 0, 0, 0.12);
background-image: none;
} 

#menu ul a { 
width: 100%; 
_height: 0px;
display: block; 
float: none; 
text-transform: uppercase;
text-shadow: none;
} 

#menu .logo, #menu .logo:hover {
background: transparent;
border: 0px;
margin-top: 0px;
margin-left: 15px;
}

#menu ul li a, #menu ul li a:hover {
color: #fff;
}

.top_right img {
border-radius: 50%;
height: 250px;
width: 250px;
}

.top_content {
margin-top: 80px; 
}

.top_left {
width: 560px;
float: left; 
}

.top_header {
text-align: center;
font-size: 36px;
font-family: Lobster;
line-height: 60px;
text-shadow: 3px 1px 0px rgba(255, 255, 255, 1);
color: #48add7; 
}

.top_header .top_name {
font-size: 56px; 
}

.top_quote {
width: 300px;
font-family: 'PT Sans Narrow';
text-align: right;
float: right;
margin-top: 15px;
color: rgba(56, 62, 71, .8);
font-size: 18px; 
margin-right: -30px;
}

.top_quote_text {
font-style: italic;
font-weight: bold;
font-size: 22px;
color: rgb(0, 156, 255);
}


.top_right {
width: 400px;
float: right;
text-align: center; 
}

.post_block {
width: 780px;
margin: 0 auto;
margin-top: 30px;
}

.post_block td {
vertical-align: top; 
}

.author_post {
width: 60px;
}

.post_content .details, .post_content .separator {
display: inline-block; 
}

.post_header {
font-weight: 600; 
margin: 0 0 12px;
letter-spacing: .01em;
font-size: 34px;
line-height: 1.15; 
}

.post_content a {
color: #383e47;
-webkit-transition: all .15s ease-out;
transition: all .15s ease-out;
}

.post_content a:hover {
text-decoration: none; 
color: #238FF5;
}

.details a {
color: #383e47;
font-weight: 600;
-webkit-transition: all .15s ease-out;
transition: all .15s ease-out; 
}

.details.post_date {
margin-left: 25px; 
padding-left: 18px;
background: url(/templates/images/icons/date.png) no-repeat 0 3px;
}

.details.post_reads {
padding-left: 20px;
margin-left: 5px;
background: url(/templates/images/icons/eye.png) no-repeat 0 4px; 
}

.post_content {
padding-left: 15px; 
}

.details, .separator {
padding-bottom: 20px;
color: #94999e;
font-size: 14px; 
}

.ucf-options {
display: none; 
}

.author_post img {
height: 60px;
width: 60px;
border-radius: 50%;
}

.uc-top-right img {
display: none; 
}
 
.uc-top-right img[src='/templates/images/icons/delete.png'],
.uc-top-right img[src='/templates/images/icons/edit.png'] {
display: inline-block; 
}

.author_post_img {
border-radius: 50%!important; 
}

width: 16px!important;
border-radius: 0px!important;
margin-top: -16px;
border-bottom-right-radius: 4px!important;
margin-left: 34px; 
}

.moder_panel_tr img[src='http://s8.ucoz.net/img/fr/EmnAR.gif'], 
.moder_panel_tr img[src='http://s8.ucoz.net/img/fr/EmnTg.gif'],
.moder_panel_tr img[src='http://s8.ucoz.net/img/fr/Emn.gif']{
display: none; 
}

.moder_panel_tr td {
text-align: right;
float: right;
position: relative;
bottom: -30px;
}

.mp {
padding: 3px;
opacity: 0.5;
transition: all .2s ease-out;
}

.mp:hover {
opacity: 1;
background: rgba(0, 0, 0, 0.06);
border-radius: 3px; 
}

.read_more {
transition: all .2s ease-out;
cursor: pointer;
padding: 0 20px 2px;
height: 29px;
border: 2px solid #488bfa;
border-radius: 8px;
color: #488bfa;
text-decoration: none;
font-size: 14px;
line-height: 33px;
text-transform: uppercase;
letter-spacing: .1em;
font-weight: 700;
width: 104px;
margin: 30px;
margin-left: 0px; 
}

.read_more:hover {
background: #488bfa;
color: #fff;
}

.post_text img{
max-width: 700px 
}

.new_post {
font-size: 22px;
text-transform: uppercase;
font-family: 'pt sans caption';
padding: 5px 15px;
margin: 0 auto;
color: #48add7;
border-radius: 7px;
border: 2px solid #48add7;
font-weight: bold;
float: right;
cursor: pointer;
transition: all .2s ease-out;
margin-top: -50px;
margin-right: 90px;
}

.new_post:hover {
background: #48add7; 
color: #fff;
}
a > .new_post {
width: 175px; 
}

.catPages1 {
 padding-left: 10.3%;
 text-align: left;
 font-size: 0;
 text-align: center; 
}
.pagesBlock2 {
 float: right;
}
.swchItem,
.swchItem1 {
 border: 2px solid #d7dcde;
 border-radius: 8px;
 color: #d7dcde!important;
 line-height: 44px;
}

.swchItem:hover, .swchItem1:hover {
color: #488bfa!important; 
}

.pages_num {
margin-top: -45px; 
margin-bottom: 65px;
}

.swchItem,
.swchItemA,
.swchItemDots,
.swchItem1,
.swchItemA1 {
 transition: all .2s ease-out; 
 display: inline-block;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 margin: 0 7px;
 width: 47px;
 height: 48px;
 border-radius: 8px;
 text-align: center;
 font-size: 18px;
 line-height: 44px;
}
.swchItem:first-child,
.swchItemA:first-child,
.swchItem1:first-child,
.swchItemA1:first-child {
 margin-left: 0;
}
.swchItem:last-child,
.swchItemA:last-child,
.swchItem1:last-child,
.swchItemA1:last-child {
 margin-right: 0;
}
.swchItemA,
.swchItemA1 {
 border: 2px solid #488bfa;
 background-color: #488bfa;
 color: #fff;
}
.swchItemDots {
 margin: 0;
 width: 33px;
 color: #d7dcde;
}
.swchItemDots span {
 width: 33px;
}
.swchItem > span,
.swchItemA > span,
.swchItem1 > span,
.swchItemA1 > span {
 display: inline-block;
 width: 44px;
 height: 43px;
 vertical-align: middle;
}
.swchItem:hover,
.swchItem1:hover {
 border-color: #488bfa;
 color: #488bfa;
}
.swchItem.prevPage,
.swchItem.nextPage {
 width: 33px;
 border: none;
}
.swchItem.prevPage > span,
.swchItem.nextPage > span {
 overflow: hidden;
 width: 6px!important;
 height: 10px!important;
 background: url(/templates/images/page-arr.png) no-repeat 0 0;
 text-indent: 150%;
 white-space: nowrap;
 vertical-align: middle!important;
}
.swchItem.prevPage:hover > span {
 background-position: 0 -10px;
}
.swchItem.nextPage > span {
 background-position: -6px 0;
}
.swchItem.nextPage:hover > span {
 background-position: -6px -10px;
}
.pagesBlock1 {
 float: right;
 clear: both;
 padding-bottom: 10px;
}
.pagesBlock1 .swchItem,
.pagesBlock1 .swchItemA,
.pagesBlock1 .swchItemDots,
.pagesBlock2 .swchItem1,
.pagesBlock2 .swchItemA1 {
 margin: 0 2px;
 padding: 0 9px;
 width: inherit;
 height: 30px;
 text-align: center;
 font-size: 14px;
 line-height: 26px;
}
.pagesBlock1 .swchItemDots,
.pagesBlock2 .swchItemDots {
 padding: 0;
}
.pagesBlock1 .swchItem > span,
.pagesBlock1 .swchItemA > span,
.pagesBlock1 .swchItemDots > span,
.pagesBlock2 .swchItem1 > span,
.pagesBlock2 .swchItemA1 > span,
.pagesBlock2 .swchItemDots > span {
 width: inherit;
 height: 26px;
}
.comm-page-select {
 line-height: 33px;
}
.comm-page-select .pagesBlock1 .swchItem {
 margin: 2px;
}
.breadcrumbs-comm {
 padding-bottom: 15px;
 padding-left: 0 !important;;
}

.bottom_block {
border-top: 4px solid #48add7; 
margin: 70px 0;
}

.bottom_content table {
width: 100%; 
}

.ucoz_link {
padding: 15px; 
}

.bottom_content td {
vertical-align: top;
width: 33%;
}

.bottom_link a {
color: #333; 
transition: all .2s ease-out;
}

.bottom_link a:hover {
color: #48add7; 
}

.bottom_info {
padding: 20px;
text-align: center; 
}

.bottom_link {
padding-left: 50px;
padding-top: 10px; 
}

.bottom_link:first-child {
padding-top: 30px; 
}

.bottom_header {
margin: 0 0 3px 0;
color: #222;
text-transform: uppercase;
letter-spacing: .1em;
font-size: 14px; 
text-align: center;
font-weight: 700;
}

.bottom_content {
width: 960px;
margin: 0 auto;
margin-top: 40px;
}

.comments_num {
color: #383e47;
text-align: left;
clear: both;
padding-bottom: 15px;
letter-spacing: .02em;
font-weight: 600;
font-size: 34px;
padding-top: 40px;
}

.com-order-block {
display: none; 
}

img[src='/.s/img/icon/social/16/uid.png'] {
display: none; 
}

#allSmiles {
display: none; 
}

.header_main_about {
text-align: center;
font-size: 56px;
font-family: Lobster;
line-height: 60px;
color: #48add7;
}

.header_main_about .about_name {
font-weight: bold;
}

.mini_sep {
border-top: 4px solid #48add7;
margin: 0 auto;
width: 650px;
margin-top: 40px;
}

.my_img {
margin: 0px auto;
text-align: center;
}

.my_img img {
width: 525px;
margin: 25px;
}

.main_block img {
border-radius: 5px;
}

.about_sep {
margin: 0 auto;
width: 650px;
margin-top: 50px;
font-family: Neucha;
font-size: 37px;
font-weight: bold;
border-bottom: 2px solid #48add7;
color: #48add7;
line-height: 32px;
text-align: center;
text-transform: uppercase;
}

.room_table {
width: 650px;
margin: 25px auto;
}

.room_table td:first-child img{
width: 250px;
}

.room_table td:nth-child(2) img{
width: 250px;
}

.room_table td:nth-child(3) img{
width: 400px;
height: 377px;
}

.calTable { 
border-collapse:collapse; 
margin-top: -35px;
width: 300px!important;
} 
.calTable td{
width: 42px!important; 
}
.calMonth { 
text-align:center; 
font-weight: bold; 
padding: 5px 0px 5px 0px; 
background: #48add7;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
} 
.calWday, .calWdaySe, .calWdaySu { 
font:9px Verdana,Arial,Helvetica,sans-serif; 
color:#8F9497; 
background:#E1E8ED; 
padding: 3px 5px; 
} 
.calMday, .calMdayIs, .calMdayIsA { 
font:11px Verdana,Arial,Helvetica,sans-serif; 
color:#81888d; 
text-shadow: 1px 1px 1px #fff; 
font-weight:bold; 
background: #F0F4F7; 
border:1px solid #e7e7e7; 
padding: 5px; 
} 
.calMdayA { 
color: #FFF;
font-weight: bold;
background: #48add7; 
} 
a.calMonthLink:link, a.calMonthLink:visited, a.calMonthLink:active { 
text-decoration:none; 
color:#fff; 
} 
a.calTable:hover { 
text-decoration:underline; 
} 
 
.credo {
margin: 20px auto;
font-size: 26px;
font-family: 'PT Sans Narrow';
color: rgba(56, 62, 71, 1);
width: 415px;
text-align: right;
font-style: italic;
}

.credo .author {
font-style: initial;
}

.default_text {
width: 650px;
margin: 25px auto;
font-size: 20px;
}

.school_name {
margin: 25px;
text-align: center;
font-family: 'pt sans narrow';
font-size: 22px;
}

img [src="http://s8.ucoz.net/img/fr/EmnTg.gif"], img[src='http://s8.ucoz.net/img/fr/Emn.gif'] {
display: none!important; 
}

@font-face {
font-family: 'Andika';
font-style: normal;
src: local('Andika'), url(http://themes.googleusercontent.com/static/fonts/andika/v4/naIIPKUuT4Ux7bKAQJSVPw.woff) format('woff');
}
@font-face {
font-family: 'Bad Script';
font-style: normal;
src: local('Bad Script Regular'), local('BadScript-Regular'), url(http://themes.googleusercontent.com/static/fonts/badscript/v3/xvnrV3H3fZsc-fSw6fOJeBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
font-family: 'Comfortaa';
font-style: normal;
src: local('Comfortaa'), local('Comfortaa-Regular'), url(http://themes.googleusercontent.com/static/fonts/comfortaa/v5/-DackuIFgo7Hfy3rR14C3z8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Didact Gothic';
font-style: normal;
src: local('Didact Gothic'), local('DidactGothic'), url(http://themes.googleusercontent.com/static/fonts/didactgothic/v5/v8_72sD3DYMKyM0dn3LtWrBIwK9fI-wEnHgeOSrerqs.woff) format('woff');
}
@font-face {
font-family: 'Forum';
font-style: normal;
src: local('Forum'), url(http://themes.googleusercontent.com/static/fonts/forum/v5/lZEuWa9Eog6mVphYnlOtCg.woff) format('woff');
}
@font-face {
font-family: 'Istok Web';
font-style: normal;
src: local('Istok Web Regular'), local('IstokWeb-Regular'), url(http://themes.googleusercontent.com/static/fonts/istokweb/v6/EyYQiCAfMk0ApvfCJfs4nD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Jura';
font-style: normal;
src: local('Jura Regular'), local('Jura-Regular'), url(http://themes.googleusercontent.com/static/fonts/jura/v5/o1dpv_G3z9EufaqvsAacjQ.woff) format('woff');
}
@font-face {
font-family: 'Kelly Slab';
font-style: normal;
src: local('Kelly Slab'), local('KellySlab-Regular'), url(http://themes.googleusercontent.com/static/fonts/kellyslab/v4/gKqKZ8BbpAcxgFwZImcomxsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
font-family: 'Lobster';
font-style: normal;
src: local('Lobster'), url(http://themes.googleusercontent.com/static/fonts/lobster/v8/eTuGRSa_BjFL9g1rRLWFig.woff) format('woff');
}
@font-face {
font-family: 'Marck Script';
font-style: normal;
src: local('Marck Script'), local('MarckScript-Regular'), url(http://themes.googleusercontent.com/static/fonts/marckscript/v5/O_D1NAZVOFOobLbVtW3bcoraN7vELC11_xip9Rz-hMs.woff) format('woff');
}
@font-face {
font-family: 'Marmelad';
font-style: normal;
src: local('Marmelad'), local('Marmelad-Regular'), url(http://themes.googleusercontent.com/static/fonts/marmelad/v4/loaoNQJAXNuUjzmAQ_DJ9_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
font-family: 'Neucha';
font-style: normal;
src: local('Neucha'), url(http://themes.googleusercontent.com/static/fonts/neucha/v5/XE-CQUm9nMnSxYSbi8LNmQ.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Open Sans Condensed';
font-style: normal;
src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(http://themes.googleusercontent.com/static/fonts/opensanscondensed/v7/gk5FxslNkTTHtojXrkp-xGRqrPGLMrTi9b00I6Zi0LA.woff) format('woff');
}
@font-face {
font-family: 'Oranienbaum';
font-style: normal;
src: local('Oranienbaum'), local('Oranienbaum-Regular'), url(http://themes.googleusercontent.com/static/fonts/oranienbaum/v2/WyaFSM_en0pjtlmUWwS7GWOb2gHztoQeulij-1lvl-8.woff) format('woff');
}
@font-face {
font-family: 'PT Sans';
font-style: normal;
src: local('PT Sans'), local('PTSans-Regular'), url(http://themes.googleusercontent.com/static/fonts/ptsans/v6/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}
@font-face {
font-family: 'PT Sans Caption';
font-style: normal;
src: local('PT Sans Caption'), local('PTSans-Caption'), url(http://themes.googleusercontent.com/static/fonts/ptsanscaption/v7/OXYTDOzBcXU8MTNBvBHeSfETNPRNVolBcF_UwjGq_RM.woff) format('woff');
}
@font-face {
font-family: 'PT Sans Narrow';
font-style: normal;
src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(http://themes.googleusercontent.com/static/fonts/ptsansnarrow/v5/UyYrYy3ltEffJV9QueSi4S4mX3cpNo8MnLri8k21-rs.woff) format('woff');
}
@font-face {
font-family: 'PT Serif';
font-style: normal;
src: local('PT Serif'), local('PTSerif-Regular'), url(http://themes.googleusercontent.com/static/fonts/ptserif/v6/zjBCKJs0bE-LvM0teIV5VPesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
font-family: 'Philosopher';
font-style: normal;
src: local('Philosopher'), url(http://themes.googleusercontent.com/static/fonts/philosopher/v5/OttjxgcoEsufOGSINYBGLWOb2gHztoQeulij-1lvl-8.woff) format('woff');
}
@font-face {
font-family: 'Play';
font-style: normal;
src: local('Play'), url(http://themes.googleusercontent.com/static/fonts/play/v4/Nw0-sh1PYRMm1zeOJOLG_Q.woff) format('woff');
}
@font-face {
font-family: 'Playfair Display';
font-style: normal;
src: local('Playfair Display'), local('PlayfairDisplay-Regular'), url(http://themes.googleusercontent.com/static/fonts/playfairdisplay/v8/2NBgzUtEeyB-Xtpr9bm1CY5eB0XrUcbNkcY2W9YgZzw.woff) format('woff');
}
@font-face {
font-family: 'Playfair Display SC';
font-style: normal;
src: local('Playfair Display SC'), local('PlayfairDisplaySC-Regular'), url(http://themes.googleusercontent.com/static/fonts/playfairdisplaysc/v2/G0-tvBxd4eQRdwFKB8dRkQcyIKyvOo-wiM_vaKWxTp8.woff) format('woff');
}
@font-face {
font-family: 'Poiret One';
font-style: normal;
src: local('Poiret One'), local('PoiretOne-Regular'), url(http://themes.googleusercontent.com/static/fonts/poiretone/v2/cKr_e199f0xMkxMkRbEJXxsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
font-family: 'Press Start 2P';
font-style: normal;
src: local('Press Start 2P'), local('PressStart2P-Regular'), url(http://themes.googleusercontent.com/static/fonts/pressstart2p/v2/8Lg6LX8-ntOHUQnvQ0E7o_2ShpZkVnhIV7pxLwZ7Eps.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
src: local('Roboto Regular'), local('Roboto-Regular'), url(http://themes.googleusercontent.com/static/fonts/roboto/v11/Y5yuUJGDLtmYv2_3fMB4fA.woff) format('woff');
}
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(http://themes.googleusercontent.com/static/fonts/robotocondensed/v9/Zd2E9abXLFGSr9G3YK2MsOC933fdLZhbewWVDyX-fYw.woff) format('woff');
}
@font-face {
font-family: 'Ruslan Display';
font-style: normal;
src: local('Ruslan Display'), local('RuslanDisplay'), url(http://themes.googleusercontent.com/static/fonts/ruslandisplay/v5/SREdhlyLNUfU1VssRBfs3nfn3bHKzcZUG_lDZfW_WhE.woff) format('woff');
}
@font-face {
font-family: 'Russo One';
font-style: normal;
src: local('Russo One'), local('RussoOne-Regular'), url(http://themes.googleusercontent.com/static/fonts/russoone/v2/4ofjFbAC3dpxPypNpg86Kz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Scada';
font-style: normal;
src: local('Scada'), local('Scada-Regular'), url(http://themes.googleusercontent.com/static/fonts/scada/v2/F5Y0Urxz0lcNByUbLZLu9g.woff) format('woff');
}
@font-face {
font-family: 'Seymour One';
font-style: normal;
src: local('Seymour One'), local('SeymourOne'), url(http://themes.googleusercontent.com/static/fonts/seymourone/v2/-D8Zpf17gNh35R70Dk_bcWOb2gHztoQeulij-1lvl-8.woff) format('woff');
}
@font-face {
font-family: 'Stalinist One';
font-style: normal;
src: local('Stalinist One'), local('StalinistOne-Regular'), url(http://themes.googleusercontent.com/static/fonts/stalinistone/v3/ltOD4Zj3WJDXYjAIR-9vZgRxoZUYbUvQYGvNHF_vRh0.woff) format('woff');
}
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: local('Ubuntu'), url(http://themes.googleusercontent.com/static/fonts/ubuntu/v5/c2KTkZ_oLp2UOMwi4GGs9A.woff) format('woff');
}
@font-face {
font-family: 'Ubuntu Condensed';
font-style: normal;
font-weight: 400;
src: local('Ubuntu Condensed'), local('UbuntuCondensed-Regular'), url(http://themes.googleusercontent.com/static/fonts/ubuntucondensed/v4/DBCt-NXN57MTAFjitYxdrOC933fdLZhbewWVDyX-fYw.woff) format('woff');
}
@font-face {
font-family: 'Ubuntu Mono';
font-style: normal;
font-weight: 400;
src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url(http://themes.googleusercontent.com/static/fonts/ubuntumono/v4/ViZhet7Ak-LRXZMXzuAfkWOb2gHztoQeulij-1lvl-8.woff) format('woff');
}
@font-face {
font-family: 'Underdog';
font-style: normal;
font-weight: 400;
src: local('Underdog'), local('Underdog-Regular'), url(http://themes.googleusercontent.com/static/fonts/underdog/v2/wIML9Pqk3OcCkq2krk73f_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
font-family: 'Yeseva One';
font-style: normal;
font-weight: 400;
src: local('Yeseva One'), local('YesevaOne'), url(http://themes.googleusercontent.com/static/fonts/yesevaone/v7/AehIYCFomPDBe18pH83xwxsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}