body {
	background-color: #F7F7F7;
	font-family: 'Roboto', sans-serif;
}

h1 {
	font-family: NeueMachina;
	font-weight: 400;
}

h3, .h3 {
    font-size: 21px;
    font-weight: bold;
}

p {
	font-size: 1.2em;
    margin: 0 0 24px;
    line-height: 140%;
}

p a {
	color: #0066FF;
	border-bottom: 1px solid rgba(0, 102, 255, 0.7);
}

p a:hover,
p a:focus {
	color: #D11F35;
    border-color: rgba(209, 31, 53, 0.7);
	text-decoration: none;
}

.content li {
	font-size: 1.2em;
}

.table {
	margin-bottom: 0;
}

.wrap {
	margin: 0;
	padding: 0;
	background-color: #F7F7F7;
}

.pseudo {
	text-decoration: none;
	border-bottom: 1px dashed;
}

.pseudo:hover,
.pseudo:focus {
	text-decoration: none;
}

.container .row {
	margin: 0;
	vertical-align: top;
}

.clear {
	clear: both;
}

#hardware,
fieldset .form-group {
	padding-left: 2em;
}

.bttn {
	display: block;
	padding: 10px 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	text-align: center;
	text-decoration: none;
}

.bttn:hover,
.bttn:focus {
	text-decoration: none;
}

.bttn-prm {
	color: #FFF;
	background-color: #0066FF;
}

.bttn-prm:hover,
.bttn-prm:focus,
.bttn-scnd:hover,
.bttn-scnd:focus {
	background-color: rgba(0, 102, 255, 0.5);;
}

.bttn-scnd {
	color: #0066FF;
	background-color: transparent;
}

.bttn-scnd:hover,
.bttn-scnd:focus {
	color: white;
}

.wrap > .container {
	padding-left: 0;
	padding-right: 0;
}

.data-processing {
	margin: 15px 0;
}


/* LOGO */
#logo {
	display: inline-block;
	font-family: NeueMachina;
	font-weight: 400;
}

#logo:hover,
#logo:focus {
	text-decoration: none;
}

#logo1,
#logo2 {
	position: absolute;
}

#logo1 {
	border-left: 2px solid #CF30F6;
	color: #CF30F6;
}

#logo2 {
	border-bottom: 2px solid #0066FF;
	color: #0066FF;
}
/* END LOGO */



/* TOP MENU */
.pattern {
	height: 180px;
	padding: 15px 0  0 0;
	background-repeat: repeat-x;
}

.farm-pattern {
	background-image: url('/img/farm-cover.png');
}

.cpu-pattern {
	background-image: url('/img/cpu-pattern.jpg');
}

.gpu-pattern {
	background-image: url('/img/gpu-cover.jpg');
}

.domain-pattern {
	background-image: url('/img/domain-pattern.jpg');
}

.navbar-inverse {
	position: static;
	margin: 0 auto;
	background-color: #FFF;
	border: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.navbar-inverse .navbar-right.nav a {
	color: #333;
	font-family: NeueMachina;
	font-weight: 400;
}

.navbar-inverse .navbar-right.nav a:hover,
.navbar-inverse .navbar-right.nav a:focus {
	color: #D11F35;
}

.breadcrumb {
	padding: 8px 0;
	background-color: transparent;
}

.navbar-inverse .navbar-right.nav .active a,
.navbar-inverse .navbar-right.nav .active a:hover,
.navbar-inverse .navbar-right.nav .active a:focus {
	background-color: #FFF;
}

.top-nav-second {
	float: right !important;
}

#addafarm,
#loginbutton {
	padding: 15px 0;
}

#addafarm a,
#loginbutton a {
	padding: 4px 15px 5px;
	border: 1px solid #0066FF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	font-size: 1.2em;
}

#addafarm a {
	color: #0066FF;
}

#loginbutton a {
	background-color: #0066FF;
	color: #FFF;
}

