/*
Theme Name: ideamillion
*/

/* NULL */

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}
[hidden] {display: none;}
.none, .hidden {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}
.clearfix:before, .clearfix:after, .clf:before, .clf:after {content: " ";display: table;}
.clearfix:after, .clf:after {clear: both;}
.clearfix, .clf {*zoom: 1;}

.alignright, .right {
	float: right;
	}

.alignleft, .left {
	float: left;
	}

.center {
	text-align: center;
	}

.centered, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright, img.right {
	margin: 0 0 4px 10px;
	display: inline;
	}

img.alignleft, img.left {
	margin: 0 10px 4px 0;
	display: inline;
	}

a img {
	border: none;
	}

img {
	max-width: 100%;
	}

.entry img {
	height: auto;
	}

/* END NULL */



/* BASE */



body {
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	font-family: 'PT Sans', sans-serif;
	background: #fff;
	text-align: center;
	}

.wrap {
	width: 1170px;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	font-size: 16px;
	line-height: 20px;
	font-family: 'PT Sans', sans-serif;
	}

a {
	color: #274cbf;
	text-decoration: none;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #274cbf;
	text-decoration: underline;
	}

p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title, .entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
	margin: 0 0 25px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #000000;
	font-weight: bold;
	}
h1, .h1, .title{
	font-size: 30px;
	line-height: 34px;
	}
h2, .h2{
	font-size: 27px;
	line-height: 30px;
	}
h3, .h3{
	font-size: 25px;
	line-height: 28px;
	}
h4, .h4{
	font-size: 23px;
	line-height: 25px;
	}
h5, .h5{
	font-size: 22px;
	line-height: 24px;
	}
h6, .h6{
	font-size: 20px;
	line-height: 22px;
	}

.table, .entry table {
	border-top: 1px solid #959596;
	border-left: 1px solid #959596;
	}

.table tr th, .entry table tr th{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	background: #f4f4f4;
	padding: 5px 10px;
	}

.table tr td, .entry table tr td{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	padding: 5px 10px;
	}

.entry table.nobord, .entry table.nobord tr th, .entry table.nobord tr td {
	border: 0;
	padding: 0;
	background: none;
	}

.entry ul, ul.list {
	padding: 0 0 0 20px;
	list-style: none;
	}

.entry ol, ol.list {
	padding: 0 0 0 25px;
	list-style: none;
	}

.entry ul ul, .entry ol ol, .entry ol ul, .entry ul ol, ul.list ul, ol.list ol, ol.list ul, ul.list ol {
	margin: 5px 0 0 0;
	}

.entry ol > li, ol.list > li {
	margin: 7px 0 7px 10px;
	list-style: decimal outside;
	}

