body, html, div, a, img, p, h1, h2, h3, input, table, ul, li {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	font-family: 'Open Sans Condensed', sans-serif;
}

.container {
	margin: 0 auto;
	/*width: 730px;*/
	/*min-height: 730px;*/
	/*font-family: 'myriad_proregular', Arial, sans-serif;*/
	font-family: 'Open Sans Condensed', sans-serif;
	position: relative;
	overflow: hidden;
	background: #e8e3dd /*url("../img/1024.jpg") */no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 100%;
}

.container.gal {
	background-image: none;
	background-color: #e8e4dd;
}

#ga #background {
	width: 730px;
	min-height: 730px;
	background: #e8e3dd /*url("../img/1024.jpg")*/ no-repeat;
	background-size: cover;
	position: relative;
}

.page {
	max-width: 1300px;
	/*min-height: 730px;*/
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 200px;
}

.voteItem {
	position: relative;
	box-sizing: border-box;
	max-width: 100%;
	display: inline-block;
	width: 333px;
	height: 373px;
	/*background: #e8e4dd;*/
	background: #e9ebee;
	/* margin-left: 15px; */
	max-height: 310px;
	margin: 0 5px 15px;
	border-radius: 3px;
	border: 1px solid #dedede;
	vertical-align: top;
}

.voteItem .imgWrap {
	max-height: 220px;
	overflow: hidden;
}

.voteItem .imgWrap img {
	max-width: 100%;
}

.btnVote {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.item.row2 {
	width: 333px;
}
.item img{
	width: 333px;
	height: 239px;
	cursor: pointer;
}

.itemTop .btn_vote {
	background: #00e400;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	vertical-align: middle;
	width: 85px;
	height: 30px;
	bottom: 9px;
	right: 3px;
	position: absolute;
}

.btn_vote {
	background: #00e400;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	vertical-align: middle;
	width: 85px;
	height: 30px;
	bottom: 9px;
	right: 3px;
	position: absolute;
	cursor: pointer;
	border-radius: 3px;
	text-transform: uppercase;
}

#btn_rules.rules_vote {
	top: 15px;
}

#btn_rules.rules_start {
	font-size: 12px;
	left: 55px;
	top: 705px;
}

.btn_vote2 {
	position: absolute;
	width:148px;
	height: 55px;
	bottom: 12px;
	right: 35px;
	cursor: pointer;
	font-size: 28px;
	color: #fff;
	text-align: center;
	line-height: 55px;
	vertical-align: middle;
	background: #00e400;
	border-radius: 3px;
	text-transform: uppercase;
}

.intro_text_top {
	position: absolute;
	width: 480px;
	text-align: center;
	height: 100px;
	top: 130px;
	left: 33px;
	font-size: 24px;
	color: #fff;
}

.intro_text_top span {
	font-size: 30px;
	font-weight: bold;
}

.intro_text_orange {
	position: absolute;
	width: 282px;
	height: 94px;
	font-size: 27px;
	color: #fff;
	top: 287px;
	left: 110px;
	text-align: center;
}

.vote_txt {
	position: absolute;
	width: 292px;
	height: 100px;
	font-size: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	top: 46px;
	left: 180px;
}

.nextB {
	position: absolute;
	top: 425px;
	right: 10px;
	color: #fff;
	background: url("../img/next.png") no-repeat;
	width: 71px;
	height: 43px;
	cursor: pointer;
}

.prevB {
	position: absolute;
	top: 425px;
	left: 10px;
	color: #fff;
	background: url("../img/prev.png") no-repeat;
	width: 71px;
	height: 43px;
	cursor: pointer;
}

.item.row2 .btn_vote {

}

.btn_vote:hover, .btn_vote2:hover {
	opacity: .9;
}

.itemTop .btn_vote:hover {
	/*background: url("../img/btn_score.png") no-repeat;*/
}

.voteItem .info {
	font-size: 18px;
	color: #9d2012;
	text-transform: uppercase;
	line-height: 22px;
	/*position: absolute;*/
	/*top: 246px;*/
	margin-top: 10px;
	font-weight: bold;
	max-height: 22px;
	overflow: hidden;
	margin-left: 5px;
	text-align: left;
}

.voteItem .infokm {
	position: absolute;
	right: 30px;
	top: 250px;
	color: #000;
	font-size: 20px;
	text-align: right;
}