#addafarm a:hover,
#addafarm a:focus,
#loginbutton a:hover,
#loginbutton a:focus {
		background-color: rgba(0, 102, 255, 0.5);
		border: 1px solid #7FB2FF;
		color: #FFF;
}

.bttn-logout {
	padding: 3px 15px 1px;
    border: 1px solid #0066FF;
    background-color: #0066FF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 1.2em;
    margin: 15px 0 0 0;
    color: #fff;
    font-weight: 300;
}
/* END TOP MENU */



/* FRONT PAGE */
.table-priority {
	overflow: hidden;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
}

.adv-row:hover .adv-cell a {
	border-color: rgba(0, 102, 255, 0.7);
}

.adv-cell a {
	color: #0066FF !important;
	border-bottom: 1px solid rgba(0, 102, 255, 0.7);
}

.adv-cell a:hover,
.adv-cell a:focus {
	color: #D11F35 !important;
    border-color: rgba(209, 31, 53, 0.7) !important;
    text-decoration: none;
}

.adv-mark {
	float: right;
	display: inline-block;
	padding: 5px 0 0 0;
	font-size: 0.9em;
	color: rgba(51, 51, 51, 0.5);
	text-align: right;
	text-transform: uppercase;
}

.adv-mark:hover {
	color: #0066FF;
}

.adv-mark span {
	border-bottom: 1px dashed;
}

.adv-mark span:hover {
	cursor: pointer;
}

.adv-mark-description {
	position: absolute;
	right: 0;
	display: none;
	margin: 30px 0 0 0;
	padding: 5px 10px;
	background-color: #E7E7E7;
	color: #000;
}

.adv-mark:hover+.adv-mark-description {
	display: inline-block;
}

.mainpageblock {
	float: left;
	display: inline-block;
	padding: 0;
}

.mainpageblock a {
	display: inline-block;
	color: #0066FF;
	border-bottom: 1px solid rgba(0, 102, 255, 0.7);
	font-size: 1.2em;
}

.mainpageblock a:hover,
.mainpageblock a:focus {
	color: #D11F35;
    border-color: rgba(209, 31, 53, 0.7);
	text-decoration: none !important;
}
/* END FRONT PAGE */



/* RENDERFARMS LIST */
.render-farm-index {
	background-color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}

.summary {
	display: none;
}

.grid-view table,
.grid-view table tr th,
.grid-view table tr td {
	background-color: #FFF;
	border: none;
}

.grid-view table {
	overflow: hidden;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
}

.grid-view table thead tr {
	border-bottom: 1px solid #E6E6E6;
}

.grid-view table tbody tr {
	border-bottom: 1px solid #F2F2F2;
}

.grid-view table thead th {
	font-weight: normal;
}

.grid-view table tbody th a {
	color: #7B7B7B;
}

.grid-view table tbody td a {
	border-bottom: 1px solid rgba(0, 102, 255, 0.7);
    color: #0066FF;
    text-decoration: none;
}

.grid-view table tbody td a:hover {
	color: #D11F35;
    border-color: rgba(209, 31, 53, 0.7);
}

.grid-view table tbody tr:hover td {
	background-color: #FAFAFA;
}

.farm-sticky {
	background-color: #f5871f !important;
}

.farm-priority {
	background-color: #ffb347 !important;
}

.search .form-control {
	float: left;
	width: 92%;
}

.search .btn-primary {
	margin-left: 20px;
}

.grid-view table thead tr th:nth-child(2) {
	width: 120px;
}

.grid-view table thead tr th:not(:first-child),
.grid-view table tbody tr td:not(:first-child) {
	text-align: center;
}

.grid-view table thead tr th a {
	border-bottom: 1px dashed;
}

.grid-view table thead tr th a:hover {
	text-decoration: none;
}
/* END RENDERFARMS LIST */



/* RENDERFARM PAGE */
.farm-summary {
	margin: 25px 0 30px;
}

