@charset "utf-8";
/* CSS Document */

body{
	background:url(../images/bg0.jpg) repeat-y center;
	color:#302E2E;	
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 2, 2011 09:36:48 PM America/New_York */
/* League Gothic */
@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('../fonts/League_Gothic-webfont.eot');
	src: local('☺'), url('../fonts/League_Gothic-webfont.woff') format('woff'), url('../League_Gothic-webfont.ttf') format('truetype'), url('../fonts/League_Gothic-webfont.svg#webfont1Lb5Pdit') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'LaneNarrowRegular';
    src: url('../fonts/LANENAR_-webfont.eot?') format('eot'),
         url('../fonts/LANENAR_-webfont.woff') format('woff'),
         url('../fonts/LANENAR_-webfont.ttf') format('truetype'),
         url('../fonts/LANENAR_-webfont.svg#webfontMAZXZguX') format('svg');
    font-weight: normal;
    font-style: normal;
}
#page{
	width: 1200px;
	margin:0 auto;
}

/* ----anchor---- */
a, a:link{
	color:#6db0da;
	text-decoration:none;
}
a:hover, a:active{
	color:#6db0da;
	text-decoration:underline;
}


/* ----headers---- */
h2, h3{
	/*background:url(../images/nav_bg.png) no-repeat bottom center;*/
	font-family: "LeagueGothicRegular", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#575757;
	margin-bottom:20px;
}
h2{
	font-size:72px;
	line-height:80px;
}
h3{
	font-size:40px;
	line-height:45px;
}
h4{
	font-size:14px;
	line-height:20px;
	color:#575757;
	margin-bottom:20px;
	
}
p{
	
	line-height:20px;
	margin-bottom:20px;
}

/* ----aside---- */
aside{
	float:left;
	width:248px;
	position:relative;
	padding-top:10px;
	background:url(../images/bg1.jpg) repeat-y right 0px;
}

/* ----nav---- */
nav{
	text-align:center;
	margin-bottom:20px;
}

nav .logo{
	font-family: "LeagueGothicRegular", Arial, Helvetica, sans-serif;
	font-size:43px;
	text-transform:uppercase;
	text-align:center;
	color:#a08784;
	text-decoration:none;
	margin:20px 0;
	display:block;
	font-weight:normal;
	color:#a08784;
	text-decoration:none;
	text-shadow: #fff 0px 1px 0px;
}
nav .logo span{
	font-size:15px;
	display:block;
	background:url(../images/a_portfolio_bg.png) no-repeat center .2em;
	color:#c4bab7;
	font-weight:normal;
	
}
nav a{
font-size:14px;
}
nav ul{
	/*background:url(../images/nav_bg.png) no-repeat bottom center;*/
	font-family: "LeagueGothicRegular", Arial, Helvetica, sans-serif;
	font-size:30px;
	padding-top:30px;
	background:url(../images/nav_bg.png) no-repeat 33px 0;
	text-transform:uppercase;
	padding-bottom:100px;
	
}
nav ul li{
	position:relative;
	margin-top:-7px;
	padding-left: 33px;
	text-align:left;
}
nav ul li a, nav ul li a:link{
	color:#7d6865;
	text-decoration:none;
	padding:10px 0 10px 0;
	display:block;
	text-shadow: #fff 0px 1px 0px;
	width:182px;
	text-align:center;
}
nav ul li a:hover{
	text-decoration:none;
	color:#634d4a;
}
nav ul li.active{
	background:url(../images/nav_active.png) no-repeat 26px .1em;
	padding: 10px 40px;
}
nav ul li.active a{
	color:#fff;
	text-shadow: #2b0d09 0px 1px 0px;
}
nav .bg_bottom{
	background:url(../images/nav_bg.png) no-repeat bottom center;
	height:30px;
	
}

#main-content{
float: right;
width: 897px;
background: url(../images/bg2.jpg);
padding-left: 55px;
}