.voteItem .infoprice {
	position: absolute;
	bottom: 10px;
	margin-left: 10px;
	color: #9d2012;
	font-size: 12px;
	text-align: left;
	height: 30px;
	line-height: 31px;
	vertical-align: middle;
	font-weight: bold;
}

.voteItem .infoprice.btn {
	background: #00e400;
	padding: 2px 5px;
	margin-left: 5px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
	/*top: 269px;*/
	left: 0;
	bottom: 9px;
	height: 30px;
	vertical-align: middle;
	box-sizing: border-box;
	line-height: 28px;
	text-decoration: none;
	box-shadow: none;
	/*cursor: default;*/
}

.item.row2 .infoprice {
}

.voteItem .btn_info {
	position: absolute;
	top: 270px;
	left: 15px;
	font-size: 25px;
	color: #fff;
	content: "INFO";
	text-align: center;
	width: 100px;
	height: 50px;
	cursor: pointer;
}

.voteItem .btn_info:hover {
	text-decoration: underline;
}

.voteItem.row2 .infokm {
	right: 5px;
}

.intro_img {
	max-width: 473px;
	height: 435px;
	background: url("../img/end_back.jpg") no-repeat;
	background-size: 100%;
	margin: 0 auto;
}

.end_img {
	width: 730px;
	height: 730px;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/end_back.jpg") no-repeat;
}

.end_back {
	position: absolute;
	top: 300px;
	left: 257px;
	width: 473px;
	height: 435px;
	background: url("../img/end_back.jpg") no-repeat;
}

.end_infa {
	position: absolute;
	font-size: 18px;
	line-height: 22px;
	text-align: left;
	color: #ce3525;
	top: 400px;
	left: 82px;
	font-weight: bold;
}

#top_back {
	position: absolute;
	top: 50px;
	left: 30px;
	font-size: 24px;
	color: #ce3525;
	cursor: pointer;
}

#top_back:hover {
	text-decoration: underline;
}

.title {
	color: #222;
	font-size: 42px;
	/*text-transform: uppercase;*/
	margin-top: 68px;
	text-align: center;
	line-height: 1.1em;
	margin-bottom: 40px;
	/*font-weight: bold;*/
	padding:0 30px;
}

@media screen and (max-width: 340px){
	.title {
		margin-top: 60px;
	}
}

.description {
	color: #333;
	font-size: 20px;
	margin: 15px auto 20px;
	padding: 0 45px;
	max-width: 500px;
}

.btn {
	box-sizing: border-box;
	display: inline-block;
	font-size: 18px;
	text-align: center;
	/*line-height: 70px;*/
	padding: 8px 24px 9px;
	color: #fff;
	font-weight: bold;
	/*height: 117px;*/
	/*top: 273px;*/
	/*left: 35px;*/
	/*position: absolute;*/
	/*background: url("../img/btn_start.png") no-repeat;*/
	background-color: #02d502;
	box-shadow: 0 4px 0 #02c502;
	margin: 0 auto;
	border-radius: 5px;
	cursor: pointer;
	max-width: 400px;
}

.btnLogin {
	padding: 15px 45px;
	border-radius: 300px;
	text-transform: uppercase;
	border-color: #3b5998;
	color: #fff;
	background-color: #3b5998;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	border: 0;
	box-shadow: none;
	text-decoration: none;
	margin: 5px 5px;
}

.btnLogin.dr {
	background-color: #ff6600;
}

.btn:hover {
	background-color: #02c502;
}


.btn:active {
	background-color: #02b702;
}

.btn.btnLogin:hover, .btn.btnLogin:active {
	background-color: #000;
}

.btnStart {
	box-sizing: border-box;
	min-width: 300px;
	/*max-width: 100%;*/
	width: 50%;
	font-size: 36px;
	text-align: center;
	/*line-height: 70px;*/
	padding: 12px 50px;
	color: #fff;
	font-weight: bold;
	/*height: 117px;*/
	/*top: 273px;*/
	/*left: 35px;*/
	/*position: absolute;*/
	/*background: url("../img/btn_start.png") no-repeat;*/
	background-color: #02d502;
	box-shadow: 0 4px 0 #02c502;
	margin: 0 auto;
	border-radius: 5px;
	cursor: pointer;
}

.btn:hover {
	background-color: #02c502;
}

.btnStart:hover {
	opacity: 0.9;
}

.start_logo {
	position: absolute;
	width: 258px;
	height: 122px;
	top: 7px;
	right: 7px;
	background: url("../img/start_logo.png") no-repeat;
}