.farm-summary-cell {
	display: inline-block;
	font-family: NeueMachina;
	font-weight: 400;
}

.farm-summary-label {
	font-size: 1.4em;
	color: rgba(51, 51, 51, 0.5);
}

.farm-summary-value {
	font-size: 1.4em;
	color: rgba(51, 51, 51);
}

.render-farm-view {
	display: inline-block;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}

.render-farm-view .detail-view,
.render-farm-view .detail-view th,
.render-farm-view .detail-view td {
	border: none;
}

.render-farm-view table tr {
	border-bottom: 1px solid #F2F2F2;
}

.render-farm-view table tr:nth-of-type(odd) {
	background-color: #FFF;
}

.render-farm-view > table > tbody > tr > th {
	color: #7B7B7B;
	font-weight: normal;
}

.render-farm-view a {
	border-bottom: 1px solid rgba(0, 100, 250, 0.7);
	color: #0066FF;
}

.render-farm-view a:hover {
	border-color: rgba(209, 31, 53, 0.7);
	color: #D11F35;
}

.render-farm-view a:hover,
.render-farm-view a:focus {
	border-bottom: 1px solid rgba(, 82, 124, 0.7);
	text-decoration: none;
}

.table-of-contents {
	position: sticky;
	top: 40px;
	vertical-align: top;
	z-index: 5;
	display: inline-block;
	color: #333;
}

.table-of-contents span {
	display: block;
	letter-spacing: 2px;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.table-of-contents a {
	color: #333;
	border-color: rgba(51, 51, 51, 0.5);
}

.table-of-contents p {
	margin: 0 0 15px;
}

.table-of-contents p:last-child {
	margin-top: 40px;
}

.soft-label {
	margin: 0 0 5px;
    color: #7B7B7B;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bullet:before {
	content: " • ";
}

td .bullet:nth-child(1):before {
	content: "";
}

.twenty {
	height: 20px;
}
/* END RENDERFARM PAGE */



/* SEARCH */
#toptoolbar {
	padding: 0 0 60px 0;
}

#toptoolbar div {
	float: left;
}

.search{
	display: inline-block;
}
.search input[type="text"] {
	padding-right: 35px;
	width: 200px;
	background-color: #F7F7F7;
	background-image: url('/img/search.png');
	background-repeat: no-repeat;
	background-position: center right;
	border: 1px solid rgba(51, 51, 51, 0.7);
}

.search input[type="text"]:focus {
	border: 1px solid rgba(51, 51, 51, 0.7);
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}

.search input[type="text"]::-webkit-input-placeholder,
.search input[type="text"]::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
}
/* END SEARCH */



/* FILTERS */
#filtershow {
	display: inline-block;
	margin: 6px 0 0 15px;
	border-bottom: 1px dashed;
	color: #7B7B7B;
}

#filtershow:hover,
#filterclose:hover,
.bttn-filter:hover {
	cursor: pointer;
}

.filters {
	position: relative;
	display: none;
	margin-top: 20px;
	background-color: #FFF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
}

#filterclose {
	position: absolute;
	top: -10px;
	right: 10px;
	font-size: 3em;
	font-weight: 200;
}

#filterset {
	padding: 25px;
}

.filterblock {
	padding:0 0 60px 0;
}

.filtergroup {
	font-size: 1.6em;
	font-weight: bold;
}

.filtername {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: bold;
}

