* {
    margin: 0;
    padding: 0;
}
header, nav, section, article, aside, footer {
    display: block;
}
html {
    background: #a2dbf8;
}
body {
    background: url("../img/bg-header.jpg") no-repeat top center,
    url("../img/bg-footer.jpg") no-repeat bottom center;
    font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
    width: 100%;
    height: 100%;
}
a {
    color: #3c3c3c;
    outline: none;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
p {
    margin: 0 0 18px
}
h1, h2, h3, h4, h5, h6 {
    color: #1b5691;
    font-weight: normal;
}
img {
    border: none;
}
input {
    vertical-align: middle;
}
#wrapper {
    width: 1000px;
    margin: 0 auto;
}
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
    height: 160px;
}
.top_bar {
    clear: both;
    position: fixed;
    z-index: 1;
    border-radius: 6px;
}
.left_block {
    background: url("../img/spr-bg-topbar.png") no-repeat left 0;
    height: 60px;
    width: 8px;
    float: left;
}
.center_block {
    background: url("../img/spr-bg-topbar.png") repeat-x left -60px;
    height: 60px;
    width: 984px;
    float: left;
}
.right_block {
    background: url("../img/spr-bg-topbar.png") no-repeat right -120px;
    height: 60px;
    width: 8px;
    float: right;
}
.soc_btns {
    font-size: 0;
    float: left;
    margin-top: -2px;
    margin-left: 4px;
}

.soc_btns a {
    display: inline-block;
}
.soc_btns a, .soc_btns .pluso-10010100101-07 .pluso-wrap a {
    height: 40px;
    width: 40px;
    background: url("../img/spr-btns-soc.png") no-repeat;
    margin: 10px 0 0 9px;
}

.soc_btns a.youtube {
    margin: 11px 0 0 5px;
    display: inline-block;
    background-position: -40px 0;
}

.soc_btns a.rss {
    display: inline-block;
    background-position: -80px -80px;
    margin: 11px 0 0 5px;
}

.h_container {
    background: url("../img/bg-h_container_long.png") no-repeat 0 bottom;
    height: 100px;
    position: relative;
    padding-top: 60px;
}
.logo {
    background: url("../img/logo.png") no-repeat;
    display: block;
    overflow: hidden;
    width: 283px;
    height: 1px;
    padding-top: 60px;
    margin: 9px 0 0 20px;
    float: left;
}
.h_container menu {
    position: absolute;
    top: 127px;
    right: 20px;
	font-size: 0;
}
.h_container menu li {
    display: inline;
    background: url("../img/bg-menu-li.png") repeat-y top right;
    padding: 15px 19px 15px 16px;
	font-size: 12px;
}
.h_container menu li:first-child {
    padding-left: 17px;
}
.h_container menu li:last-child {
    background: none;
}
.h_container menu li.active {
    color: #ffffff;
    background: url("../img/bg-menu-li.png") repeat-y top right,
    url("../img/bg-menu-li-active.png") repeat-x;
}
.h_container menu li.active:last-child {
    color: #ffffff;
    background: url("../img/bg-menu-li-active.png") repeat-x;
    border-radius: 0 4px 0 0;
}
.h_container menu li.active:first-child {
    border-radius: 4px 0 0 0;
}
.h_container menu li.active a {
    color: #ffffff;
}
.h_container menu li a {
    font-size: 15px;
    text-decoration: none;
}
.h_container menu li.active a:hover {
    text-decoration: none;
    cursor: default;
}
.h_container menu li a:hover {
    text-decoration: underline;
}

/* Middle
-----------------------------------------------------------------------------*/
#content {
    background: url("../img/bg-content.png") repeat-y;
    padding: 0 20px 15px;
	position: relative;
}

