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, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, th, tr, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
em { font-style: italic; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* set image max width to 100% */
img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ }

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
audio, canvas, video { display: inline-block; }

@font-face {
	font-family: 'PT Sans'; 
	font-style: normal;
	font-weight: normal; 
	src: url('/dsgn/fonts/PTS55F_W.eot'); 
	src: local('PT Sans'),
			url('/dsgn/fonts/PTS55F_W.eot?#iefix') format('embedded-opentype'),
			url('/dsgn/fonts/PTS55F_W.ttf') format('truetype'),
			url('/dsgn/fonts/PTS55F_W.woff') format('woff'),
			url('/dsgn/fonts/PTS55F_W.svg#PTSans-Regular') format('svg');
}
@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: bold; 
	src: url('/dsgn/fonts/PTS75F_W.eot'); 
	src: local('PT Sans Bold'),
			url('/dsgn/fonts/PTS75F_W.eot?#iefix') format('embedded-opentype'),
			url('/dsgn/fonts/PTS75F_W.ttf') format('truetype'),
			url('/dsgn/fonts/PTS75F_W.woff') format('woff'),
			url('/dsgn/fonts/PTS75F_W.svg#PTSans-Bold') format('svg');
}  

@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url(http://fonts.gstatic.com/s/ptsans/v7/lILlYDvubYemzYzN7GbLkHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans Caption';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans Caption'), local('PTSans-Caption'), url(http://fonts.gstatic.com/s/ptsanscaption/v8/OXYTDOzBcXU8MTNBvBHeSQRW432DtwGNER78eOJ0i0s.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(http://fonts.gstatic.com/s/ptsansnarrow/v6/UyYrYy3ltEffJV9QueSi4RdbPw3QSf9R-kE0EsQUn2A.woff) format('woff');
}