.filterblock input[type="text"] {
	width: 40%;
	margin-right: 10px;
	padding: 6px 12px;
	border: 1px solid #0066FF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}

.bttn-filter {
	padding: 10px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-o-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	-o-border-bottom-left-radius: 6px;
	font-size: 1.4em;
	text-align: center;
}
/* END FILTERS */



/* LOGIN */
.site-login {
	margin: 0 auto;
	padding: 30px;
	width: 280px;
	background-color: #FFF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
}

.site-login input[type="text"],
.site-login input[type="password"] {
	border: 1px solid #0066FF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

.site-login input[type="checkbox"] {
	background-color: #FFF;
	border: 1px solid #0066FF;
}

.bttn-lgn {
	padding: 5px 0;
	width: 100%;
	border: none;
	font-size: 1.5em;
}

.bttn-rgst {
	margin: 15px auto 0;
	width: 280px;
	background-color: #FFF;
	color: #0066FF;
}
/* END LOGIN */



/* BOTTOM MENU */
#w13-collapse {
	padding: 0;
}

.bottommenu-container {
	margin: 100px auto 0;
}

.bottommenu-container,
nav .container {
	padding: 0;
}

.bottommenu-container nav {
	border: none;
}

.navbar-default {
	margin: 0;
}

.bottom-copyright {
	padding: 20px 0;
}

.nav.top-nav-first {
	float: left !important;
}

.top-nav-first li a {
	color: #333;
}

.top-nav-first li a:hover,
.top-nav-first li a:focus {
	color: #D11F35;
}

.navbar-default a {
	border-bottom: none;
}

.bottommenu-container ul li .bottom-social {
	padding-right: 5px;
}

.bottommenu-container ul li:nth-child(3) a {
	padding-right: 30px;
}


.developer {
	font-size: 0.9em;
}

.developer a {
	color: #0066FF;
	border-bottom: 1px solid rgba(0, 102, 255, 0.7);
}

.developer a:hover,
.developer a:focus {
	text-decoration: none;
}

.developer a:hover,
.developer:hover a {
	color: #D11F35;
	border-color: rgba(209, 31, 53, 0.7);
}
/* END BOTTOM MENU */



/* iOS switcher */
.form-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  vertical-align: top;
}

.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: .5rem;
  width: 46px;
  height: 26px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}

.form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}

.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}
 
.form-switch:active input:checked + i::after { transform: translate3d(16px, 2px, 0); }

.form-switch input { display: none; }

.form-switch input:checked + i { background-color: #0066FF; }

.form-switch input:checked + i::before { transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0); }

.form-switch input:checked + i::after { transform: translate3d(22px, 2px, 0); }

.with-ht {
	display: none;
}

.form-switch input:checked .with-ht {
	display: inline-block;
}
/* END iOS switcher */



/* ADV */
.adv {
	position: relative;
	top: -40px;
	display: block;
	margin: 0 auto;
	/*background-color: #FFF;*/
}

#adv-immers {
	display: block;
	height: 90px;
	/*background: radial-gradient(49.1% 39.7% at 48.11% 39.7%, #00A3FF 0%, rgba(247, 247, 247, 0.38) 100%);*/
	background: radial-gradient(234.44% 621.85% at 48.23% 32.81%, rgba(0, 163, 255, 0.7) 0%, rgba(133, 226, 255, 0.266) 30%);
	color: #333;
}

#adv-immers:hover {
	text-decoration: none;
}

#adv-immers-logo {
	float: left;
	font-family: 'HelveticaNeueCyr', sans-serif;
	font-weight: bold;
}

#adv-immers-text {
	float: right;
}
/* END ADV */



/* SUBSCRIBE */
.subscribe {
	margin: 50px 0 30px;
	padding: 15px 30px;
	background-color: #FFF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	text-align: center;
}

#subscribe-form {
	margin: 30px 0 0 0;
}

.subscribe .form-group {
	display: inline-block;
	vertical-align: top;
}

.subscribe .help-block {
	display: none;
}