.liner {
background: url(../images/liner.jpg) repeat-y -130px 0px;
position: fixed;
height: 100%;
width: 1000px;
}
/* ----ps_container---- */
.ribbon{
	background:url(../images/ribbon.png) no-repeat;
	position:absolute;
	width:152px;
	height:132px;
	z-index:999999999;
	margin:-4px 0 0 -4px;
}
.ps_container{
	display:none;
	width:656px;
	height:345px;
	margin:20px auto 80px auto;
	position:relative;
	background:url(../images/slider_bg.png) no-repeat center;
}
.ps_image_wrapper{
	width:656px;
	height:345px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	
	
}
.ps_image_wrapper img{
	position:absolute;
	left:10px;
	top:10px;
}
.ps_prev,
.ps_next{
	width:30px;
	height:59px;
	position:absolute;
	top:50%;
	margin-top:-40px;
	cursor:pointer;
	opacity:0.5;
}
.ps_prev{
	background:transparent url(../images/prev.png) no-repeat top center;
	left:20px;
}
.ps_next{
	background:transparent url(../images/next.png) no-repeat top center;
	right:20px;
}
.ps_prev:hover,
.ps_next:hover{
	opacity:0.9;
}

ul.ps_nav{
	list-style:none;
	margin:0;
	padding:0;
	width:100px; /*change this width*/
	margin:20px auto;
	position:relative;
	
	
}
ul.ps_nav li{
	float:left;
}
ul.ps_nav li a{
	display:block;
	text-indent:-9000px;
	width:13px;
	height:13px;
	outline:none;
	padding:0px 3px;
	background:transparent url(../images/dot2.png) no-repeat top center;
}
ul.ps_nav li a:hover,ul.ps_nav li.selected a{
	background-position:50% -13px;
}
ul.ps_nav li.ps_preview{
	display:none;
	width:85px;
	height:91px;
	top:-95px;
	left:-34.5px; /*First item, next ones is leftDot - 0.5*wThis + 0.5*wDot, i.e. second one is (16 - 42.5 + 8) = -18.5 */
	position:absolute;
}
ul.ps_nav li.ps_preview span{
	background:transparent url(../images/triangle.png) no-repeat top center;
	width:15px;
	height:6px;
	position:absolute;
	top:85px;
	left:35px;
}
.ps_preview_wrapper{
	width:75px;
	height:75px;
	border:5px solid #fff;
	overflow:hidden;
	position:relative;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}
.ps_preview_wrapper img{
	position:absolute;
	top:0px;
	left:0px;
}

/* ----sections---- */

#home, #work, #about, #contact{
	position:relative;
	float:left;
	width:100%;
	padding-top:15px;
}
#top{
	margin-bottom:0px;
}
#work, #about, #contact, .columns, .intro-text{
	padding:10px;
}


/* ----divider---- */
.divider {
	text-align:center;
}
.divider h2{
	background:url(../images/border_bg.gif) repeat-x bottom left;
	/*padding-bottom:40px;*/
	margin-bottom:20px;
}
#main-content section .intro-text h2{
	font-family:"LaneNarrowRegular", Arial, Helvetica, sans-serif;
	font-size:40px;
	line-height:44px;
	padding-bottom:20px;
	
}
 .intro-text .contact-me{
	 font-family:"LaneNarrowRegular", Arial, Helvetica, sans-serif;
	background:url(../images/button.gif) no-repeat;
	margin:-28px 0 0 200px;
	position:relative;
	font-size:20px;
	height:42px;
	width:237px;
	text-align:center;
	text-transform:uppercase;
} 
.intro-text .contact-me a{
	padding:10px 40px;
	text-decoration:none;
	color:#fff;
	display:block;
	text-shadow: #b04d35 1px -1px 0px;
	
}