/* Carousel
-----------------------------------------------------------------------------*/
.carousel  {
    background: url("../img/bg-carousel.png") repeat-x;
    height: 99px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #bebebe;
    width: 946px;
    margin: 0 auto;
    padding: 0 7px;
}
.carousel .wrapper {
    width: 900px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.carousel .items {
    width: 10000px;
    position: relative;
}
.carousel .items .block {
    float: left;
    width: 125px;
    height: 65px;
    padding: 3px;
    background: url("../img/spr-carousel-item.png") no-repeat 0 0;
    margin: 15px 19px 0 3px;
}
.carousel .items .block:hover {
    background-position: 0 -71px;
}
.carousel .items .block.active {
    background-position: 0 -71px;
    margin-top: 20px;
}
.carousel .items .block.active a img {
    box-shadow: 0 0 5px #2b8fd1;
}
.carousel .items .block.active a:hover {
    cursor: default;
}
.carousel .items .block a {
    display: block;
    width: 117px;
    height: 57px;
    margin: 4px 0 0 4px;
}
.carousel .btn-left, .carousel .btn-right {
    width: 19px;
    height: 29px;
    position: relative;
    top: 36px;
    cursor: pointer;
    background: url("../img/spr-btns-carousel.png") no-repeat;
}
.carousel .btn-left {
    float: left;
    background-position: 0 0;
}
.carousel .btn-left:hover {
    background-position: 0 -29px;
}
.carousel .btn-right {
    float: right;
    background-position: -19px 0;
}
.carousel .btn-right:hover {
    background-position: -19px -29px;
}


/* Social widgets
-----------------------------------------------------------------------------*/
.social_blocks > div {
    background: url("../img/bg-block-social.png") no-repeat;
    display: block;
    height: 312px;
    width: 259px;
    padding: 11px 12px;
    float: left;
    margin: 0 26px 0 4px;
    position: relative;
}
.social_blocks > div iframe {
    width: 259px !important;
}
.social_blocks > div:last-child {
    margin-right: 0;
}

.content {
    padding: 25px 25px 0;
}

.content .title {
    font: normal 20px Arial;
    color: #1b5691;
    margin-bottom: 14px;
}
.new_slots .title, .top_slots .title, .other_slots .title {
    float: left;
    height: 15px;
}
.new_slots .title:hover, .top_slots .title:hover, .other_slots .title:hover {
    cursor: pointer;
    text-decoration: underline;
} 

.expand {
    background: url("../img/spr-expand.png") no-repeat;
    display: block;
    width: 21px;
    height: 21px;
    float: left;
    margin: 1px 0 0 8px;
}
.expand:hover {
    cursor: pointer;
}
.line {
    margin-bottom: 10px;
    border-bottom: 1px solid #1b5691;
}

.slot {
    background: url("../img/bg-slot-item.png") no-repeat;
    width: 250px;
    height: 125px;
    /*padding: 18px 11px 18px 18px;*/
    float: left;
    margin: 0 32px 25px 0;
    position: relative;
}
.slot:nth-child(3n+3) {
    margin-right: 0;
}
.slot .right {
    margin-top: 6px;
    width: 120px;
}
.slot .right p {
    font: bold 13px Arial;
    color: #3f3d3d;
    margin: 0 0 7px;
}

.stars div {
    background: url("../img/spr-rating.png") no-repeat 0 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 3px;
}
.block .stars div{
    margin-right: 6px;
}

.stars div:last-child {
    margin-right: 0;
}
.slot .right a {
    display: block;
    border: 1px solid #486477;
    background: #2b8fd1;
    text-decoration: none;
    border-radius: 2px;
    text-align: center;
    color: #ffffff;
    font: normal 12px Tahoma;
    padding: 1px 0 3px;
    letter-spacing: 1px;
    margin-top: 14px;
}
.slot .right a:hover {
    background: #44c579;
}
.slot .right a:active {
    margin: 15px 0 0 1px;
    box-shadow: inset 1px 1px 2px #486477;
}

.label_top {
    background: url("../img/label-top.png") no-repeat;
    position: absolute;
    width: 62px;
    height: 61px;
    top: 0;
    left: 0;
}

/* Maker page
-----------------------------------------------------------------------------*/

.maker_description h1, .maker_description h2, .maker_description h3, .main_page_description h1, .main_page_description h2, .main_page_description h3{
	margin-bottom: 12px;
}

.maker_description ul, .maker_description ol, .main_page_description ul, .main_page_description ol{
	margin: 0 0 18px 30px;
}

/* News
-----------------------------------------------------------------------------*/
.news .block {
    border-bottom: 1px solid #efefef;
    padding-bottom: 17px;
    margin-bottom: 19px;
    height: 155px;
}
.news .block .left {
    margin-right: 10px;
}
.news .block .left img {
    padding: 1px;
    border: 1px solid #666666;
    width: 200px;
    height: 150px;
}

.news .block .sub div {
    display: inline;
    padding-right: 25px;
}

.news .block a {
    color: #3b3a3a;
    font: bold 15px Arial;
    text-decoration: none;
    line-height: 1.5;
}
.news .block p {
    color: #666666;
    font: normal 13px Arial;
    line-height: 1.6;
    padding: 3px 0 0;
    margin: 0;
}

/* -----------------------------
------------------------------- NEWS STYLES */

.news-block a {
	color: #1b5691;
	text-decoration: none;
}
.news-block a:hover {
	text-decoration: underline;
}

.news-one-column .title{
	font-weight: bold;
}

.news-item p {
	font-size: 13px;
	line-height: 16px;
	color: #242629;
	padding: 0 0 10px;
	position: relative;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.news-three-column .news-item p {
	height: 73px;
}
.news-two-column .news-item p {
	height: 27px;
}
.news-item p > a {
	color: inherit;
}
.news-item p > a:hover {
	text-decoration: underline !important;
}
.news-item p:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: 0;
	left: 0;
	background: url("../img/news-overlay.png") 0 100% repeat-x;
	z-index: 2;
}

.news-item-img + p {
	height: 50px;
	margin: 0 0 0 74px;
	font-size: 12px;
	line-height: 14px;
}

.news-item-thumb img{
	margin-top: -31px;
}

.news-two-column .news-item-thumb img{
	border: none;
	padding: 0;
	margin: -22px 0 0;
	width: 100%;
}

.slidesjs-pagination-item a {
	display: inline-block;
	width: 0;
	height: 0;
	padding: 2px;
	border: 2px solid #8c8c8c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	text-indent: 100%;
	overflow: hidden;
}
.slidesjs-pagination-item a.active {
	background: #8c8c8c;
}

/* -----------------------------
/------------------------------- NEWS STYLES */


/* Article
-----------------------------------------------------------------------------*/
.article h1 {
	line-height: normal;
	margin-bottom: 14px;
}
.article ol, .article ul {
    margin: 0 0 18px 30px;
}
.article ul {
    list-style-type: square;
}
.article img {
    padding: 2px;
    border: 2px solid #666666;
    width: 255px;
    height: 192px;
    margin-right: 13px;
}

.article .sub div {
    display: inline;
    padding-right: 25px;
}

/* Game
-----------------------------------------------------------------------------*/
.game .title {
    color: #1b5691;
    margin-bottom: 14px;
}

.game .title .ico img {
    width: 33px;
    height: 29px;
}
.game .title h1 {
    padding-top: 6px;
    font: normal 20px Arial;
}
.game .title h1 span {
    font-weight: bold;
}

.iframe iframe {
    width: 600px;
    height: 450px;
    border: 1px solid #b0d6ef !important;
    padding: 1px;
}
.iframe .expand {
    background-position: 0 -63px;
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 13px;
    box-shadow: inset 0 0 5px #000000;
    border:3px solid #ffffff;
}
.iframe .expand:active {
    box-shadow: inset 0 0 10px #000000;
}

#tabs h2, #tabs h3 {
    margin-bottom: 12px;
    font-size: 1.5em;
}
#tabs > div {
    margin-top: 10px;
    display:none;
}
#tabs > ul {
    border-bottom: 2px solid #e2e2e3;
    height: 46px;
}
#tabs > ul li {
    font: normal 14px Arial;
    color: #474747;
    list-style: none;
    display: inline-block;
    padding: 16px 12px 14px;
}
#tabs > ul li:first-child {
    margin-left: 11px;
}
#tabs > ul li:hover {
    cursor: pointer;
}
#tabs > ul li.active {
    color: #161515;
    cursor: default;
    background: #dfdfe0;
    border-radius: 4px 4px 0 0;
}