.subscribe .form-control:focus {
	border-color: #ccc;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.subscribe .has-error input,
.subscribe .has-error input:focus {
	border: 1px solid #ccc;
}

.subscribe .has-error .form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.subscribe button {
	padding-right: 45px;
	padding-left: 45px;
	width: auto;
	font-size: 1.2em;
}

.subscribe button:focus {
	outline: none;
}
/* END SUBSCRIBE */



/* MEDIAQUERIES */
@media (min-width: 320px) {
	.adv {
		width: 290px;
	}
	#adv-immers {
		padding: 35px 10px;
		font-size: 0.9em;
	}
	#adv-immers-text {
		padding-right: 0;
	}
	h1 {
		font-size: 1.9em;
	}

	h2 {
		margin-top: 10px;
		font-size: 1.5em;
	}

	.wrap > .container {
    	padding: 60px 0 20px;
	}

	/* TOP MENU */
	#logo {
		margin: 9px 0 10px 8px;
		min-height: 32px;
		font-size: 1.4em;
	}

	#logo1 {
		margin: 0 0 0 10px;
		padding: 0 0 12px 8px;
	}

	#logo2 {
		padding: 0 0 0 95px;
	}

	#addafarm a {
		font-size: 1em;
	}

	#loginbutton {
		display: none;
	}

	.top-nav-second {
		padding-right: 10px;
	}

	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus {
		border: none;
		background-color: #FFF;
	}

	.mburger-toggle {
		position: absolute;
		top: 27px;
		right: 5px;
		margin: 0;
		border: none;
	}
	/* END TOP MENU */

	/* MAIN PAGE */
	.table-priority {
		margin: 0 0 40px 0;
	}

	.table-priority tr th:nth-child(3),
	.table-priority tr td:nth-child(3),
	.table-priority tr th:nth-child(4),
	.table-priority tr td:nth-child(4),
	.table-priority tr th:nth-child(5),
	.table-priority tr td:nth-child(5),
	.table-priority tr th:nth-child(6),
	.table-priority tr td:nth-child(6),
	.render-farm-index .grid-view table tr th:nth-child(3),
	.render-farm-index .grid-view table tr td:nth-child(3),
	.render-farm-index .grid-view table tr th:nth-child(4),
	.render-farm-index .grid-view table tr td:nth-child(4),
	.render-farm-index .grid-view table tr th:nth-child(5),
	.render-farm-index .grid-view table tr td:nth-child(5),
	.render-farm-index .grid-view table tr th:nth-child(6),
	.render-farm-index .grid-view table tr td:nth-child(6),
	.cpu-index .grid-view table tr th:nth-child(2),
	.cpu-index .grid-view table tr td:nth-child(2),
	.cpu-index .grid-view table tr th:nth-child(3),
	.cpu-index .grid-view table tr td:nth-child(3),
	.cpu-index .grid-view table tr th:nth-child(4),
	.cpu-index .grid-view table tr td:nth-child(4),
	.cpu-index .grid-view table tr th:nth-child(5),
	.cpu-index .grid-view table tr td:nth-child(5),
	.cpu-index .grid-view table tr th:nth-child(6),
	.cpu-index .grid-view table tr td:nth-child(6),
	.gpu-index .grid-view table tr th:nth-child(2),
	.gpu-index .grid-view table tr td:nth-child(2),
	.gpu-index .grid-view table tr th:nth-child(3),
	.gpu-index .grid-view table tr td:nth-child(3),
	.gpu-index .grid-view table tr th:nth-child(4),
	.gpu-index .grid-view table tr td:nth-child(4),
	.gpu-index .grid-view table tr th:nth-child(7),
	.gpu-index .grid-view table tr td:nth-child(7) {
		display: none;
	}

	.mainpageblock {
		margin: 0 0 20px;
	}

	.mainpageblock a {
		margin: 0 25px 10px 0;
	}
	/* END MAIN PAGE */

	/* LIST */
	.grid-view table {
		font-size: 1.1em;
	}
	/* END LIST */

	/* RENDERFARM PAGE */
	.render-farm-view {
		display: block;
		padding: 10px;
	}

	.render-farm-view > table > tbody > tr > th,
	.render-farm-view > table > tbody > tr > td {
		padding: 6px 0;
		font-size: 1.1em;
	}
	.farm-summary-cell {
		width: 100%;
	}

	.farm-summary-cell:nth-child(2) {
		margin: 20px 0 0 0;
	}

	.gpu-view .detail-view th,
	.cpu-view .detail-view th,
	.render-farm-view .detail-view th {
	width: 60%;
	}

	.table-of-contents {
		display: none;
	}
	/* END RENDERFARM PAGE */

	/* BOTTOM MENU */
	.navbar-nav,
	.container > .navbar-header {
		margin: 0;
	}

	.bottom-copyright {
		margin-left: 15px;
	}

	.developer {
		margin: 0 0 20px 15px;
		text-align: left;
	}

	.collapse.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
		padding: 0;
		border: none;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-o-border-radius: 6px;
	}

	.navbar-default .collapse.navbar-collapse {
		display: block;
	}

	.bottommenu-container ul li:nth-child(4),
	.bottommenu-container ul li:nth-child(5),
	.bottommenu-container ul li:nth-child(6) {
		display: inline-block;
	}
	/* END BOTTOM MENU */

	/* TEXT PAGE */
	.lead {
		margin: 15px 0 30px;
		font-size: 1.4em;
		font-weight: 400;
    	color: #7b7b7b;
	}
	/* END TEXT PAGE */
}