.entry ul > li, ul.list > li {
	margin: 7px 0 7px 10px;
	list-style-type: disc;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 10px 20px;
	border-left: 5px solid #111;
	background: #fff;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

/* END BASE */



/* FORM */

.form_title{
	padding: 0 0 15px 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	}

.form_line{
	padding: 0 0 15px 0;
	}

.lab{
	display: block;
	padding: 0 0 2px 0;
	}

.inp{
	width: 230px;
	height: 20px;
	padding: 7px 14px;
	background: #fff;
	border: 1px solid #959596;
	-webkit-appearance: none;
	}

.ta{
	width: 230px;
	height: 100px;
	padding: 7px 14px;
	background: #fff;
	border: 1px solid #959596;
	-webkit-appearance: none;
	vertical-align: bottom;
	}

.form_sub {
	position: relative;
	}

.btn {
	display: inline-block;
	box-sizing: content-box;
	height: 36px;
	padding: 0 20px;
	border: 0;
	background: #c01f31;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #fff;
	line-height: 36px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	}

.btn:hover{
	background: #ca2a3c;
	color: #fff;
	text-decoration: none;
	}

.form_sub .ajax-loader {
	position: absolute;
	top: -5px;
	right: -5px;
	}

/* END FORM */



/* HEADER */

header {
	position:fixed;
	z-index:9999;
	top:0;
	left:0;
	width: 100%;
	padding: 15px 0;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.3s 0.02s ease;
	}
.header_active{
	background: #111;
	padding: 10px 0;
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
	}
.logo{
	float: left;
	width: 180px;
	transition: all 0.3s 0.02s ease;
	}
.logo img{
	vertical-align: bottom;
	}
.header_active .logo{
	width: 150px;
	}

.add_more{
	float:right;
	width: 200px;
	}
.add_more a{
	box-sizing:border-box;
	display:block;
	height: 35px;
	width: 100%;
	border: 1px solid #fff;
	border-radius: 7px;
	text-align:center;
	line-height: 35px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	}
.add_more a:hover{
	border: 1px solid #274cbf;
	background: #274cbf;
	color: #fff;
	}


.top_fon{
	background: url("top_fon.jpg") no-repeat center top;
	position:relative;
	margin: 0 0 30px 0;
	}
.top_fon_bg{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: rgba(36, 42, 53, 0.7);
	}
	
.top_fon_block{
	max-width: 900px;
	margin: 0 auto 30px auto;
	position:relative;
	z-index:2;
	color: #fff;
	font-size: 38px;
	line-height: 42px;
	font-weight: bold;
	}	
.top_fon_block h1{
	color: #fff;
	}	


.top_fon_block_more{
	margin: 0 auto;
	width: 300px;
	}
.top_fon_block_more a{
	box-sizing:border-box;
	display:block;
	height: 45px;
	width: 100%;
	border: 1px solid #274cbf;
	background: #274cbf;
	border-radius: 7px;
	text-align:center;
	line-height: 45px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	}
.top_fon_block_more a:hover{
	border: 1px solid #fff;
	background: #fff;
	color: #274cbf;
	}


/* END HEADER */


/* HOME */


#content{
	background: #fafafa;
	padding: 20px 10px;
	margin: 0 0 30px 0;
	transition: all 0.3s 0.02s ease;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	}
#content:hover{
	box-shadow: 0 0 17px rgba(0, 0, 0, 0.09);
	}



footer{
	background: #111;
	padding: 20px 0;
	}
.copu{
	text-align:center;
	font-size: 14px;
	color: #fff;
	}



span.go_slow{
	display:block;
	position:fixed;
	z-index:111;
	bottom: 60px;
	right: 30px;
	width: 33px;
	height: 43px;
	background: url("go_slow.png") no-repeat;
	cursor: pointer;
	transition: all 0.3s 0.02s ease;
	border-radius: 4px;
	}
span.go_slow:hover{
	height: 55px;
	}
	
	
/* END HOME */


/* MODAL */

.modal_win{
	display: none;
	width: 260px;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
	text-align: left;
	}

.modal_close {
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	transform: rotate(45deg);
	transition: all 0.3s 0.02s ease;
	border: 2px solid #c01f31;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	color: #c01f31;
	font-size: 23px;
	line-height: 23px;
	font-family: Tahoma;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	}

.modal_close:hover{
	border: 2px solid #e13d4f;
	color: #e13d4f;
	}

.modal_mask {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background: #000;
	opacity: 0.8;
	}

/* END MODAL */



/* COMMENTS */

.comments_t{
	padding: 0 0 10px 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	}

.comments_list li {
	padding: 15px;
	margin: 0 0 15px 0;
	border: 1px solid #ddd;
	background: #f8f8f8;
	}

.comments_list li li {
	margin: 15px 0 0 0;
	}

.comments_list li.thread-even {
	background: #fff; 
	} 

.comments_list .even {
	background: #fff; 
	}

.comments_list .alt {
	background: #f8f8f8; 
	}

.comment_ava{
	float: left;
	padding: 0 10px 0 0;
	}

.comment_ad{
	padding: 0 0 10px 0;
	}

.comment_a{
	font-weight: bold;
	}

.comment_d{
	font-style: italic;
	}

.comment_repl{
	text-align: right;
	}

#respond{
	padding: 15px;
	border: 1px solid #ddd;
	background: #eee;
	margin: 0 0 15px 0;
	}

.comments_list #respond{
	margin: 0 15px 15px 15px;
	}

#cancel-comment-reply-link{
	display: inline-block;
	margin: 0 0 15px 0;
	}

/* END COMMENTS */


/* WP OTHER */

.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	border-radius: 3px;
	}

.wp-caption img {
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

.wpcf7-not-valid { 
	border: 1px solid #ad2929 !important; 
	color: #ad2929; 
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}

/* END WP OTHER */