.gallery {
	position: relative;
	max-width: 730px;
	margin: 30px auto;
	padding: 0 10px;
	text-align: center;
}

.auto {
	float: left;
	width: 120px;
	height: 80px;
	margin-right: 10px;
	border: 2px solid #fff;
	margin-bottom: 10px;
	cursor: pointer;
}

.auto:hover {
	border: 2px solid #e12f13;
	zoom: 108%;
	margin-right: 5px;
	margin-top: -8px;
	margin-left: -5px;
}

#a21 {
	margin-left: 200px;
}

#a21:hover {
	margin-left: 181px;
}

.clear {
	clear: both;
}

#slide {
	position: absolute;
	width: 730px;
	height: 461px;
	top: 138px;
	left: 0;
}

#auto_img_slide {
	position: absolute;
	width: 514px;
	height: 372px;
	top: 0;
	left: 105px;
	background: url("../img/auto.png") no-repeat;
}

#auto_img_slide img {
	position: absolute;
	top: 16px;
	left: 57px;
}

#auto_title {
	position: absolute;
	width: 430px;
	height: 37px;
	text-align:center;
	color: #fff;
	font-size: 26px;
	top: 308px;
	left: 145px;
}

#place_1 {
	position: absolute;
	width: 101px;
	height: 103px;
	top: 334px;
	left: 315px;
	background: url("../img/place_1.png") no-repeat;
	cursor: pointer;
}

#place_2 {
	position: absolute;
	width: 63px;
	height: 63px;
	top: 355px;
	left: 242px;
	background: url("../img/place_2.png") no-repeat;
	cursor: pointer;
}

#place_3 {
	position: absolute;
	width: 55px;
	height: 55px;
	top: 361px;
	left: 428px;
	background: url("../img/place_3.png") no-repeat;
	cursor: pointer;
}

#place_1:hover, #place_2:hover, #place_3:hover {
	opacity: 0.85;
}

#place_info {
	position: absolute;
	width: 730px;
	height: 22px;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	font-size: 15px;
}

#btn_next {
	position: absolute;
	width: 33px;
	height: 78px;
	top: 214px;
	left: 598px;
	background: url("../img/btn_next.png") no-repeat;
	cursor: pointer;
}

#btn_prev {
	position: absolute;
	width: 33px;
	height: 78px;
	top: 214px;
	left: 96px;
	background: url("../img/btn_prev.png") no-repeat;
	cursor: pointer;
}

#btn_next:hover, #btn_prev:hover {
	opacity: 0.85;
}

.close {
	position: absolute;
	width: 22px;
	height: 18px;
	top: 10px;
	right: 15px;
	background: url("../img/btn_close.png") no-repeat;
	background-size: 100%;
	cursor:pointer;
	z-index: 999;
}

.close:hover {
	opacity: 0.85;
}

#start_txt {
	position: absolute;
	width: 730px;
	height: 156px;
	top: 72px;
	left: 0;
	color: #fff;
	text-align: center;
	font-size: 49px;
	line-height: 48px;
}

#start_car {
	position: absolute;
	width: 613px;
	height: 191px;
	top: 303px;
	left: 68px;
	background: url("../img/car_red.png") no-repeat;
}

#btn_st {
	width: 180px;
	height: 50px;
	top: 496px;
	left: 273px;
	position: absolute;
	background: url("../img/btn_choose.png") no-repeat;
	cursor: pointer;
}

#btn_st:hover {
	opacity: 0.85;
}

#start_prize {
	position: absolute;
	width: 512px;
	height: 50px;
	top: 557px;
	left: 109px;
	background: url("../img/prize_txt.png") no-repeat;
}

.popup {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
}

.popText {
	position: relative;
	color: #fff;
	max-width: 600px;
	padding: 35px 15px 15px;
	margin: 50px auto;
}

.popRltxt {
	background: #efefef;
	border-radius: 5px;
	padding: 15px;
	color: #333;
}

.popRltxt span {
	display: inline-block;
	padding-left: 20px;
}

.popup .popContainer {
	text-align: center;
	top: 50%;
	position: absolute;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	box-sizing: border-box;
	height: 200px;
	margin-top: -110px;
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 5px;
	padding: 10px;
}

.popupOverlay .popup {
	overflow-y: auto;
}

.popup a {
	color: #4267b2;
	text-decoration: none;
}