@media (min-width: 768px) {
	.adv {
		width: 720px;
	}
	#adv-immers {
		padding: 30px;
		font-size: 1.5em;
	}
	#adv-immers-text {
		padding-right: 30%;
	}
	h1 {
		font-size: 2.6em;
	}
	h2 {
		margin-top: 20px;
		font-size: 1.8em;
	}

	.wrap > .container {
    	padding: 70px 0 20px;
	}
	/* TOP MENU */
	#logo {
		margin: 9px 0 20px 10px;
		min-height: 0;
		font-size: 1.6em;
	}

	#logo1 {
		margin: 0 0 0 10px;
		padding: 0 0 12px 10px;
	}

	#logo2 {
		padding: 0 0 0 105px;
	}

	.navbar-inverse {
		width: 750px;
	}

	.navbar-nav > li > a {
		padding: 20px 5px;
	}

	.nav.top-nav-first {
		margin-left: 190px;
	}
	/* END TOP MENU */

	/* MAIN PAGE */
	.table-priority tr th:nth-child(3),
	.table-priority tr td:nth-child(3),
	.table-priority tr th:nth-child(4),
	.table-priority tr td:nth-child(4),
	.table-priority tr th:nth-child(5),
	.table-priority tr td:nth-child(5),
	.render-farm-index .grid-view table tr th:nth-child(3),
	.render-farm-index .grid-view table tr td:nth-child(3),
	.render-farm-index .grid-view table tr th:nth-child(4),
	.render-farm-index .grid-view table tr td:nth-child(4),
	.render-farm-index .grid-view table tr th:nth-child(5),
	.render-farm-index .grid-view table tr td:nth-child(5),
	.cpu-index .grid-view table tr th:nth-child(2),
	.cpu-index .grid-view table tr td:nth-child(2),
	.cpu-index .grid-view table tr th:nth-child(3),
	.cpu-index .grid-view table tr td:nth-child(3),
	.cpu-index .grid-view table tr th:nth-child(5),
	.cpu-index .grid-view table tr td:nth-child(5),
	.gpu-index .grid-view table tr th:nth-child(2),
	.gpu-index .grid-view table tr td:nth-child(2),
	.gpu-index .grid-view table tr th:nth-child(3),
	.gpu-index .grid-view table tr td:nth-child(3) {
		display: table-cell;
	}

	.mainpageblock {
		margin: 0 0 40px;
	}

	.mainpageblock a {
		margin: 0 20px 10px 0;
	}
	/* END MAIN PAGE */

	/* LIST */
	.grid-view table {
		font-size: 1.2em;
	}
	/* END LIST */

	/* RENDERFARM PAGE */
	.render-farm-view {
	padding: 15px 180px 15px 15px;
	}

	.render-farm-view > table > tbody > tr > th,
	.render-farm-view > table > tbody > tr > td {
		padding: 8px 8px 8px 0;
		font-size: 1.2em;
	}

	.gpu-view .detail-view th,
	.cpu-view .detail-view th,
	.render-farm-view .detail-view th {
	width: 50%;
	}

	.farm-summary-cell {
	width: 50%;
	}

	.farm-summary-cell:nth-child(2) {
		margin: 0;
	}
	/* END RENDERFARM PAGE */

	/* BOTTOM MENU */
	.bottom-copyright {
		margin-left: 15px;
	}

	.developer {
		margin: 0 15px 20px 0;
		text-align: right;
	}

	.navbar-right {
		margin-right: 15px;
	}


	.bottommenu-container ul li:last-child {
		float: right;
	}

	.bottommenu-container ul li:nth-child(4),
	.bottommenu-container ul li:nth-child(5),
	.bottommenu-container ul li:nth-child(6) {
		display: block;
	}

	.bottommenu-container ul li:last-child a {
		padding-left: 40px;
	}
	/* END BOTTOM MENU */

	/* TEXT PAGE */
	.content {
		width: 70%;
	}

	.anno {
	    position: absolute;
	    left: 75%;
	    width: 25%;
	}

	.anno p {
		font-size: 1em;
	}
	/* END TEXT PAGE */
}

