/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}


/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left: -80px;
}

.container_12 .pull_2 {
	left: -160px;
}

.container_12 .pull_4 {
	left: -320px;
}

.container_12 .pull_5 {
	left: -400px;
}

.container_12 .pull_7 {
	left: -560px;
}

.container_12 .pull_8 {
	left: -640px;
}

.container_12 .pull_10 {
	left: -800px;
}

.container_12 .pull_11 {
	left: -880px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}

/*########################################*/
.subscribeform {
	background: #628416 !important;
}
.subscribeform * {
	text-align: center;
}
.subscribeform h3 {
	margin-bottom: 10px;
	font-size: 22px;
}
.subscribeform label {
	font-size: 18px;
}
.subscribeform input[type=text] {
	width: 250px;
	height: 34px;
	font-size: 27px;
}
.subscribeform input[type=submit] {
	background: url('/wp-includes/images/subscribe_button.png');
	border: none;
	width: 200px;
	height: 54px;
    margin-top: 20px;
}

.rub {
    vertical-align: middle;
    border-bottom: 1.3px solid;
    line-height: 4px;
    display: inline-block;
    width: 0.4em;
    margin-right: 4px;
    margin-top: -1px;
}

.social_button {
	flex: 1;
	margin-top: 15px;
	margin-right: 5px;
	text-align: right;
}

.social_button .login {
    display: inline-block;
    vertical-align: top;
    margin: 0 18px 0 0;
    padding: 7px 14px;
    border-radius: 11px;
    text-decoration: none;
    color: #404040;
    background: #ffffff;
    cursor: pointer;
}

.social_button .login_content {
	transition: opacity 0.1s ease-in-out;
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 134px;
    box-shadow: 0px 8px 16px -5px rgba(0,0,0,0.2);
    padding: 18px 0 8px;
    z-index: 1;
    margin-left: -14px;
    margin-top: -2px;
    border-radius: 0 0 11px 11px;
}
.social_button .login_content a {
	display: block;
	padding: 5px 11px 5px 32px;
	color: #404040;
	text-decoration: none;
	background-repeat: no-repeat;
    background-size: 14px;
    background-position: 13px center;
}
.social_button .login_content a:hover {
    background-color: #f3f3f3;
}
.social_button .login_content a.pt {
	background-image: url(//jumpout.makedreamprofits.ru/images/favicon.png);
}
.social_button .login_content a.jo {
	background-image: url(//protimer.makedreamprofits.ru/images/favicon.png);
}
.social_button .login_content a.cb {
	background-image: url(//comebacker.makedreamprofits.ru/images/favicon.png);
}
.social_button .login_content a.sl {
	background-image: url(//sociallocker.makedreamprofits.ru/images/favicon.png);
}
.social_button .login_content a.sc {
	background-image: url(//socialcarousel.makedreamprofits.ru/images/favicon.png);
}
.social_button .login:hover .login_content {
    display: block;
}