.fb_share_cont {
	text-align: center;
	margin: 10px 0 15px;
}

.shareCont {
	text-align: center;
	margin: 20px 0 5px;
	line-height: 12px;
	vertical-align: top;
}

.shareCont div {
	display: inline-block;
	margin: 0 2px;
}

.fb_share_cont div {
	display: inline-block;
	width: 200px;
}

.waIcon {
	width: 68px;
	height: 20px;
	background: url("http://www.iauto.lv/bundles/iauto/images/icons.png") no-repeat;
	background-position: 0 0;
	display: inline-block;
}

.emIcon {
	width: 60px;
	height: 20px;
	background: url("http://www.iauto.lv/bundles/iauto/images/icons.png") no-repeat;
	background-position: -68px 0;
	display: inline-block;
}

.popup .pop_close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 22px;
	height: 22px;
	font-size: 40px;
	line-height: 22px;
	vertical-align: top;
	color: #333333;
}

.popup .pop_close:hover {
	text-decoration: none;
	opacity: .7;
}

.popup a:hover {
	text-decoration: underline;
}

.popTitle {
	margin-top: 10px;
	font-size: 22px;
	padding: 0 20px;
	margin-bottom: 20px;
}

#followBlock {
	width: 120px;
	border: none;
	margin:0 auto;
	max-height: 40px;
}

#info_img img {
	width: 730px;
	height: 486px;
	position: absolute;
	top: 0;
	left: 0;
}

.info_txt {
	position: absolute;
	width: 710px;
	top: 505px;
	left: 10px;
	color: #9d2012;
	font-size: 30px;
	text-transform: uppercase;
	height: 30px;
	overflow: hidden;
}

.info_desc {
	position: absolute;
	color: #d93b2b;
	font-size: 22px;
	/*top: 550px;*/
	left: 10px;
	text-decoration: none;
	height: 55px;
	border-radius: 3px;
	vertical-align: middle;
	line-height: 52px;
	top: 568px;
}

.info_desc.btn {
	position: absolute;
	box-sizing: border-box;
	color: #fff;
	background: #00e400;
	padding: 2px 10px;
	height: 55px;
	border-radius: 3px;
	vertical-align: middle;
	line-height: 52px;
	top: 568px;
	cursor: pointer;
	text-decoration: none;
}



#my_top {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
}

.my_share_desc {
	color: #ac2214;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#share_friends {
	position: absolute;
	width: 730px;
	height: 40px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	top: 27px;
	left: 0;
}

.window_share {
	/*position: absolute;
	width: 635px;
	height: 487px;
	top: 55px;
	left: 50px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 18px;*/
	position: absolute;
	background: #e8e4dd;
	width: 730px;
	height: 635px;
	top: 65px;
	left: 0;
}

.window_share img {
	width: 520px;
	height: 280px;
	position: absolute;
	top: 120px;
	left: 55px;
}

#my_top {
	width: 550px;
	height: 50px;
	top: 15px;
	left: 0;
	text-align: left;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 33px;
	padding: 15px 20px;
}

#btn_share {
	position: absolute;
	width: 227px;
	height: 55px;
	top: 600px;
	left: 252px;
	background: #00e400;
	cursor: pointer;
	font-size: 28px;
	line-height: 55px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}

#btn_share:hover {
	opacity: 0.9;
}

#share_info {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	text-align: center;
	height: 25px;
	color: #fff;
	font-size: 14px;
}

#share_close {
	/*top: 66px;*/
	/*left: 642px;*/
}

#car_1 {
	position: absolute;
	width: 180px;
	top: 230px;
	left: 230px;
}

#car_2 {
	position: absolute;
	width: 150px;
	top: 240px;
	left: 60px;
}

#car_3 {
	position: absolute;
	width: 130px;
	top: 250px;
	left: 440px;
}

#share_place_1 {
	position: absolute;
	width: 46px;
	height: 44px;
	top: 316px;
	left: 242px;
	background: url("../img/place_txt_1.png") no-repeat;
}

#share_place_2 {
	position: absolute;
	width: 46px;
	height: 41px;
	top: 308px;
	left: 70px;
	background: url("../img/place_txt_2.png") no-repeat;
}

#share_place_3 {
	position: absolute;
	width: 46px;
	height: 41px;
	top: 304px;
	left: 450px;
	background: url("../img/place_txt_3.png") no-repeat;
}

