﻿﻿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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration:none;
}

strong
{
font-weight:bold;
}

a
{
color:#1F76B5;
}

a:hover
{
text-decoration:underline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body
{
background:#fff;
font-family:Arial, Helvetica, sans-serif;
-webkit-text-size-adjust: 100%;
width:1260px;
}

/* GRID */

.header
{
display:block;
position:relative;
background:#fff;
box-shadow:0 5px 3px -3px rgba(0,0,0,.11);
height:30px;
border-bottom:1px solid #ccc;
font-size:9pt;
letter-spacing:0.03em;
text-align:right;
min-width:1024px;
}

.limiter
{
max-width:1260px;
padding:0 10px;
}

.signin
{
display:inline-block;
line-height:28px;
margin:0 6px;
float:left;
}

.signin span
{
border-left:1px solid #888;
margin:0 10px;
font-size:7pt;
position:relative;
top:-1px;
right:-1px;
}

nav
{
line-height:20px;
padding:0;
margin:0 15px;
}

nav ul li 
{
display:inline-block;
cursor:pointer;
}

nav ul li span
{
display:none;
}

nav ul li a
{
color:#333;
margin:0 10px 0 14px;
display:inline-block;
line-height:20px;
position:relative;
top:-4px;
}

nav ul li a:hover
{
text-decoration:none;
}

nav ul li a img
{
display:inline-block;
position:relative;
top:8px;
left:-1px;
}

nav ul li:hover a
{
color:#1F76B5;
}

nav ul li:hover span
{
display:block;
position:absolute;
z-index:9000;
}

nav ul li span
{
text-align:left;
border:1px solid #ddd;
width:180px;
background:#fff;
padding:0 0 0;
box-shadow:5px 8px 10px rgba(0,0,0,.2);
border-radius:0 0 3px 3px;
}

nav ul li span:before
{
content:'';
height:25px;
border:1px solid #ddd;
border-bottom:0;
position:absolute;
top:-26px;
left:-1px;
border-top:0;
box-shadow:0 -2px #509DD4, 2px 0 #ccc;
border-radius:3px 3px 0 0;
}

nav ul li span:after
{
content:'';
height:3px;
width:70px;
border-bottom:0;
position:absolute;
background:#fff;
top:-1px;
left:0px;
}

.my:before, .my:after
{
width:70px;
}

.sell:before, .sell:after
{
width:45px;
}

.community:before, .community:after
{
width:87px;
}

.cs:before, .cs:after
{
width:126px;
}


nav ul li span a
{
display:block;
color:#777!important;
margin:10px;
}

nav ul li span a:hover
{
text-decoration:underline;
}






.searchbar
{
max-width:1280px;
padding:0 15px;

}

.logo
{
display:inline-block;
position:relative;
top:-5px;
}

.logo .logogo
{
display:block;
font-size:50px;
letter-spacing:-3px;
font-family:verdana;
font-weight:1000;
}

.red
{
color:#DB662C;
letter-spacing:-8px;
}

.blue
{
color:#4D73DB;
}

.yellow
{
color:#F2CB30;
}

.green
{
color:#20C942;
}

.logo a:hover
{
text-decoration:none;
}

.drop
{
display:inline-block;
position:relative;
top:-5px;
}

.dropd
{
width:70px;
font-size:14px;
top:5px;
line-height:15px;
display:block;
color:#666;
margin:0 10px;

}

.drop li:hover .dropd
{
text-decoration:none;
color:#1F76B5;
}

.dropd span
{
display:inline-block;
left:5px;
top:-5px;
position:relative;
}

.dr
{
display:none;
position:absolute;
text-align:left;
border:1px solid #ddd;
width:180px;
background:#fff;
padding:0 0 0;
box-shadow:5px 8px 10px rgba(0,0,0,.2);
border-radius:0 0 3px 3px;
z-index:9000;
margin-top:8px;
}

.drop li:hover .dr
{
display:block;
}

.dr:before
{
content:'';
height:43px;
border:1px solid #ddd;
border-bottom:0;
position:absolute;
top:-43px;
width:80px;
left:-1px;
border-top:0;
box-shadow:0 -2px #509DD4, 2px 0 #ccc;
border-radius:3px 3px 0 0;
}

.dr:after
{
content:'';
height:3px;
width:80px;
border-bottom:0;
position:absolute;
background:#fff;
top:-1px;
left:0px;
}


.dr a
{
display:block;
color:#777!important;
margin:10px;
}

.dr a:hover
{
text-decoration:underline;
}

.search
{
display:inline-block;
position:relative;
top:-11px;
}

.sb
{
border:1px solid #ccc;
border-radius:3px;
width:650px;
font-size:16px;
color:#888;
line-height:40px;
display:inline-block;
height:42px;
position:relative;
top:1px;
padding:0 10px;
}

.sl
{
display:inline-block;
}

.search select
{

padding:10px;
border:1px solid #ccc;
position:relative;
left:-7px;
height:42px;
width:200px;
}

.seab
{
width:90px;
display:inline-block;
position:relative;
line-height:40px;
border-radius:3px;
border:1px solid #ddd;
height:40px;
text-align:center;
background:#fafafa;
}

.seab:hover
{
text-decoration:none;
border:1px solid #bbb;
}

.adv
{
margin-left:10px;
font-size:13px;
color:#666;
}

.adv:hover
{
text-decoration:none;
color:#1F76B5;
}

.navigation
{
margin:0 20px;
font-size:10px;
font-family:verdana;
}

.navigation img
{
position:relative;
margin-right:5px;
top:5px;
}

.navigation span
{
border-left:1px solid #888;
margin:0 10px;
font-size:7pt;
position:relative;
top:-1px;
right:-1px;
}

.firstlink
{
margin-left:10px;
}

.body
{
height:400px;
margin:20px 20px 40px;
overflow:hidden;
}

.first
{
display:inline-block;
float:left;
}

.imgw
{
height:380px;
width:380px;
background:#fff;
text-align:center;
display:block;
overflow:hidden;
border:1px solid #eee;
}

.first img
{
display:block;
margin:40px auto;
width:300px;
}

.second
{
display:block;
margin-left:390px;
}

.second h1
{
font-size:19px;
font-weight:bold;
font-family:"Trebuchet MS";
margin:0 10px;
padding:0 0 10px;
border-bottom:1px solid #ccc;
}

.condition
{
margin:10px 40px;
font-size:13px;
color:#555;
}

.condition strong
{
color:#000;
}

.condition span
{
display:block;
font-size:11px;
margin:3px 0;
}

.condition span strong
{
color:#555;
}

.price
{
background:#ededed;
font-size:13px;
color:#555;
margin:10px 10px;
display:inline-block;
width:380px;
padding:20px 30px;
}

.price strong
{
color:#000;
font-size:16px;
}

.price a
{
display:inline-block;
height:40px;
line-height:40px;
width:110px;
background:#ccc;
text-align:center;
background:#4D73DB;
color:#fff;
font-weight:bold;
margin-left:80px;
border-radius:3px;
font-family:"Trebuchet MS";
font-size:16px;
background: #449fe5; /* Old browsers */
background: -moz-linear-gradient(top,  #449fe5 0%, #1e5799 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#449fe5), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #449fe5 0%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #449fe5 0%,#1e5799 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #449fe5 0%,#1e5799 100%); /* IE10+ */
background: linear-gradient(to bottom,  #449fe5 0%,#1e5799 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#449fe5', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
}

.price a:hover
{
text-decoration:none;
background: #68aee8; /* Old browsers */
background: -moz-linear-gradient(top,  #68aee8 0%, #1e5799 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68aee8), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #68aee8 0%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #68aee8 0%,#1e5799 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #68aee8 0%,#1e5799 100%); /* IE10+ */
background: linear-gradient(to bottom,  #68aee8 0%,#1e5799 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68aee8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
}

.third
{
background:#fafafa;
width:300px;
float:right;
padding:10px;
margin:60px 10px;
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 15%, #ffffff 86%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(15%,#ffffff), color-stop(86%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ffffff 15%,#ffffff 86%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f2f2f2 0%,#ffffff 15%,#ffffff 86%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f2f2f2 0%,#ffffff 15%,#ffffff 86%,#ededed 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f2f2f2 0%,#ffffff 15%,#ffffff 86%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
border:1px solid #ddd;
}

.third span
{
display:block;
font-size:12px;
}



.top, .login
{
color:#3B51DB;
font-size:13px!important;
font-weight:bold;
font-family:arial;
}

.top 
{
font-family:"Trebuchet MS";
font-size:16px!important;
font-weight:bold;
}

.login
{
position:relative;
top:-5px;
}

.login img
{
position:relative;
top:8px;
}

.feedback
{
font-size:14px!important;
margin:5px 0;
}

.entypo-check
{
display:inline-block!important;
color:green;
padding-right:10px;
font-size:18px!important;
}

.third .link
{
margin:10px 0;
padding:10px 0;
border-top:2px dotted #ccc;
}

.third .link a
{
display:block;
color:#3B51DB;
font-size:13px;
margin:10px 0 0;
}

.cvitself
{
clear:both;
margin:20px 20px;
border-top:1px solid #ccc;
}

.cvitself .tab
{
display:inline-block;
border:1px solid #ccc;
border-bottom:1px solid #fff;
padding:10px;
position:relative;
top:-38px;
background:#fff;
font-weight:bold;
cursor:pointer;
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 15%, #ffffff 86%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(15%,#ffffff), color-stop(86%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ffffff 15%,#ffffff 86%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f2f2f2 0%,#ffffff 15%,#ffffff 86%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f2f2f2 0%,#ffffff 15%,#ffffff 86%,#ededed 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f2f2f2 0%,#ffffff 15%,#ffffff 86%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
border-bottom:1px solid #ccc;
}

.active
{
background:#fff!important;
border-bottom:1px solid #fff!important;
cursor:default!important;
}

.cve
{

}

/* CV */


.summary, .experience
{
font-size:14px!important;
}

.summary a
{
color:#E0491B;
}

.summary i
{
font-style:italic;
color:#000;
}

.summary a:hover
{
border-bottom:1px dotted #E0491B;
}

.out:hover
{
border-bottom:1px solid #E0491B!important;
}





.block
{
padding:30px;
font-size:13px;
color:#000;
line-height:2em;
}

.block p
{
font-size:40px;
margin:20px 0 40px;
color:#000;
font-family:"Segoe UI Light",Helvetica,Arial,sans-serif;
}

.block span
{
display:block;
}

.block span span
{
display:inline-block;
margin-right:5px;
color:#999;
transition:all .2s;
}

.job i
{
font-size:0.9em!important;
}

.job a
{
color:#E04C1B;
border-bottom:1px solid transparent;
}

.block span:hover span
{
color:#1BE06D;
}

.company
{
font-size:1.5em;
}

.dates
{
font-size:0.9em;
}

.job
{
font-size:1.2em;
}

.duties
{
font-size:1.2em;
}


.list
{
font-size:1em;
}

.more
{
display:none;
}

.sm
{
margin-bottom:30px;
display:inline-block;
color:#E04C1B;
height:20px;
padding:0!important;
border-bottom:1px dotted transparent;
}

.sm:hover
{
border-bottom:1px dotted #E04C1B;
}

.job a:hover
{
border-bottom:1px solid #E04C1B;
}

.picbox
{
overflow:hidden;
padding-bottom:0px;
}

.picbox span
{
display:block;
background:#f1f1f1;
border-radius:3px;
box-shadow:0 1px 5px rgba(0,0,0,.1) inset;
padding:5px;
height:150px;
margin:4px 4px 0 0;
width:150px;
overflow:hidden;
transition:all .2s;
float:left;
}

.picbox span:hover
{
background:#1BE06D;
background:rgba(27,224,109,.5);
}

.picbox img
{
max-width:330px;
}


.clear
{
clear:both;
display:block;
float:left;
}