#tabs > ul li.disable sup {
    font-size: 11px;
    background: #dfdfe0;
    color: #161515;
    padding: 0 3px 1px;
    margin-left: 2px;
    letter-spacing: 1px;
    border-left: 2px solid #161515;
}

#tabs > div.active {
    display:block;
    width:100%;
}
#tabs .active ul, #tabs .active ol {
    margin: 0 0 18px 30px;
}

.paytable img {
    float: left;
    margin-right: 10px;
}
.paytable ul {
    font-size: 16px;
    display: inline-block;
}
.paytable ul li {
	text-align: start;
    padding-bottom: 3px;
	list-style-image: url("../img/x.png");
}




/* Sidebar
-----------------------------------------------------------------------------*/

.sidebar .block.social .vkontakte iframe {
    width: 246px !important;
}
.sidebar .block {
    background: url("../img/bg-left-block.png") repeat-y center top;
    margin-bottom: 17px;
}
.sidebar .block .top {
    background: url("../img/bg-left-block-top.png") no-repeat center top;
}
.sidebar .block .bottom {
    background: url("../img/bg-left-block-bottom.png") no-repeat center bottom;
    min-height: 314px;
    padding: 33px 0 0 36px;
    position: relative;
}
.sidebar .block.social .bottom {
    padding: 13px 0 0 11px;
}