#car_name_1 {
	position: absolute;
	width: 140px;
	height: 50px;
	font-size: 16px;
	color:#000;
	text-align: center;
	text-transform:uppercase;
	top: 365px;
	left: 250px;
	font-weight: bold;
}

#car_name_2 {
	position: absolute;
	width: 140px;
	height: 50px;
	font-size: 16px;
	color:#000;
	text-align: center;
	text-transform:uppercase;
	top: 355px;
	left: 66px;
	font-weight: bold;
}

#car_name_3 {
	position: absolute;
	width: 140px;
	height: 50px;
	font-size: 16px;
	color:#000;
	text-align: center;
	text-transform:uppercase;
	top: 354px;
	left: 436px;
	font-weight: bold;
}

#pop_rules {

}

.window {
	position: absolute;
	background: #e8e4dd !important;
	width: 730px;
	height: 635px;
	top: 65px;
	left: 0;
}

.scrolla {
	height: 570px;
	margin-top: 45px;
	margin-right: 15px;
}

.scrolla div{

}

#logo {
	position: absolute;
	width: 168px;
	height: 167px;
	top: 50px;
	left: 230px;
	background: url("../img/test_log.png") no-repeat;
}

#brauc_info {
	position: absolute;
	height: 400px;
	top: 240px;
	width: 100%;
	color: #fff;
	font-size: 38px;
	text-align: center;
	line-height: 36px;
}

#btn_get {
	position: absolute;
	width: 181px;
	height: 50px;
	top: 320px;
	left: 230px;
	background: url("../img/btn_get.png") no-repeat;
	cursor:pointer;
}

#btn_get:hover {
	opacity: 0.85;
}

#email_text {
	position: absolute;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 38px;
	top: 50px;
}

#email_input {
	position: absolute;
	width: 489px;
	height: 48px;
	top: 180px;
	left: 70px;
	background: url("../img/email_input.png") no-repeat;
}

*::-webkit-input-placeholder {
	color: #fff;
}
*:-moz-placeholder {
	/* FF 4-18 */
	color: #fff;
}
*::-moz-placeholder {
	/* FF 19+ */
	color: #fff;
}
*:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}

#email {
	width: 466px;
	height: 40px;
	margin: 3px 10px;
	font-size: 18px;
	color: #fff;
	border: 0;
	background: 0;
	outline: 0;
}

#wrong_email {
	text-align: center;
	position: absolute;
	color: #000;
	top: 250px;
	width: 100%;
}

#btn_invite {
	position: absolute;
	width: 274px;
	height: 77px;
	top: 273px;
	left: 49px;
	background: url("../img/btn_invite.png") no-repeat;
	cursor: pointer;
	color: #fff;
	padding: 20px 60px 20px 20px;
	text-align: center;
}

#btn_invite:hover {
	opacity: 0.85;
}

#end_txt {
	font-size: 32px;
	text-align: left;
	width: 500px;
	position: absolute;
	top: 121px;
	left: 89px;
	color: #ce3525;
	font-weight: bold;
	line-height: 42px;
	text-transform: uppercase;
}

#end_txt_more {
	font-size: 35px;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 200px;
	left: 0;
	color: #fff;
}

#participate_txt {
	color: #000;
	text-align: center;
	position: absolute;
	top: 420px;
	left: 0;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
}

#end #start_prize {
	top: 540px;
}

#end_line {
	position: absolute;
	width: 518px;
	height: 1px;
	top: 180px;
	left: 102px;
	background: url("../img/lines.png") no-repeat;
}

#end_line2 {
	position: absolute;
	width: 518px;
	height: 1px;
	top: 466px;
	left: 102px;
	background: url("../img/lines.png") no-repeat;
}

#btn_top {
	position: absolute;
	width: 83px;
	height: 25px;
	top: 37px;
	left: 466px;
	cursor: pointer;
	font-size: 24px;
	color: #969188;
	font-family: Arial, sans-serif;
}

#sep_b {
	position: absolute;
	width: 5px;
	height: 30px;
	top: 37px;
	left: 555px;
	font-family: Arial, sans-serif;
}

#btn_brauc{
	position: absolute;
	width: 123px;
	height: 26px;
	top: 559px;
	left: 295px;
	background: url("../img/btn_test.png") no-repeat;
	cursor: pointer;
}

#btn_rules{
	position: absolute;
	width: 100px;
	height: 26px;
	top: 37px;
	left: 580px;
	cursor: pointer;
	font-size: 24px;
	color: #969188;
	font-family: Arial, sans-serif;
}

