/* -------------------------------------------------------------- 
   
    2010, GrandRating, www.grandrating.com
      
-------------------------------------------------------------- */

*
{
	font-size: 100.01%;
}

html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th
{
	margin: 0;
	padding: 0;
}

html, body
{
	height: 100%;
}

body
{
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-size: 16px;
	margin: 0 auto;
	padding: 0;
}


/*------------------------------------------------------------------------*/
/* BEGIN Typography */
a
{
	color: #5571A4;
}

a:active
{
	color: #ED1C24;
}

a:visited
{
	color: #AB7EA4;
}

a:hover
{
	color: #CB2B2B;
}

p, address, blockquote, table
{
	margin: 14px 0;
	line-height: 19px;
}

address
{
	font-style: normal;
}

small
{
	font-size: 12px;
}

big
{
	font-size: 21px;
}

hr
{
	border: 0 hidden;
	border-top: 1px solid #939598;
	height: 0;
}

sup, sub
{
	font-size: 10px;
}

abbr
{
	border-bottom: none;
}

blockquote
{
	background: url("../../images/quote.png") no-repeat scroll 0 10px transparent;
	font-style: italic;
	color: #636466;
	padding: 7px 0 2px 45px;
	position: relative;
}

blockquote.alert
{
	background: url("../../images/alert.png") no-repeat scroll 0 10px transparent;
	font-style: italic;
	color: #636466;
	margin: 0;
	padding: 5px 0 2px 45px;
	position: relative;
	display: none;
}

blockquote.small-alert
{
	background: url("../../images/alert-small.png") no-repeat scroll 0 6px transparent;
	margin: 0;
	padding: 7px 0 12px 25px;
	position: relative;
	display: none;
}

blockquote.small-alert p
{
	font-size: 14px;
	font-style: italic;
	color: #636466;
	margin: 0;
}

.fc
{
	padding-top: 0;
	margin-top: 0;
}

.clear-indent
{
	margin: 0;
	padding: 0;
}

.clear
{
	clear: both;
}


/*----------------------------------*/
/* headers */

h1
{
	font-size: 36px;
	line-height: 43px;
	margin: 72px 0 27px 0;
	font-weight: normal;
	font-style: italic;
	color: #5571A4;
}

h2
{
	font-size: 29px;
	line-height: 35px;
	margin: 35px 0 20px 0;
	font-weight: bold;
	font-style: italic;
}

h3
{
	font-size: 22px;
	line-height: 26px;
	margin: 35px 0 17px 0;
	font-weight: bold;
}

h4
{
	font-size: 16px;
	line-height: 19px;
	margin: 31px 0 14px 0;
	font-weight: bold;
	font-style: italic;
}

h5
{
	font-size: 14px;
	line-height: 17px;
	margin: 28px 0 14px 0;
	font-weight: bold;
	font-style: normal;
	color: #808285;
}

h6
{
	font-size: 14px;
	line-height: 17px;
	margin: 28px 0 14px 0;
	font-weight: bold;
	font-style: italic;
	color: #808285;
}

p.subheading
{
	font-size: 18px;
	font-style: italic;
	color: #636466;
	margin-bottom: 34px;
}

h1 + p.subheading
{
	margin-top: -25px;
}

h2 + p.subheading
{
	margin-top: -18px;
}

h1:first-child, h2:first-child, h3:first-child
{
	margin-top: 0;
}

h1.first-child, h2.first-child, h3.first-child
{
	margin-top: 0;
}

/* h1 + h2, h1 + h3 {
    margin-top: 0 !important;
} */

/* h1 + h2, h1 + h3, h1 + h4, h2 + h3, h2 + h4, h3 + h4, h3 + h5  {
    margin-top: 0 !important;
} */


/*----------------------------------*/
/* Lists */

ul
{
	margin: 14px 0 14px 24px;
	list-style-type: none;
}

ul li
{
	padding-left: 15px;
}

ul li, ol li
{
	line-height: 19px;
	margin: 3px 0;
}

li ol
{
	margin: 0 0 0 20px;
}

li ul
{
	margin: 0 0 0 9px;
}

ol
{
	margin: 0 0 0 35px;
}

dl
{
	margin: 14px 0;
}

dl dt
{
	margin: 12px 0 4px 0;
	font-style: italic;
	color: #636466;
}