@media (min-width: 992px) {
	.adv {
		width: 730px;
	}
	/* TOP MENU */
	.navbar-inverse {
		width: 970px;
	}

	.navbar-nav > li > a {
		padding: 20px 15px;
	}

	.nav.top-nav-first {
		margin-left: 200px;
	}

	.top-nav-second {
		padding-right: 15px;
	}

	#addafarm a {
		margin-right: 15px;
		font-size: 1.2em;
	}

	#loginbutton {
		display: block;
	}
	/* END TOP MENU */

	/* RENDERFARM PAGE */
	.render-farm-view {
	display: inline-block;
	margin-right: 30px;
	padding: 15px 180px 30px 15px;
	width: 65%;
	}

	.farm-summary-cell {
		width: 35%;
	}

	.table-of-contents {
		display: inline-block;
		font-size: 1.1em;
	}
	/* END RENDERFARM PAGE */
}

@media (min-width: 1200px) {
	/* TOP MENU */
	.navbar-inverse {
		width: 1170px;
	}

	/* END TOP MENU */

	/* MAIN PAGE */
	.table-priority {
		margin: 40px 0;
	}

	.table-priority tr th:nth-child(6),
	.table-priority tr td:nth-child(6),
	.render-farm-index .grid-view table tr th:nth-child(6),
	.render-farm-index .grid-view table tr td:nth-child(6),
	.cpu-index .grid-view table tr th:nth-child(4),
	.cpu-index .grid-view table tr td:nth-child(4),
	.cpu-index .grid-view table tr th:nth-child(6),
	.cpu-index .grid-view table tr td:nth-child(6),
	.gpu-index .grid-view table tr th:nth-child(4),
	.gpu-index .grid-view table tr td:nth-child(4),
	.gpu-index .grid-view table tr th:nth-child(7),
	.gpu-index .grid-view table tr td:nth-child(7) {
		display: table-cell;
	}

	.render-farm-view {
		margin-right: 40px;
	}
	/* END MAIN PAGE */

	/* RENDERFARM PAGE */
	.farm-summary-cell {
		width: 30%;
	}

	.table-of-contents {
		font-size: 1.2em;
	}
	/* END RENDERFARM PAGE */

	/* BOTTOM MENU */
	.bottom-copyright {
		margin-left: 0;
	}

	.navbar-right {
		margin-right: 0;
	}

	.developer {
    	margin: 0 0 20px 0;
	}
	/* END BOTTOM MENU */
}