#btn_top:hover, #btn_brauc:hover, #btn_rules:hover {
	opacity: 0.85;
}

.scrollt {
	height: 384px;
	margin-top: 10px;
	margin-right: 15px;
	width: 619px;
}

.scrollt div{

}

.t_place {
	position: absolute;
	font-size: 34px;
	width: 35px;
	height: 50px;
	top: 25px;
	left: 20px;
	font-weight: bold;
}

.t_title {
	position: absolute;
	font-size: 34px;
	line-height: 32px;
	width: 300px;
	height: 45px;
	top: 20px;
	left: 180px;
}

.t_pt {
	position: absolute;
	font-size: 34px;
	width: 80px;
	height: 50px;
	top: 25px;
	left: 480px;
	font-weight: bold;
}

.top_item img {
	position: absolute;
	top: 10px;
	left: 60px;
	width: 110px;
}

.top_item {
	height: 100px;
	position: relative;
	list-style-type: none;
}

.t_line {
	position: absolute;
	width: 550px;
	height: 1px;
	left: 25px;
	bottom: 0;
	background: url("../img/top_line.png") no-repeat;
}

#follow_txt {
	position: absolute;
	width: 730px;
	text-align: center;
	font-size: 30px;
	color: #000;
	top: 250px;
	left: 0;
	font-weight: bold;
	cursor:pointer;
}

#follow_txt_fb {
	position: absolute;
	top: 400px;
	left: 340px;
}

#follow_yes_fb {
	position: absolute;
	top: 500px;
	left: 300px;
	cursor: pointer;
}

#end_in_i {
	position: absolute;
	top: 482px;
	width: 730px;
	height: 210px;
	left: 0;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

#btn_follow {
	position: absolute;
	width: 166px;
	height: 50px;
	left: 274px;
	top: 380px;
	background: url("../img/btn_follow.png") no-repeat;
	cursor: pointer;
}

#btn_follow:hover {
	opacity: 0.85;
}

#fblike {
	position: absolute;
	top: 280px;
	left: 292px;
}

.topBar {
	max-width: 730px;
	margin: 10px auto;
	text-align: left;
	padding: 0 15px;
}

.topBar span {
	line-height: 28px;
	vertical-align: top;
	color: #333;
}

.topBar.right {
	text-align: right;
}

.btnLink {
	font-size: 21px;
	color: #333;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	margin: 0 5px;
}

.btnLink:hover {
	text-decoration: underline;
}

.footCont {
	margin-top: 10px;
	margin-bottom: 15px;
}

.logo_iauto {
	/*position: absolute;*/
	width: 149px;
	height: 43px;
	/*top: 652px;*/
	/*left: 139px;*/
	/*float: left;*/
	/*margin-left: 15px;*/
	margin: 12px 10px 0;
	display: inline-block;
	background: url("../img/iauto_logo.png") no-repeat;
}

.logo_ga {
	/*position: absolute;*/
	/*top: 627px;*/
	/*left: 50px;*/
	width: 68px;
	height: 68px;
	/*float: left;*/
	/*margin-left: 15px;*/
	margin: 0 10px;
	display: inline-block;
	background: url("../img/gadaauto_logo.png?v=2") no-repeat;
}

.btn_play {
	position: absolute;
	left: 180px;
	bottom: 9px;
	background: url("../img/btn_play.png") no-repeat;
	width: 37px;
	height: 30px;
	cursor: pointer;
}

.btn_foto {
	position: absolute;
	bottom: 9px;
	left: 135px;
	background: url("../img/btn_foto.png") no-repeat;
	width: 37px;
	height: 30px;
	cursor: pointer;
}

.btn_mail {
	position: absolute;
	bottom: 9px;
	left: 90px;
	background: url("../img/btn_mail.png") no-repeat;
	width: 37px;
	height: 30px;
	cursor: pointer;
}

#pop_info .btn_play {
	width: 67px;
	height: 56px;
	bottom: 12px;
	left: 322px;
	background-size: 67px 56px;
}

#pop_info .btn_foto {
	width: 67px;
	height: 56px;
	bottom: 12px;
	left: 397px;
	background-size: 67px 56px;
}

#pop_info .btn_mail {
	width: 67px;
	height: 56px;
	bottom: 12px;
	left: 469px;
	background-size: 67px 56px;
}

@media screen and (max-width: 737px){
	.banner {
		display: none;
	}
}