/* ----columns---- */
.columns{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.two-column{
	width:300px;
	float:left;
	margin-right:44px;
}
.three-column{
	width:200px;
	float:left;
	margin-right:30px;
}

.last{
	margin-right:0px;
}

/* ----figure---- */
figure{
	
	-moz-box-shadow:0px 0px 5px #dfdfdf;
	-o-box-shadow:0px 0px 5px #dfdfdf;
	-webkit-box-shadow:0px 0px 5px #dfdfdf;
	box-shadow:0px 0px 5px #dfdfdf;
	padding:4px;
	background:#fff url(../images/icon_magnify.gif) no-repeat center center;
	float:left;
	border:1px solid #d6d6d6;
	margin-bottom:20px;
	position:relative;
}
figure img{
	float:left;
}
figure figcaption{
	position:absolute;
	bottom:0px;
	margin-bottom:-5px;
	width:170px;
}

figure figcaption a{
	left:0;
	position:absolute;
	-webkit-transition: color 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
figure figcaption a:hover{
	text-decoration:none;
	color:#343434;
}
figure figcaption a span{
	display:none;
	position:absolute;
}
figure figcaption a:hover span{
	display:inline;
}

/* ----margin---- */
.marginLeft{
	margin-left:30px;
}
.marginRight{
	margin-right:30px;
}

/* ----float---- */
.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}

/* ----testimony---- */
.testimony blockquote{
	background:url(../images/quote.jpg) no-repeat left .4em;
	float:right;
	width:530px;
	padding-left:30px;
}
.testimony figure{
	float:left;
}
.testimony blockquote p{
	font-size:18px;
	font-style:italic;
	color:#8c8c8c;
	line-height:24px;
	margin-top:10px;
}
.testimony blockquote cite{
	display:block;
	font-size:17px;
}
.says{
	clear:both;
	margin-bottom:20px;
}

/* ----list---- */
.list{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}
.list li{
	display:inline;
	margin-right:44px;
	float:left;
	margin-bottom:17px;
}
.list li.last{
	margin-right:0px;
}

/* ----nerdy skills---- */
.skills{
	padding:0; 
	margin:0;
	position:relative;
}
.skills li{
	padding:10px;
	border-bottom:3px solid #d5e7f3;
	list-style:none;
	font-weight:normal;
	color:#575757;
	font-family: "LeagueGothicRegular", Arial, Helvetica, sans-serif;
	font-size:27px;
	
	text-transform:uppercase;
}
.skills li span{
	position:absolute;
	right:0;
	font-weight:normal;
}
.bar_100, .bar_90, .bar_80, .bar_70, .bar_60, .bar_50, .bar_40, .bar_30, .bar_20, .bar_10{
	background:url(../images/bar_graph.gif) repeat-x right .3em;
	height:20px;
}
.bar_100{ width:300px; }
.bar_90{ width:270px; }
.bar_80{ width:240px; }
.bar_70{ width:210px; }
.bar_60{ width:180px; }
.bar_50{ width:150px; }
.bar_40{ width:120px; }
.bar_30{ width:90px; }
.bar_20{ width:60px; }
.bar_10{ width:30px; }
.skills li .percent{
	position:absolute;
	left:-40px;
}
/* ----social sites icons---- */
.social_wrapper{
	float:left;
	width:100%;
	padding:20px 0;
	margin-bottom:20px;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
}
.social_wrapper h3{
	margin-bottom:0px;
	float:left;
}
.social{
	padding:0;
	margin:7px 0 0 0;
	float:right;
	width:370px;
}
.social li{
	text-indent:-9999999px;
	display:block;
	float:left;
	margin:0 4px;
}

.social li.dribble a{
	background:url(../images/icon_dribble.png) no-repeat;
	width:29px;
	height:29px;
	display:block;
}
.social li.twitter a{
	background:url(../images/icon_twitter.png) no-repeat;
	width:29px;
	height:29px;
	display:block;
}
.social li.lastfm a{
	background:url(../images/icon_lastfm.png) no-repeat;
	width:29px;
	height:29px;
	display:block;
}
.social li.facebook a{
	background:url(../images/icon_facebook.png) no-repeat;
	width:29px;
	height:29px;
	display:block;
}
.social li.location a{
	background:url(../images/icon_location.png) no-repeat;
	width:29px;
	height:29px;
	display:block;
}
.social li.forrst a{
	background:url(../images/icon_forrst.png) no-repeat;
	width:29px;
	height:29px;
	display:block;
}
.social li a{
	opacity:.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social li a:hover{
	opacity:1;
}


/* ----form---- */
form {
	margin-bottom:40px;
}
form input, form textarea{
	background:url(../images/input_bg.gif) repeat-x top left;
	padding:15px 15px;
	font-size:18px;
	
}



#name, #email, #url, #message{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#575757;
}
input{
	width:200px;
	border:1px solid #ccc;
}
#message{
	width:90%;
}
.button, .button_a{
	width: 237px;
	height: 47px;
	background:url(../images/button.gif) no-repeat 10px .4em;
	border: 0;
	text-transform:uppercase;
	font-family:"LaneNarrowRegular", Arial, Helvetica, sans-serif;
	color:#fff;
	text-shadow: #b04d35 1px -1px 0px;
}

.button_a{
background:url(../images/button_a.jpg) no-repeat 10px 0px;
padding-top:13px;
width:467px;
}
.button_a a{
font-size:15px;
color:#fff;
text-decoration:none;
display:block;
}