.sidebar .block .labels div {
    position: absolute;
    top: -29px;
    left: 9px;
    background: url("spr-social-label.png-3") no-repeat;
    display: block;
    width: 66px;
    height: 29px;
}
.sidebar .block .labels div:hover {
    cursor: pointer;
}
.sidebar .block .labels .active:hover {
    cursor: default;
}
.sidebar .block .labels .vk {
    background-position: -66px 0;
}
.sidebar .block .labels .vk.active {
    background-position: -66px -30px;
    height: 31px;
    top: -31px;
}

.sidebar .label_top {
    background: url("../img/label-sidebar-top.png") no-repeat;
    top: -1px;
    left: -1px;
}
.sidebar .title {
    font: bold 16px Arial;
}

.sidebar .item a {
    font: bold 13px Arial;
    text-decoration: none;
    color: #3f3d3d;
}
.sidebar .item a img {
    padding: 1px;
    border: 1px solid #565656;
    float: left;
    margin-right: 10px;
    height: 72px;
    width: 72px;
}

.sidebar .slotswar div {
    width: 78px;
    font-size: 12px;
    color: #4b4b4b;
    text-align: center;
    line-height: 1.5;
}
.sidebar .slotswar img {
    width: 72px;
    height: 72px;
    padding: 1px;
    border: 1px solid #565656;
}
.sidebar .slotswar span {
    display: block;
    overflow: hidden;
    background: url("../img/btn-vote.png") no-repeat;
    width: 72px;
    height: 1px;
    padding-top: 18px;
    margin: 5px auto 0;
}
.sidebar .slotswar span:hover {
    cursor: pointer;
    box-shadow: 0 0 6px #2a84c5;
    border-radius: 5px;
}
.sidebar .slotswar span:active {
    background-color: #2a84c5;
    background-position: 1px 1px;
    box-shadow: none;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    height: 241px;
}
#footer .content {
    background: url("../img/bg-content.png") repeat-y;
    padding: 0 20px;
}
#footer .content .top {
    background: #f3f3f3 url("../img/bg-footer-top.png") repeat-x left bottom;
    border-top: 1px solid #d5d5d5;
    padding: 14px 25px 18px;
}
#footer .content .top nav {
    width: 340px;
    float: left;
    margin-right: 165px;
}
#footer .content .top nav a {
    text-decoration: none;
    margin-right: 20px;
}
#footer .content .top nav a:hover {
    text-decoration: underline;
}
#footer .content .top nav a.active {
    color: #198dd5;
    text-decoration: underline;
}

#footer .content .top .subscribers p {
    margin: 0;
    color: #4b4b4b;
    float: left;
}
#footer .content .top .subscribers div {
    float: left;
    margin-left: 10px;
}
#footer .content .top .subscribers div.facebook {
    background: url("../img/spr-soc-round.png") no-repeat 0 0;
    width: 25px;
    height: 25px;
    float: left;
    margin-top: -7px;
    margin-left: 24px;
}
#footer .content .top .subscribers div.twitter {
    background: url("../img/spr-soc-round.png") no-repeat -25px 0;
    width: 25px;
    height: 25px;
    float: left;
    margin-top: -7px;
    margin-left: 24px;
}