dl dd
{
	margin: 0 0 0 15px;
}

dd dl
{
	margin: 0 0 0 15px;
}


/* mdash list */

ul li
{
	list-style-type: none;
	text-indent: -23px;
}
ul li:before
{
	content: '\2014\a0  ';
}

/*----------------------------------*/
/* Tables */

table
{
	text-align: left;
	border: none;
	border-spacing: 0;
}

table caption
{
	color: #939598;
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
	padding: 0 0 0 5px;
	margin: 10px 0;
	text-align: left;
}

td, th
{
	border: none;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

table th
{
	border-bottom: 1px solid #939598;
	font-weight: bold;
	padding: 3px 5px 5px 5px;
}

table th .comment
{
	color: #939598;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	padding: 10px 0 3px 0px;
}

table td
{
	padding: 3px 20px 3px 5px;
}

tfoot td
{
	margin-top: 100px;
}


tfoot td
{
	border-top: 1px solid #939598;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	text-align: left;
}

/*----------------------------------*/
/* Images */

img
{
	margin: 21px 0;
	border: 0;
	display: block;
}

p.img-holder
{
	font-size: 12px;
	font-style: italic;
	color: #939598;
}

p img
{
	margin: 21px 0 5px 0;
}

p.img-holder.left
{
	float: left;
	margin-right: 21px;
}

p.img-holder.right
{
	float: right;
	margin-left: 21px;
}

p.img-holder.center
{
	margin: 0 auto;
	text-align: center;
}

img.left
{
	float: left;
	margin-top: 21px;
	margin-right: 21px;
	margin-bottom: 21px;
}

img.right
{
	float: right;
	margin-top: 21px;
	margin-left: 21px;
	margin-bottom: 21px;
}

img.center
{
	margin: 0 auto;
	text-align: center;
}

/*----------------------------------*/
/* Forms */


form
{
	margin: 0;
	padding: 0;
}

form .form-row
{
	margin: 32px 0;
}

form .form-row:first-child
{
	margin-top: 0;
}

form .form-row .width-wrap
{
	padding-right: 8px;
}

form .form-row:first-child
{
	margin-top: 0;
}

form .form-row:last-child
{
	margin-bottom: 0;
}

form label
{
	font-size: 14px; /* font-style: italic; */
}

form label.caption
{
	padding-bottom: 5px;
	display: block;
	font-weight: bold;
}

form input
{
	margin: 0;
	padding: 0;
}

form input[disabled], form textarea[disabled]
{
	background: #F1F1F1 url('../../images/input-disabled-background.png') no-repeat !important;
	border: 1px solid #F1F1F1;
}

form input, form select, form textarea
{
	color: #636466;
}


form input.text, form select, form textarea
{
	padding: 5px;
}

form input.check
{
	vertical-align: middle;
	padding: 3px;
	height: 20px;
}

form input.wide, form select.wide, form textarea.wide
{
	margin: 0;
	width: 100%;
}

form input.required, form select.required, form textarea.required
{
	border: 1px solid #ED1847;
}

form .hide
{
	display: none;
}

form span.required
{
	color: #ED1847;
}


textarea
{
	font-family: Arial, sans-serif;
}

form .form-buttons input
{
	font-size: 21px;
	color: Black;
	line-height: 40px;
	padding: 4px 10px;
}

form .form-buttons.right
{
	float: right;
}

form .form-buttons .button-alternate
{
	margin-left: 25px;
}

.completition-example
{
	font-size: 14px;
	color: #636466;
	margin: 3px 0;
}

.completition-example.right
{
	float: right;
	margin: 0;
}

.completition-example small
{
	font-style: italic;
	color: #C7C8CA;
}

fieldset
{
	border: none;
}

fieldset legend
{
	font-size: 14px; /* font-style: italic; */
	font-weight: bold;
	padding-bottom: 14px;
}

em.required, label.required
{
	color: #ED1847;
}

p.required
{
	font-size: 14px;
	color: #ED1847;
}

blockquote.alert + .form-row
{
	margin-top: 14px;
}


/*----------------------------------*/
/* Entry specific */

.entry .entry-meta
{
	font-size: 12px;
	font-style: italic;
	color: #939598;
	margin-top: -15px;
	margin-bottom: 24px;
}

.entry .entry-meta .author
{
	font-weight: bold;
}

.entry .entry-meta .author a
{
	color: #939598;
	text-decoration: none;
}

.entry .entry-meta .author a:hover
{
	color: #CB2B2B;
	text-decoration: underline;
}

/*------------------------------------------------------------------------*/
/* END Typography */


#layout
{
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	min-width: 960px;
}

.fedra
{
	font-family: Fedra Serif B Pro;
	font-style: normal;
}

h1.fedra
{
	color: #000;
}

.header-maxwidth
{
	max-width: 1400px;
	margin: 0 auto;
}

.maxwidth
{
	max-width: 1400px;
	margin: 0 auto;
}

.header
{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

.header .header-wrapper
{
	top: 0;
	left: 4%;
	right: 4%;
	width: 92%;
	position: relative;
}

.header .header-content-wrapper
{
	left: 40px;
	top: 0;
	position: relative;
}

.header .logo
{
	position: absolute;
	left: 0;
	top: 15px;
}

.header-wrapper ul.menu
{
	list-style-type: none;
	position: absolute;
	right: 0;
	top: 55px;
	z-index: 1;
	margin: 0;
	padding: 0;
}

.header-wrapper ul.menu .selected
{
	font-size: 32px;
	color: #B1B3B6;
	line-height: 34px;
	margin-top: -9px;
}

.header-wrapper ul.menu .cloud
{
	position: relative;
}


.header-wrapper ul.menu sup.cloud
{
	background: url(../../images/cloud-icon-small.png) no-repeat;
	width: 31px;
	height: 24px;
	position: absolute;
	left: 26px;
	top: -23px;
}

.header-wrapper ul.menu li.selected sup.cloud
{
	background: url(../../images/cloud-icon-small-active.png) no-repeat;
	width: 31px;
	height: 24px;
	position: absolute;
	left: 108px;
	top: -12px;
}

.header-wrapper ul.menu li
{
	float: left;
	padding-left: 40px;
	text-indent: 0;
}

.header-wrapper ul.menu li:first-child
{
	padding-left: 0;
}

.header-wrapper ul.menu li:before
{
	content: '';
}

.header-wrapper ul.menu li a
{
	font-size: 14px;
}

.header-wrapper ul.menu li.fc
{
	padding-left: 0;
}

.header .title
{
	/*width: 60%; 	left: 0; 	top: 190px; 	height: 200px; 	position: absolute;*/
}
.header .title h1
{
	padding: 0;
	margin: 0;
	width: 80%;
	padding: 190px 0 28px 0;
	font-size: 36px;
	font-weight: normal;
	position: relative;
}

.header h1 sup.cloud
{
	background: url(../../images/cloud-icon-big.png) no-repeat;
	height: 40px;
	position: absolute;
	width: 54px;
	bottom: 60px;
	margin-left: -7px;
}

.header h1 a
{
	text-decoration: none;
	color: #000;
}

.header .backnav
{
	position: absolute;
	right: 40px;
	top: 205px;
}

.header .backnav a
{
	font-size: 14px;
	font-style: italic;
	color: #939598;
}

ul.submenu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.header ul.submenu
{
	position: absolute;
	right: 0;
	top: 200px;
}

.content ul.submenu
{
	height: 30px;
	padding: 65px 0 40px 0;
}

ul.submenu li
{
	text-indent: 0;
	float: left;
	font-size: 14px;
	padding: 0 0 0 20px;
}

ul.submenu li:first-child
{
	padding: 0;
}

ul.submenu li:before
{
	content: '';
}

ul.submenu li span
{
	color: #636165;
}

ul.submenu li.selected span
{
	background: url(../../images/submenu-sliding-left.png) no-repeat;
	padding: 3px 7px;
	color: #fff;
	padding: 0 0 0 8px;
	display: block;
	height: 23px;
	line-height: 22px;
}

ul.submenu li a
{
	color: #636165;
}

ul.submenu li.selected a
{
	background: url(../../images/submenu-sliding-right.png) no-repeat top right;
	padding-right: 8px;
	display: block;
	height: 23px;
	text-decoration: none;
}

/*----------------*/

.mainpage-header
{
	position: relative;
	background: url(../../images/paper-shadow.png) no-repeat 0 418px;
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

.mainpage-header .header-wrapper
{
	top: 0;
	left: 4%;
	right: 4%;
	width: 92%;
	height: 440px;
	position: relative;
}

.mainpage-header .header-content-wrapper
{
	left: 40px;
	top: 0;
	position: relative;
}

.mainpage-header .logo
{
	position: absolute;
	left: 0;
	top: 15px;
}

.mainpage-header .title
{
	width: 60%;
	left: 0;
	top: 190px;
	height: 200px;
	position: absolute;
}
.mainpage-header .title h1
{
	margin: 0;
	position: absolute;
	font-size: 36px;
	font-weight: normal;
	padding: 0;
}

.mainpage-header .hands
{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 400px;
	max-width: 550px;
}

.mainpage-header .mike-right-hand
{
	width: 208px;
	height: 254px;
	background: url(../../images/mike-right-hand.png) no-repeat;
	position: absolute;
	top: 0;
	right: -10px;
}

.mainpage-header .mike-left-hand
{
	width: 245px;
	height: 289px;
	background: url(../../images/mike-left-hand.png) no-repeat;
	position: absolute;
	top: 210px;
	left: -5px;
}

.mainpage-header .brief
{
	left: 250px;
	margin-left: -93px;
	padding-left: 20%;
	position: absolute;
	top: 230px;
}

.brief h4
{
	margin: 0;
	padding: 0;
}

.brief h4 a
{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #F7901E;
	font-style: italic;
	font-weight: normal;
	display: block;
}

.brief em
{
	margin: 0;
	font-size: 14px;
	color: #939598;
	display: block;
	padding: 10px 0;
	display: block;
}

.brief small
{
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #C7C8CA;
	font-style: italic;
	display: block;
}

/* content */

.content
{
	padding: 0;
}

.content-wrapper
{
	/*position: relative; 	left: 4%; 	width: 92%; 	padding: 0; 	overflow: hidden;*/
	padding: 0 4%;
	width: 92%;
	overflow: hidden;
}


.content-wrapper2
{
	padding-left: 40px;
}

.content-wrapper2.main
{
	padding-top: 0px;
	overflow: hidden;
    position: relative;
}

.content .left-column
{
	float: left;
	color: #939598;
	position: relative;
	font-style: italic;
	font-size: 14px;
}

.content .left-column img
{
	margin: 0 0 10px 0;
	padding: 0;
}


.content .right-column
{
	width: 35%;
	float: right;
	margin-right: -350px;
	padding-right: 40%;
}

.content .right-column .text-block
{
	font-size: 16px;
}

.content .right-column small a
{
	font-size: 14px;
	font-weight: normal;
}

.content p.subheading
{
	margin: 0;
	font-size: 16px;
	font-style: italic;
	padding: 10px 0 0 0;
}

.content p
{
}

.content .project-address
{
	margin-top: -10px;
	font-style: italic;
}

.content .project-address.museum
{
	color: #939598;
}

.content .project-address a
{
	font-style: italic;
}

.content .text-block p:first-child
{
	margin-top: 0;
	padding-top: 0;
}

.content p a
{
	font-style: normal;
}

.content h4
{
	color: #000;
	margin-top: 35px;
}

.blog
{
}

.blog h1 a
{
	text-decoration: none;
}

.blog #container
{
	padding-right: 30%;
}

.blog #container.main
{
	float: left;
	width: 70%;
	padding-right: 0;
}

.blog .sidebar
{
	float: right;
	width: 30%;
}

.blog .sidebar div
{
	float: right;
}

.blog .sidebar h3
{
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	margin: 0 0 10px 0;
}

.blog .sidebar ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.blog .sidebar ul li
{
	margin: 0 0 5px 0;
	padding: 0;
	text-indent: 0;
}

.blog .sidebar ul li:before
{
	content: '';
}

.blog .sidebar ul li ul
{
	margin: 0 0 20px 10px;
}

.blog .sidebar .rss
{
	background: url(../../images/rss-icon-small.gif) no-repeat left 0;
	margin: 0 0 20px 0;
	display: block;
	padding: 2px 0 7px 35px;
	color: #F7901E;
	line-height: 20px;
}

.blog .sidebar ul li.current-cat span
{
	background: url("../../images/submenu-sliding-left.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	height: 23px;
	line-height: 30px;
	padding: 2px 5px 6px 8px;
}

.blog .sidebar ul li.current-cat a
{
	background: url("../../images/submenu-sliding-right.png") no-repeat scroll right top transparent;
	height: 32px;
	margin-left: -9px;
	padding-bottom: 3px;
	padding-right: 8px;
	padding-top: 2px;
	text-decoration: none;
}

.blog .entry
{
	margin-top: 50px;
}

.blog .entry:first-child
{
	margin-top: 0;
}

.blog .entry .entry-title h2
{
	margin-bottom: 30px;
	font-weight: normal;
}

.blog .entry .more-link
{
	margin: 30px 0;
	display: block;
}

.blog .entry .entry-utility
{
	color: #939598;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	margin: 20px 0;
}


.blog .entry .entry-utility a
{
	color: #939598;
	font-weight: normal;
	text-decoration: none;
}

.blog .entry .entry-utility a:hover
{
	color: #CB2B2B;
}

.blog .entry .entry-utility span
{
	line-height: 20px;
}

.blog .wp-pagenavi
{
	font-style: italic;
	border-top: solid 1px #939598;
	width: 400px;
	padding-top: 15px;
}

.wp-pagenavi a, .wp-pagenavi span
{
	margin: 2px;
	padding: 8px 5px;
	text-decoration: none;
}

.blog .wp-pagenavi .page
{
	color: #939598;
	margin: 23px 2px 2px 2px;
	padding: 3px 5px;
	text-decoration: none;
	float: left;
	display: block;
}

.blog .wp-pagenavi a.page:hover
{
	color: #CB2B2B;
	text-decoration: underline;
}

.blog .wp-pagenavi .page:first-child
{
	margin-left: 0;
	padding-left: 0;
}

.blog .wp-pagenavi .current
{
	color: #000;
	font-size: 36px;
	font-weight: bold;
	float: left;
	display: block;
}

.blog .wp-pagenavi .previouspostslink
{
	padding-left: 0;
	margin: 8px 15px 0 0;
	float: left;
	display: block;
}

.blog .wp-pagenavi .nextpostslink
{
	margin: 8px 0 0 15px;
	float: left;
	display: block;
}

.blog .figure-right-wrap
{
	float: right;
	margin-right: -250px;
	clear: right;
}
.blog #comments-title
{
	font-style: italic;
	margin: 0 0 50px 0;
}

.blog ol.commentlist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.blog ol.commentlist li.comment
{
	margin: 40px 0;
}

.blog ul.children
{
	list-style-type: none;
	margin: 40px 0 40px 50px;
	padding: 0;
}

.blog ul.children li
{
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.blog ul.children li:before
{
	content: '';
}

.blog .comment-author .avatar
{
	float: left;
}

.blog .comment-author sup.author
{
	color: #F7901E;
	margin-left: 10px;
	font-style: italic;
	font-size: 12px;
	background: url(../../images/pencil.png) no-repeat right 0;
	padding: 17px 32px 0 0;
}

.blog .author-wrapper
{
	padding-top: 20px;
}


.blog .comment-author .fn
{
	font-size: 16px;
	font-style: italic;
}


.blog .comment-meta
{
	margin: 7px 0 0 0;
}

.blog #comments .comment-meta a
{
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	color: #939598;
}

.blog #comments .comment-meta a:hover
{
	color: #CB2B2B;
}

.blog #comments img
{
	margin: 0 15px 0 0;
	padding: 0;
}

.blog #comments .comment-reply
{
}

.blog #comments a.comment-reply-link
{
	font-size: 12px;
	font-style: italic;
	color: #939598;
}

.blog #comments a.comment-reply-link:hover
{
	color: #CB2B2B;
}

.blog #respond
{
	margin-top: 30px;
}

.blog #respond h3
{
	font-style: italic;
}

.blog #commentform label
{
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
}

.blog #commentform .completition-example
{
	font-style: italic;
	color: #939598;
	font-size: 12px;
}

#slider
{
	width: 505px;
	overflow: hidden;
}
#slider ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#slider ul li
{
	width: 805px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#slider ul li:before
{
	content: '';
}

#text-slider
{
}
#text-slider ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#text-slider ul li
{
	margin: 0;
	padding: 0;
	text-indent: 0;
}

#text-slider ul li:before
{
	content: '';
}


.technology-list
{
	padding-left: 100px;
	padding-top: 20px;
}

.technology-list .col-left
{
	width: 45%;
	float: left;
}

.technology-list .col-left .number
{
	margin-left: -100px;
	font-size: 12px;
	color: #B1B3B6;
	float: left;
}

.technology-list .col-left .icon
{
	margin-left: -85px;
	padding-left: 20px;
	float: left;
	margin-top: -10px;
	width: 85px;
	height: 85px;
}

.technology-list .col-left .icon img
{
	margin: 0;
	padding: 0;
}

.technology-list .col-left .text
{
	float: left;
	padding-left: 20px;
}

.technology-list .col-right
{
	width: 50%;
	float: left;
}

.technology-list .row
{
	padding: 0;
	margin: 20px 0 0 0;
}

.technology-list h4
{
	margin-top: 0;
}

.technology-list .col-right h4
{
	margin-top: 20px;
}


.col-right .roles
{
	font-size: 12px;
	font-style: italic;
	color: #939598;
	margin-top: 20px;
}

.col-right .roles li
{
	margin-bottom: 5px;
}

.text-block
{
	margin: 30px 0;
}

.portfolio
{
	overflow: hidden;
	height: 0;
	margin-top: 50px;
}

.portfolio .item
{
	padding: 0 20px 35px 0;
	margin: 1px;
	background-color: #fff;
	height: 230px;
}

.portfolio .item p
{
	margin: 0 0 10px 0;
	text-align: center;
}

.portfolio .item a
{
	font-style: italic;
	font-size: 14px;
	color: #939598;
	text-decoration: none;
}

.portfolio .item img
{
	padding: 0;
	margin: 0;
}



.technology-cow
{
	position: relative;
	height: 400px;
}

.technology-cow p
{
	max-width: 700px;
	margin: 0;
	padding: 0;
}

.row
{
	padding: 40px 0 0 0; /*overflow: hidden;*/
}

.row h1.blog
{
	padding-top: 30px;
	float: left;
}

.row h1.blog
{
	padding-top: 35px;
	float: left;
	position: relative;
	display: block;
}

.row .rss
{
	float: right;
	background: url(../../images/rss-icon-small.gif) no-repeat right 0;
	padding: 0 35px 4px 0;
	margin-top: 40px;
	color: #F7901E;
	line-height: 20px;
}

.row h1
{
	padding: 0 0 20px 0;
	margin: 0;
}

.row-image
{
	font-size: 14px;
	font-style: italic;
	color: #939598;
	padding: 30px 0;
}

.row-image p
{
	margin: 0;
	padding: 0;
	text-align: center;
}

.right-column-image
{
	float: left;
	padding-left: 30px;
}

.right-column-image img
{
	margin: 0;
	padding: 0;
}

.blog-items img
{
	margin: 0;
	padding: 0;
}

.blog-items .left
{
	width: 280px;
	float: left;
}

.blog-items .center
{
	margin: 0 280px;
}

.blog-items .center img
{
	margin: 0 auto;
	display: block;
}

.blog-items .center p
{
	margin: 10px auto 0 auto;
	width: 280px;
	height: 20px;
	text-align: left;
}

.blog-items .right
{
	width: 280px;
	float: right;
}

ul.blog-items li.right img
{
	float: right;
}

ul.blog-items li img
{
	margin: 0;
	padding: 0;
}

ul.blog-items li:before
{
	content: '';
}


ul.blog-items li p
{
	font-style: normal;
	margin: 15px 0 0 0;
}

.navigation
{
	color: #939598;
	font-style: italic;
	padding-top: 40px;
}

.navigation-bottom-wrapper
{
	position: relative;
	left: 280px;
	padding-top: 20px;
}


.navigation .left-nav
{
	float: left;
	height: 50px;
	margin-top: -30px;
	margin-right: -3%;
	display: block;
}

.navigation .right-nav
{
	float: left;
}

.navigation-bottom
{
	border-top: 1px solid #939598;
	margin: 50px auto 0 auto;
	text-align: center;
	text-align: center;
	width: 40%;
	padding: 25px 0 0 0;
	color: #939598;
	font-style: italic;
	white-space: nowrap;
}

.navigation-bottom span
{
	margin: 0 30px;
}

ul.screenshots
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.screenshots li
{
	display: inline-block;
	padding: 3px;
	line-height: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0;
	text-indent: 0;
	vertical-align: bottom;
}

ul.screenshots li img
{
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
}

ul.screenshots li:before
{
	content: '';
}


ul.screenshots li.selected
{
	background-color: #FFFAC6;
}

.balloon-wrapper
{
	padding-left: 19px;
	position: relative;
	margin: 20px 0 50px -34px;
	overflow: hidden;
}

.balloon.empty
{
	margin-left: -38px;
	padding-left: 19px;
	position: relative;
	margin-top: 40px;
}

.ballon-empty-wrapper
{
	padding: 30px 0;
}

.balloon .container
{
	background: url(../../images/explain-baloon-bg.png) repeat-y;
	background-color: #FFFAC6;
	padding: 15px;
	overflow: hidden;
}

.balloon .container.half
{
	background: none;
	border: solid 2px #F3C536;
}

.balloon h4
{
	margin: 0 0 14px 0;
	padding: 0;
	color: #000;
	font-style: normal;
}

.balloon p
{
	margin: 5px 0;
	padding: 0;
	font-size: 14px;
	font-style: italic;
}

ins.balloon-pointer
{
	background: url(../../images/explain-baloon-pointer.png);
	position: absolute;
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
	top: 15px;
	left: 0;
}

ins.balloon-pointer.half
{
	background: url(../../images/explain-half-baloon-pointer.png);
	left: 1px;
	top: 20px;
}

ul.roles
{
	list-style-type: none;
	margin: 20px 0 30px 0;
	padding: 0;
}

ul.roles li:before
{
	content: '';
}

ul.roles li
{
	margin: 0 0 15px 0;
	padding: 0;
	text-indent: 0;
}

ul.roles small
{
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-style: italic;
	color: #939598;
	display: block;
}

/*h1
{
	position: relative;
}*/

.row h1 sup.cloud
{
	background: url(../../images/cloud-icon-big.png) no-repeat;
	height: 40px;
	position: absolute;
	right: -40px;
	top: 0px;
	width: 54px;
}

.technology
{
	margin: 0;
	padding: 0;
	height: 128px;
	display: block;
	position: relative;
	top: 52px;
}

.technology h1
{
	position: relative;
}

.technologies
{
	height: 120px;
	background: url(../../images/tech-banner-bg.png) repeat-y #FFFAC6;
	margin-left: -40px;
	padding-left: 40px;
}

.cow-head
{
	top: -52px;
	left: 50%;
	position: absolute;
	background: url(../../images/technology/dasha-smile.jpg) no-repeat;
	width: 294px;
	height: 128px;
}

.technologies ul
{
	list-style-type: none;
	padding: 20px 0;
	margin: 0;
}

.technologies ul li
{
	float: left;
	width: 11%;
	margin: 0;
	padding: 0;
	text-indent: 0;
	height: 85px;
}

.technologies ul li:before
{
	content: '';
}

.technologies ul li.plan
{
	background: url(../../images/technology/01-plan.png) no-repeat;
}

.technologies ul li.wireframing
{
	background: url(../../images/technology/02-wireframing.png) no-repeat;
}

.technologies ul li.design
{
	background: url(../../images/technology/03-design.png) no-repeat;
}

.technologies ul li.illustration
{
	background: url(../../images/technology/04-illustration.png) no-repeat;
}

.technologies ul li.text
{
	background: url(../../images/technology/05-text.png) no-repeat;
}

.technologies ul li.layout
{
	background: url(../../images/technology/06-layout.png) no-repeat;
}

.technologies ul li.programming
{
	background: url(../../images/technology/07-programming.png) no-repeat;
}

.technologies ul li.publishing
{
	background: url(../../images/technology/08-publishing.png) no-repeat;
}

.technologies ul li.goal
{
	background: url(../../images/technology/09-goal.png) no-repeat;
}

.functional
{
	background-color: #67686B;
	height: 186px;
	color: #DCDDDE;
	font-size: 12px;
	font-style: italic;
}

.functional ul
{
	list-style-type: none;
	padding: 20px 0;
	margin: 0;
}

.functional ul li
{
	float: left;
	width: 12%;
	margin: 0;
	padding: 0;
	text-indent: 0;
	text-align: center;
}

.functional ul li:before
{
	content: '';
}

.functional ul img
{
	margin: 0 auto 0 auto;
	padding-bottom: 15px;
	width: 80px;
	height: 80px;
}


.functional ul .pages
{
	background: url(../../images/cms/pages.png) no-repeat;
}

.functional ul .menu
{
	background: url(../../images/cms/menu.png) no-repeat;
}

.functional ul .teasers
{
	background: url(../../images/cms/teasers.png) no-repeat;
}

.functional ul .catalog
{
	background: url(../../images/cms/catalog.png) no-repeat;
}

.functional ul .categories
{
	background: url(../../images/cms/categories.png) no-repeat;
}

.functional ul .names
{
	background: url(../../images/cms/names.png) no-repeat;
}

.functional ul .language
{
	background: url(../../images/cms/language.png) no-repeat;
}

.functional ul .trash
{
	background: url(../../images/cms/trash.png) no-repeat;
}

ul.robolist
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 20px;
}

ul.robolist ul
{
	list-style-type: none;
	margin: 0 0 0 -7px;
	padding: 0;
	clear: both;
}

ul.robolist ul li
{
	float: left;
	margin-bottom: 15px;
}

ul.robolist ul li.number
{
	color: #B1B3B6;
	font-size: 12px;
	width: 10px;
	margin-left: -10px;
}

ul.robolist ul li.content
{
	padding-left: 15px;
}

ul.robolist li
{
	padding: 0;
	margin: 0;
	text-indent: 0;
}

ul.robolist li:before
{
	content: '';
}

ul.robolist li ul li:before
{
	content: '';
}

.left-column-wide
{
	float: left;
	max-width: 60%;
}

.stripe
{
	padding: 0;
	margin: 10px 0 0 0;
}

.footer
{
	position: relative;
	margin-top: 0px;
	height: 220px;
	font-style: italic;
	overflow: hidden;
	padding: 90px 0 0 0px;
}

.footer-wrapper
{
	left: 4%;
	right: 4%;
	width: 92%;
	position: relative;
}

.footer .contacts
{
	float: left;
	width: 34%;
	top: -17px;
	position: relative;
}

.footer .brief-column
{
	float: left;
	width: 55%;
	height: 200px;
}

.footer .brief-column-wrapper
{
	position: relative;
	width: 75%;
	max-width: 550px;
	height: 200px;
	left: 0;
}

.footer .one-hand-wrapper
{
	position: relative;
	width: 100%;
	max-width: 550px;
	height: 200px;
	left: 0;
}

.footer .brief
{
	position: absolute;
	left: 26%;
	top: -4px;
}

.footer .logo
{
	float: right;
	width: 14%;
}

.footer .logo img
{
	position: absolute;
	right: -10px;
	top: -15px;
	margin: 0;
	width: 86px;
	height: 83px;
}

.footer .logo small
{
	position: absolute;
	top: 90px;
	right: 0px;
	font-size: 10px;
}

.footer .contacts big
{
	font-size: 43px;
	color: #56A2BF;
	margin-left: -5px;
	margin-bottom: 5px;
	white-space: nowrap;
}

.footer .contacts small
{
	color: #939598;
	display: block;
	font-size: 16px;
	padding: 5px 0;
	margin-left: 3px;
}

.footer .contacts small.email
{
	display: block;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 0 0 0;
	margin-left: 4px;
}

.footer .contacts small a
{
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.footer .mike-left-hand
{
	width: 238px;
	height: 249px;
	background: url(../../images/footer-mike-left-hand.png) no-repeat;
	position: absolute;
	top: 0;
	left: -23%;
}

.footer .mike-bottom-hand
{
	width: 289px;
	height: 245px;
	background: url(../../images/footer-mike-horizontal-hand.png) no-repeat;
	position: absolute;
	top: -45px;
	left: 13%;
}

.footer .abcdefg
{
	color: #939598;
	font-size: 14px;
	font-style: italic;
	position: absolute;
	top: 0;
	left: 40%;
}

.footer .mike-right-hand
{
	width: 245px;
	height: 289px;
	background: url(../../images/footer-mike-right-hand.png) no-repeat;
	position: absolute;
	top: -20px;
	left: 70%;
}

.footer .brief small
{
	text-align: right;
}