.button_c a{
font-size:15px;
color:#fff;
text-decoration:none;
display:block;
float: right;
width: 227px;
padding-left: 7px;
background:url(../images/create.png) no-repeat 10px 0px;
padding-top:13px;
height: 30px;
}

.button:hover{
	text-shadow: #7d271a 0px 1px 0px;
}

/* ----copyright---- */
.copyright{
	margin-top:100px;
	padding-top:10px;
	float:left;
	width:100%;
	background:url(../images/line_border.gif) repeat-x;
}
.copyright small{
	font-size:11px;
}
.copyright a{
	color:#b5b5b5;
	text-decoration:none;
	font-weight:bold;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.copyright a:hover{
	color:#616161;
	text-decoration:underline;
}

#sidebar div{
padding-right:15px;
}

#sidebar .left_text{
text-align:justify;
}

#sidebar .left_login{
margin-top:40px;
FONT-SIZE: 20px;
font-weight: bold;
}.btn{
text-align:right;}


#sidebar .left_login p {
text-align:center;
}
.reg{
font-size:12px;
margin:0px;
}

#sidebar .left_social{
text-align:right;
margin-top:70px;
}

#sidebar .left_social p{
font-size:20px;
text-align:center;
border-bottom:1px solid #ccc;
}

.contact{
border-bottom:1px solid #ccc;
padding:7px;
}

.con{
text-align:right;
}

.footer{
border-top:1px solid #ccc;
padding:7px;
margin-top:50px;
}

.footer .create{
float:right;
}
.footer .create a{
color:#4b4b4b;
text-decoration:none;
font-weight:bold;
}


.row{
margin:15px 0; 
min-height:55px;
padding-right:px;
float: left;
width: 100%;
}

.row input, .row textarea,  .row select{
float:right;
}

 .row select{
 width:200px;
 
 }
 
 
.main_con{
padding-top:25px;
padding-left:0px;
}

.main_con h1{
font-size:auto !important;
}


.tbl_miles td{
padding:7px;
}

.miles_title td{
border-bottom:1px solid #ccc;
padding:15px;
}

.LEFT-NUM{
padding-left:35px;
text-align:center;
margin-top:20px;
font-size:19px!important;
}
.LEFT-NUM b{
font-size:12px!important;
}


.not-miles{
margin:15px 0;
background-color:#FAE2EA;
color:#000;
padding:15px;
float: left;
width: 870px;
}

.bonus {
text-align:center;
font-weight:bold;
margin-top:25px;
height: 50px;
margin-bottom: 25px;
}

.items th{
font-size:12px;
}

.ban-form .row{

}

.ban-code{
text-align:center;
}
.ban-code img{
max-width:150px;
}

#banners-grid{
font-size:13px;
text-align:center;
}

.ban_root{
margin:15px;
float: left;
width: 100%;
}



#carousel{
    width: 670px;
    height: 400px; 
	overflow: hidden;
	margin: 25px auto;
}
#track{
    width:1340px;
    position:relative;
}
#track .ban_root{
    width: 670px;
    height: 400px;
    float:left;
    position:relative;
	margin: 0px!important;
}

#track .ban_root img{
width: 670px;
}


#ban_2_1{
margin:15px;
border-top:none;
}


#ban_3_1 {

}

.tbl_con p{
padding:0;
height:auto;
margin:0;
}
.button-column{
vertical-align:center;
}


.dd{
text-align:right;
margin-bottom:0px;
}

.enter{
font-size: 18px;
border-top: 1px solid #CCC;
padding-top: 5px;
}


.EMAILLEFT{
font-size:10px;
margin-top: -15px;
}



/* 31.07.2013 */
.errorMessage {
margin-top: 55px;
background-color:#FAE2EA;
padding:5px;
}

.result{
border:1px solid #FFF;
border-bottom:0px;
width:100%;
border-collapse:collapse;
}

.result td{

}

.result .tit td{
font-size:11px;
color: #FFF;
background: url("bg.gif") repeat-x scroll left top #FFF;
}

.odd{
background: #E5F1F4;
}

.even{
background: #F8F8F8;
}
.result tr:hover{
background: #ECFBD4;
}


.trr{
display:none;
color:red;
font-size:12px;
}

.err a{
color:red;
font-size:12px;
}

.ok{
color:green;
font-size:12px;
}