#footer .content .bottom {
    background: #f3f3f3;
    padding: 18px 0 35px 25px;
}
#footer .content .bottom .copyright {
    margin: 8px 35px 0 0;
    width: 355px;
    float: left;
}
#footer .content .bottom .subscribe p {
    text-transform: uppercase;
    margin: 0 0 10px;
}
#footer .content .bottom .subscribe a {
    text-decoration: none;
    float: left;
    margin-right: 17px;
}
#footer .content .bottom .subscribe a span {
    display: inline-block;
    float: left;
    background: url("../img/spr-btn-soc-small.png") no-repeat;
    height: 14px;
    width: 15px;
    margin-right: 8px;

}
#footer .content .bottom .subscribe a span.rss {
    background-position: 0 0;
}
#footer .content .bottom .subscribe a span.facebook {
    background-position: -15px 0;
}
#footer .content .bottom .subscribe a span.twitter {
    background-position: -30px 0;
}
#footer .content .bottom .subscribe a span.vk {
    background-position: 0 -14px;
}
#footer .content .bottom .subscribe a span.mailru {
    background-position: -15px -14px;
}
#footer .content .bottom .subscribe a span.odnk {
    background-position: -30px -14px;
}
#footer .content .bottom .subscribe a:hover {
    text-decoration: underline;
}
#footer .bg_bottom {
    background: url("../img/bg-footer-bottom.png") no-repeat;
    width: 1000px;
    height: 19px;
}

/* Contacts */
.translucent {
    background: rgba(255, 255, 255, 0.5);
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

#contacts .logo {
    position: absolute;
    margin: 0;
    top: -45px;
    left: 130px;
}
#contacts .content {
    padding: 0;
}
#contacts .title {
    font: bold 23px Arial;
    border-bottom: 1px dotted #989898;
    padding-bottom: 10px;
}

#contacts label {
    color: #5f5f5f;
    font-size: 15px;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
#contacts input {
    padding: 3px;
    background: #ffffff;
    border: 1px solid #abadb3;
    width: 175px;
    font-size: 13px;
}
#contacts textarea {
    padding: 3px;
    background: #ffffff;
    border: 1px solid #abadb3;
    font-size: 13px;
    width: 420px;
    height: 109px;
}
#contacts button {
    background: url("../img/btn-send.png") no-repeat;
    display: block;
    width: 118px;
    height: 25px;
    border: none;
    font: normal 13px Arial;
    color: #ffffff;
    margin: 0 auto;
}

#contacts button:active {
    background-position: 0 -25px;
}

#contacts .captcha input {
    width: 55px;
    margin-top: 5px;
}

#contacts .captcha ul, #contacts .small ul {
    position: absolute;
    list-style: none;
    font-size: 11px;
    color: red;
    text-align: center;
}

/* error message  */

.form .area ul {
    list-style: none;
    position: absolute;
    right: 160px;
    top: 60px;
    text-align: center;
    color: red;
    font-size: 14px;
    background: rgba(255,255,255,0.4);
    padding: 2px;
    border-radius: 2px;
}

/* Overlay */
.overlay .logo {
    position: absolute;
    margin: 0;
    top: -45px;
    left: 130px;
}
.overlay .content {
    padding: 0;
    font-size: 15px;
    color: #5f5f5f;
}
.overlay label {
    color: #5f5f5f;
    font-size: 15px;
    margin-bottom: 5px;
}
.overlay input {
    padding: 3px;
    background: #ffffff;
    border: 1px solid #abadb3;
    width: 175px;
    font-size: 13px;
    outline:none;
}
.overlay textarea {
    padding: 3px;
    background: #ffffff;
    border: 1px solid #abadb3;
    font-size: 13px;
    width: 420px;
    height: 109px;
    outline:none;
}
.overlay .title {
    font: bold 23px Arial;
    border-bottom: 1px dotted #989898;
    padding-bottom: 10px;
}

.styled-select select {
    background: transparent;
    width: 290px;
    height: 22px;
    font-size: 13px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    outline:none;
}
.styled-select select:hover {
    cursor: pointer;
}