html, body { height: 100%; }
body { background: #020202 url(/dsgn/bgBody.jpg) repeat 0 0; font-family: 'PT Sans', Arial, Tahoma, sans-serif; color: #fff; text-align: left; overflow-y: scroll; }

a { color: #98a6ba; text-decoration: underline; }
a:hover { color: #fefdfd; text-decoration: none; }
a:visited { color: #fefdfd; }

hr { height: 1px; border: 0px; color: #fff; background: #fff; margin: 10px 0; }

h1, .altHeader1 { font: normal 39px 'PT Sans'; color: #61c1fe; margin: 0 0 20px; }
h2, .altHeader2 { font: normal 30px 'PT Sans'; color: #61c1fe; margin: 0 0 10px; }
h3, .altHeader3 { font: normal 24px 'PT Sans'; color: #61c1fe; margin: 0 0 10px; }
h4, .altHeader4 { font: normal 18px 'PT Sans'; color: #61c1fe; margin: 0 0 10px; }
h5, .altHeader5 { font: normal 16px 'PT Sans'; color: #61c1fe; margin: 0 0 10px; }

p {	margin: 0 0 25px; }

input.txt, textarea.ta { border: 1px solid #61c1fe; background: none; padding: 12px; text-align: left; margin: 0; font: 100% 'PT Sans', Arial, Tahoma, sans-serif; color: #c9c8ca; }
textarea.ta { height: auto; resize: vertical;  overflow: auto; }
input.txt.error, textarea.ta.error { border-color: #ff9000; }
input.btn {		
	background: none; border: 1px solid #fff; color: #fff; font: normal 125%/1 'PT Sans', Arial, Tahoma, sans-serif;
	cursor: pointer; overflow: visible;	text-transform: lowercase; padding: 2px 11px;		
}
input.btn:hover { border-color: #ff9000; color: #ff9000; }
input.btn[disabled] { cursor: default; color: #98A6BA; border-color: #98A6BA; }

.clear, .break { clear: both; position: relative; }
.break { height: 0; }

.fleft { float: left; }
.fright { float: right; }

.small { font-size: 88%; }
.zoom { display: inline-block; *display: inline; zoom: 1; }
a.anchor { line-height: 0; font-size: 0; }

#wrapper { position: relative; min-height: 100%; overflow: hidden; }
.layout { max-width: 1630px; margin: 0 auto; min-width: 900px; }
.textBody { width: 800px; margin: 0 auto; color: #647287; text-align: center; font-size: 112%; line-height: 1.6; }
.textBodyDark { color: #fff; text-align: center; font-size: 112%; line-height: 1.6; }
.textCategoryAdjustment {width: 800px; text-align: left; margin: 0 auto;}
.geoLayout { max-width: 1306px; margin: 25px auto 0; min-width: 900px; }
.contactsLayout { width: 518px; margin: 0 auto; }

#header { position: relative; z-index: 9; min-height: 120px; }
#content { padding: 0 0 67px; position: relative; z-index: 10; }
#contentInner { padding: 45px 50px 155px; }
#contentInnerCat { padding: 0px 0 155px; }
#footer { position: absolute; height: 67px; bottom: 0; left: 0; clear: both; width: 100%; background: #020202; z-index: 11; }

.textBody ul, .textBodyDark ul, .sectionPartners .partnerAbout ul { margin: 0 0 25px; text-align: left; }
.textBody ol, .textBodyDark ol, .sectionPartners .partnerAbout ol { margin: 0 0 25px 25px; text-align: left; }
.textBody ul li, .textBodyDark ul li, .sectionPartners .partnerAbout ul li { list-style: none outside; background: url(/dsgn/square.png) no-repeat 0 11px; padding: 0 0 0 26px; margin: 0; }
.textBody ol li, .textBodyDark ol li, .sectionPartners .partnerAbout ol li { list-style: decimal outside; }

.textBody a, .textBody a:hover, .textBody a:visited, .textBodyDark a, .textBodyDark a:hover, .textBodyDark a:visited { 
	color: #61C1FE; text-decoration: underline; }
.textBody a:hover, .textBodyDark a:hover { text-decoration: none; } 

/* Banner */
.banHome { text-align: center; position: relative; z-index: 1; }
canvas { max-width: 100%; height: auto; }
.canvas-container { width: auto!important; height: auto!important; line-height: 0; }
.canvas-container #canvas { width: auto!important; height: auto!important; position: relative!important; }
/* End Banner */

/* mainMenu */
.mainMenu { position: absolute; top: 0; left: 0; width: 100%; z-index: 2; }
.mainMenu img { margin: 0 0 0 54px; float: left; }
.mainMenu ul { float: right; margin: 0 39px 0 0; }
.mainMenu ul li { float: left; }
.mainMenu li a, .mainMenu li a:hover, .mainMenu li a:visited { 
	text-decoration: none; font-size: 20px; line-height: 3.2; /*text-transform: lowercase;*/ position: relative; padding: 0 20px; display: block; color: #fff;
}
.mainMenu li a:hover, .mainMenu li.current a, .mainMenu li.current a:hover, .mainMenu li.current a:visited { color: #98a6ba; }
.mainMenu li a:before {	content: "/"; display: block; position: absolute; left: 0; top: 12px; font-size: 14px; color: #a2bccd; }
.mainMenu li:first-child a:before { display: none; }
/* End mainMenu */

/* sectionIntro */
.sectionIntro { position: absolute; width: 100%; left: 0; z-index: 2; /*text-transform: uppercase;*/ }
.sectionIntro.sectionIntro-lt { top: 140px; }
.sectionIntro.sectionIntro-ld { bottom: 100px; }
.sectionIntro.sectionIntro-rt { top: 140px; text-align: right; }
.sectionIntro.sectionIntro-rd { bottom: 100px; text-align: right; }

.sectionIntro .intro { /*width: 463px; margin: 10px 65px 28px 68px;*/ width: 439px; margin: 0 65px 15px 56px; background: #000; background: rgba(0,0,0,.61); padding: 10px 12px 13px;  }
.sectionIntro .intro label { font-size: 144%; line-height: 1.1; display: block; padding: 7px 0 25px; }
.sectionIntro .intro>div { line-height: 1.5; }
.sectionIntro .slogan { margin: 0 65px; /*font-size: 337%; line-height: 1;*/ }

.sectionIntro .slogan span { font-size: 337%; line-height: 1; background: #000; background: rgba(0,0,0,.61); padding: 0 9px; display: inline-block; *display: inline; zoom: 1; }
.sectionIntro .slogan span:first-child { padding-top: 10px; } 
/* End sectionIntro */

/* footer */
#footer .layout { height: 67px; }
#footer .copyright { font-size: 75%; margin: 22px 0 0 56px; }
#footer ul { float: right; margin: 0 48px 0 0; }
#footer ul li { float: left; }
#footer li a, #footer li a:hover, #footer li a:visited {
	text-decoration: none; font-size: 87%; line-height: 4; /*text-transform: lowercase;*/ position: relative; padding: 0 14px; display: block; color: #fff;
}
#footer li a:hover, #footer li.current a, #footer li.current a:hover, #footer li.current a:visited { color: #98a6ba; }
#footer li a:before { content: "/"; display: block; position: absolute; left: 0; top: 2px; font-size: 93%; color: #a2bccd; }
#footer li:first-child a:before { display: none; }
/* End footer */

/* sectionPartners */
.sectionPartners { background: #fff; }
.sectionPartnersPage { background: none; }
.sectionPartners .title { 
	background: #dcdcdc url(/dsgn/arrows.png) no-repeat 100% 0; width: 507px; text-align: right; padding: 20px 95px 10px 25px; /*text-transform: uppercase;*/ 
	text-decoration: none; font-size: 181%; line-height: 1;	display: block; color: #fff;
}
.sectionPartners .title:hover { background-position: 100% -61px; }
.sectionPartners>ul { text-align: center; }
.sectionPartners>ul>li { 
	background: #020202; color: #fff; margin: 0 60px 0 0; display: inline-block; *display: inline; zoom: 1; width: 750px; vertical-align: top;
	border-bottom: 1px solid #404040; padding: 15px 0; text-align: left;
}
.sectionPartners li img { float: left; margin: 0 20px 0 0; }
.marquee img { 	
	-webkit-filter: grayscale(100%);		
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */    
}
.marquee img:hover { -webkit-filter: none; filter: none; }	
.sectionPartners li a, .sectionPartners li a:hover, .sectionPartners li a:visited { color: #61C1FE; }
.sectionPartners li .partnerAbout { margin: 0 20px; }
.sectionPartners li .intro { padding: 10px 0 0; }
.sectionPartners li .more { color: #98A6BA; text-decoration: underline; cursor: pointer; margin: 0 0 10px; }
.sectionPartners li .hideInfo { display: none; }

	/* Plugin CSS */
	.marquee { height: 132px; overflow: hidden; position: relative; }
	.str_move { position: absolute; top:0; left:0; height: 132px; cursor: move; white-space: nowrap; }
	.str_move_clone { display: inline-block; vertical-align: top; position: absolute; left: 100%; top: 0; }
	/*.str_vertical .str_move_clone {	left: 0; top: 100%; }
	.str_down .str_move_clone { left: 0; bottom: 100%; }
	.str_vertical .str_move, .str_down .str_move { width: 100%; }*/
	.str_static .str_move, .no_drag .str_move {	cursor: inherit; }
	.marquee img { vertical-align: middle; /*max-width: none !important;*/ }
	/* End Plugin CSS */

/* End sectionPartners */

/* sectionCatProjects */
.sectionCatProjects {}
.sectionCatProjects .title { 
	background-color: #404040; background-color: rgba(0,0,0,.8); width: 507px; float: right; padding: 21px 25px 10px 95px; margin: -61px 0 0 0; 
	/*text-transform: uppercase;*/ text-decoration: none; font-size: 181%; line-height: 1; position: relative; height: 30px;
	background-image: url(/dsgn/arrows.png); background-repeat: no-repeat; background-position: 0 0; color: #fff;
}
.sectionCatProjects .title:hover { background-position: 0 -61px; }
.sectionCatProjects ul { text-align: center; }
.sectionCatProjects ul li {	display: inline-block; *display: inline; zoom: 1; width: 19%; margin: 15px 4px 0; vertical-align: top; position: relative; overflow: hidden; }
.sectionCatProjects li a { text-decoration: none; display: block; cursor: pointer; line-height: 0; }
.sectionCatProjects li span { 	
	position: absolute; bottom: 0; left: 0; width: 96%; height: 14%; padding: 3% 0 0 5%; text-align: left;
	/*text-transform: uppercase;*/ font-size: 140%; line-height: 1; color: #fff; background: #000; background: rgba(0,0,0,.8);
	transition: all 0.4s ease-in 0s; -o-transition: all 0.4s ease-in 0s; -moz-transition: all 0.4s ease-in 0s; -webkit-transition: all 0.4s ease-in 0s; 
}
.sectionCatProjects li a:hover span { background: #000; }
/* End sectionCatProjects */

/* sectionProjectsList */
.sectionProjectsList { text-align: center; }
#filterBlock { max-width: 1100px; margin: 0 auto; width: 80%; }
#filterBlock div.tipa1 { padding: 0 0 50px 0; }
#filterBlock a, #filterBlock a:hover, #filterBlock a:visited { 
	color: #fff; font-size: 145%; line-height: 1.8; /*text-transform: uppercase;*/ text-decoration: none; position: relative; padding: 0 42px 0 34px; 
	display: inline-block; *display: inline; zoom: 1;
}
#filterBlock a:hover { color: #98A6BA; }
#filterBlock a.selected, #filterBlock a.selected:hover, #filterBlock a.selected:visited { text-decoration: underline; color: #ff9000; }
/*#filterBlock a.selected:hover { color: #fe9aa8;}*/
#filterBlock a:before { content: "/"; display: block; position: absolute; right: 0; top: 2px; font-size: 85%; color: #98a6ba; }
#filterBlock a.last:before { display: none; }
#filterBlock div.tipa1 a, #filterBlock div.tipa1 a:hover, #filterBlock div.tipa1 a:visited { 
	border: 1px solid; font-size: 130%; margin: 0 45px; color: #98A6BA; text-transform: none; text-decoration: none; line-height: 1.2; 
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px;
}
#filterBlock div.tipa1 a:before { display: none; }
#filterBlock div.tipa1 { position: relative; }
#filterBlock div.tipa1:before {
	content: ""; display: block; position: absolute; width: 100px; height: 1px; background: #fff; bottom: 25px; left: 50%; margin: 0 0 0 -50px; }
#filterBlock div.tipa1 a.selected, #filterBlock div.tipa1 a.selected:hover, #filterBlock div.tipa1 a.selected:visited { color: #ff9000; } 

.sectionProjectsList ul { padding: 25px 0 0 0; margin: 0; }
.sectionProjectsList ul li { display: inline-block; *display: inline; zoom: 1; height: 369px; width: 300px; vertical-align: top; position: relative; margin: 0 13px 26px; }
.sectionProjectsList li a { text-decoration: none; }
.sectionProjectsList li span.sign { 
	position: absolute; bottom: 0; left: 0; width: 260px; height: 43px; text-align: left; padding: 0 20px; color: #fff; line-height: 1; 
	cursor: pointer; text-shadow: 0 0 5px #000;
}
/* End sectionProjectsList */

/* projectDetail */
.projectDetail { background: #fff; color: #6b6b6c; width: 800px; margin: 0 auto 200px; }
.projectDetail>img { width: 800px; }
.projectDetail h2 { background: #fff; padding: 10px 50px 10px 29px; margin: 0; color: #000; }
.projectDetail .projectBody { padding: 22px 27px 12px; }
.projectBody a, .projectBody a:hover, .projectBody a:visited { color: #98A6BA; }
.projectBody label { display: block; color: #000; margin: 0 0 8px; }

.projectAddInfo { line-height: 0; }
.projectAddInfo img { width: 800px; }
.projectAddInfo .photoLabel { padding: 5px 27px; line-height: 1.2; }
.videoBox { height: 600px; }
/* End projectDetail */

/* geo */
.geoLayout p.first { color: #98a6ba; font-size: 112%; line-height: 1.5; float: left; width: 25%; }
.geoLayout p.second { font-size: 137%; float: left; width: 23%; padding: 0 10% 0 7%; line-height: 1.2; }
.geoLayout p.third { font-size: 181%; float: right; width: 35%; line-height: 1.1; }

.geomap { text-align: center; }
.geomap h3 { color: #000; border-bottom: 1px solid #98A6BA; }
.geomapItem { font-size: 14px; line-height: 1; width: 200px; vertical-align: top; margin: 0 0 20px; text-align: center; }
.geomapItem img { display: block; margin: 0 auto 5px; }
/* End geo */

.error, .success { background: #ff9000; color: #fff; text-align: center; line-height: 1.6; padding: 6px 20px; display: block; margin: 0 0 4px; }
.success { background: #61c1fe; }
.loader { background: url(/dsgn/ajax-loader.gif) no-repeat 50% 50%; height: 50px; }

/* feedback */
.contactMap { margin: 0 0 66px; }

.feedbackInfo { font-size: 225%; line-height: 1.3; text-align: center; padding: 0 20px 36px; position: relative; margin: 0 0 66px; }
.feedbackInfo a, .feedbackInfo a:hover, .feedbackInfo a:visited { text-decoration: none; color: #fff; }
.feedbackInfo a:hover { color: #98A6BA; }
.feedbackInfo:after {
	content: ""; display: block; position: absolute; left: 50%; bottom: 0; width: 100px; height: 1px; background: #61c1fe; margin: 0 0 0 -50px; }
.feedbackInfo>div { color: #61c1fe; position: relative; padding: 77px 0 0 0; background: url(/dsgn/icoHome.png) no-repeat 50% 0; }
.feedbackInfo>div:after, .feedbackInfo>div:before {	content: ""; display: block; position: absolute; width: 100px; height: 1px; background: #61c1fe; top: 21px; }
.feedbackInfo>div:after { left: 100px; }
.feedbackInfo>div:before { right: 100px; }
.contactsLayout input.txt, .consultationForm input.txt, .contactsLayout textarea.ta { width: 492px; margin: 0 0 12px; }
.contactsLayout textarea.ta { height: 93px; }
/* End feedback */

/* world-experience */
.random-gallery-row { overflow: hidden; }
.random-gallery-row a, .random-gallery-row a:hover, .random-gallery-row a:visited { 
	float: left; margin: 0 20px 20px 0; background-position: 50% 50%; background-repeat: no-repeat; }

.random-01 { width: 90px; height: 90px; }
.random-02 { width: 200px; height: 90px; }
.random-03 { width: 200px; height: 200px; }
.random-04 { width: 200px; height: 200px; }
.random-05 { width: 420px; height: 310px; }
.random-06 { width: 90px; height: 90px; }
.random-07 { width: 200px; height: 90px; }

.random-gallery-row .showMore {}
.random-gallery-row .showMore a, .random-gallery-row .showMore a:hover, .random-gallery-row .showMore a:visited {
	float: none; margin: 0; text-decoration: none; border-bottom: 1px dotted; }
.random-gallery-row .showMore a:hover { border: none; }
/* End world-experience */


/*.consultationForm .txt { padding: 0; }*/
.consultationForm .btn { color: #000;border: 1px solid #61c1fe; }

.consultationForm input.error
{
    border: 1px solid red;
    background: pink;
    color: #500;
}

.constLink {
    /*border: 1px solid #0B84E2;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 0 10px blue;*/
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 999;
    background: url("/dsgn/gradbottom.png") center bottom no-repeat #037AE0;
    background: url("/dsgn/gradbottom.png") center bottom no-repeat, url("/dsgn/gradtop.png") center top no-repeat #037AE0;
    opacity: 0.9;
    max-width: 210px;
    /*-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;*/
}
/*.constLink:hover{ right: -2px;}*/
.constLink .imgDog{ padding: 0 0 3px 6px; }
.constLink .imgArrow{ padding: 4px 0 0 6px; }
.constLink a 
{
    color: #fff;
    display: inline-block;
    padding: 5px 5px 0;
    vertical-align: top;
    text-decoration: none;
    max-width: 150px;
}

#consultationTable td { vertical-align: top; }
#consultationTable label { margin: 0;font-weight: bold; }
#consultationTable sup 
{
    display: block;
    font-size: 11px;
    margin-right: 15px;
    width: 145px;
}

#submitDiv { text-align: center; }
#textCategory ul{margin: 0; text-align: left;}
#textCategory ul li{display:list-item; height:auto;width:auto;position:static;margin:0px;}
.headerSlogan {
    display: inline-block;
    padding-top: 22px;
}

.headerSlash {
    margin: 25px 10px 0 0 !important;
}































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