#mposter{
position: fixed;
z-index: 1000;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
top: 0;
left: 0;
}



/*sssssssssssssssssssssssssssssss*/


#mposter{
position: fixed;
z-index: 1000;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
background:url("../images/mposterbg.png");
top: 0;
left: 0;
}

#mcon {
width: 750px;
background-color: #FFF;
margin: 35px auto;
border-radius: 2px 2px 0 0;
padding-bottom:35px;
text-align:justify;
}

.mtext{
overflow: auto;
}
#head {
background:url("../images/menubg.png");/*background-color: #E29A3E;*/
border-radius: 2px 2px 0 0;
color:#fff;
padding:15px 5px 15px 15px;
}

#ximg{
padding: 16px;
float: right;
margin-top: -11px;
margin-right: -5px;
cursor: pointer;
}

#ximg:hover{
background-color:#971717;
}
.mtext {
padding: 7px 15px;
}

.top-btn_root{
margin-top: 5px;
width: 100%;
white-space: nowrap;
overflow: hidden;
background: url("../images/menubg.png");

}
.top-btn{
display: *inline;
display: inline;
display: inline-block;
padding: 14px 14px;
text-align: center;
    width: 150px;
}

.top-btn a {
display: block;
text-decoration: none;
color: #FFF;
border-right: 1px solid #FFF;
padding-right: 28px;
}

.top-btn a:hover{
color:#E6A77D;
}


.vhod{
font-size: 19px;
}

.visa {
font-style: italic;
font-size: 15px;
}

.visa p{
margin: 5px 0 5px 0;
}

#yt3{

}

#Miles_file{
width:auto !important;
}

#Miles_email{
width:340px !important;
}

.button-column a img {
margin: 7px 0;
}



#mcon .item{
display:none;
}


.sl{
text-align:center;
white-space:nowrap;
width:720px;
overflow:hidden;
}

.it {
display: *inline;
display: inline;
display: inline-block;
width: 100%;
vertical-align: top;
}



div.prev a, div.next a{
width: 100%;
height: 100%;
display: block;
}
div.prev, div.next{
position: fixed;
z-index: 100;
cursor: pointer;
width: 50px;
}


div.next{
margin-left:670px;
}

div.next a, .sb_next{
background: url("../images/btnhovright.png") no-repeat center 50%;
margin-left: 15px;
}

div.prev a, .sb_prev{
background:url("../images/btnhovleft.png") no-repeat center 50%;
margin-left: -15px;
}

div.next a:hover, .sb_next:hover{
background:url("../images/btnright.png") no-repeat center 50%;
}

div.prev a:hover, .sb_prev:hover{
background:url("../images/btnleft.png") no-repeat center 50%;
}


.docxtd{
max-height: 250px;
display: block;
overflow: hidden;
}

.NUMBERLEFT{
color:#cc0000;
font-weight:bold;
}
#link4{
border-right:none!important;
}

#ph_num {
width: 90px;
}
.dphone input {
width: 125px;
}

#ph_code {
width: 30px!important;
}

.dphone{
float: right;
}

.dphone span {
font-size: 19px!important;
padding-top: 17px!important;
float: left!important;
}

.row label {
float: left;
}

.errorSummary p {
margin: 3px 0;
}
.errorSummary ul {
margin: 0px;
padding-left: 40px;
}
.errorSummary {
background: #EEC7C7;
border: 1px solid #D38989;
padding: 7px;
font-size: 12px;
}

.yes p {
margin: 0px;
}
.yes {
background: #C2E0BE;
border: 1px solid #74C56A;
font-size: 12px;
padding: 7px;
margin: 7px 0px;
}

.ui-datepicker {
font-size: 12px;
}


.otchet .button{
width: 227px!important;
}

td.idtd {
width: 50px;
text-align: center;
}

a.topbtn {
float: right;
color: #2262AB;
font-size: 13px;
margin-bottom: -25px;
display: block;
}


.dphone select {
width: 200px;
float: left!important;
padding: 15px 15px 16px;
border-right: 0px;
}


.sb_prev, .sb_next{
display: none;
position: absolute;
z-index: 15;
width: 44px;
height: 47px;
}

.sb_prev{
margin: 5px 0px 0px 5px;
}

.sb_next{
margin: 5px 0px 0px 622px;
}

#carousel:hover .sb_prev, #carousel:hover .sb_next{
display: block;
}