#generator .width input, #generator .height input {
    margin-top: 5px;
    width: 43px;
    padding-left: 7px;
}
#generator textarea {
    margin-top: 15px;
    padding: 10px 0 0 13px;
    border-radius: 5px;
    height: 60px;
    font: normal 15px Arial;
    line-height: 1.5;
}

/* Google Search */

#___gcse_0 .gsc-search-button input {
    background: red;
    border: none !important;
    margin-top: 0;
    background: url("../img/btn-search.png") no-repeat;
    width: 68px;
    height: 1px;
    overflow: hidden;
    display: block;
    padding:0;
}

.fb_iframe_widget > span {
    background: #ffffff;
}
.likes .fb_iframe_widget > span {
    background: none;
}
.similar_slots .slot {
    margin: 0 15px 25px;
}

/* play_overlay */

.play_overlay span {
    padding-top: 20px;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.play_overlay a {
    display: inline-block;
    margin: 0 auto 5px;
}
.play_overlay img {
    width: 100px;
    height: 55px;
    background-color: #ffffff;
    padding: 5px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

.casinos p {
    color: #797979;
    font: normal 18px Arial;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
}

.casinos .links a img {
    background-color: #ffffff;
    padding: 5px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin: 0 14px;
}

.slot_battle .slot_ico img {
    width: 72px;
    height: 72px;
    padding: 1px;
    border: 1px solid #565656;
}

.slot_battle .soc_btns {
    float: none;
}
.slot_battle .soc_btns a {
    display: inline-block;
    overflow: hidden;
    height: 1px;
    padding-top: 39px;
    margin-left: 9px;
}

.news .block a:hover {
   color: #31aede;
}

.breadcrumb li {
    font: normal 12px Arial;
    display: inline;
}
.breadcrumb li a {
    color: #2373a8;
    text-decoration: none;
    background: url("../img/separator-breadcrumps.png") no-repeat right center;
    padding-right: 7px;
    margin-right: 4px;
    display: inline-block;
}
.breadcrumb li a:hover {
    text-decoration: underline;
}


/* window */
.window .line {
    margin: 0;
}
.window .body .top {
    background: url("../img/bg-carousel.png") repeat-x;
    height: 79px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #bebebe;
    padding-top: 20px;
}
.window .body .top .logo {
    margin: 0 auto;
    float: none;
}

.window .middle .title {
    padding-top: 48px;
    padding-bottom: 28px;
}

.window .area a {
    position: relative;
    top: -4px;
    color: #4fcaef;
    font: normal 12px Arial;
}
.window .form input {
    background: url("../img/bg-window-input.png") no-repeat;
    width: 343px;
    height: 43px;
    font-size: 16px;
    color: #0a5cab;
    border: none;
    outline: none;
    margin: 0 10px;
    padding: 1px 11px 4px;
}

.window .form button {
    display: block;
    background: url("../img/btn-window.png") no-repeat;
    width: 365px;
    text-align: center;
    height: 48px;
    font: normal 18px Arial;
    color: #ffffff;
    text-shadow: 1px 1px 1px #014282;
    border: none;
    padding: 0 0 4px 0;
    margin: 0 0 0 155px;
    cursor: pointer;
}
.window .form label {
    line-height: 44px;
    color: #616161;
    font-size: 16px;
}

.window .social a {
    display: inline-block;
    font-size: 18px;
    margin-right: 11px;
    margin-bottom: 6px;
    position: relative;
    z-index: 3;
}
.window .social span {
    display: inline-block;
    height: 64px;
    width: 218px;
    background: url("../img/hover-window-btns.png") no-repeat center 35px;
    visibility: hidden;
    position: absolute;
    z-index: 5;
}
.window .social a:hover span {
    visibility: visible;
}

.image-links-cont a{
	height: 45px;
	width: 246px;
	display: inline-block;
	font-size: 0;
}

.image-links-cont a:hover{
	background-position: 0 45px;
}

.image-links-cont a:first-child{
	background-image: url("../img/trends.png");
}

.image-links-cont a:last-child{
	background-image: url("../img/webmasters.png");
}