@font-face {
	font-family: 'IntropolLight';
	src: url('Intropol_Light-webfont.eot');
	src: local('☺'), url('/css/Intropol_Light-webfont.woff') format('woff'), url('/css/Intropol_Light-webfont.ttf') format('truetype'), url('/css/Intropol_Light-webfont.svg#webfontjnVflRsB') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'IntropolRegular';
	src: url('Intropol_Reg-webfont.eot');
	src: local('☺'), url('/css/Intropol_Reg-webfont.woff') format('woff'), url('/css/Intropol_Reg-webfont.ttf') format('truetype'), url('/css/Intropol_Reg-webfont.svg#webfontZIxjPzgh') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'IntropolBold';
	src: url('Intropol_Bold-webfont.eot');
	src: local('☺'), url('/css/Intropol_Bold-webfont.woff') format('woff'), url('/css/Intropol_Bold-webfont.ttf') format('truetype'), url('/css/Intropol_Bold-webfont.svg#webfontXIHc0jM4') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'IntropolExtraBold';
	src: url('Intropol_ExtraBold-webfont.eot');
	src: local('☺'), url('/css/Intropol_ExtraBold-webfont.woff') format('woff'), url('/css/Intropol_ExtraBold-webfont.ttf') format('truetype'), url('/css/Intropol_ExtraBold-webfont.svg#webfontYrXFgkeB') format('svg');
	font-weight: normal;
	font-style: normal;
}

BODY{
	background: url(/img/layout/body.jpg) fixed;
	padding: 0;
	margin: 0;
	font-family: 'Oswald', sans-serif;
}


.languages > li{
	margin-left:5px;
	margin-right:5px;
}

.languages > li.searchIco a{
	background: url(../img/main-layout/search-ico.jpg?ver=1) no-repeat center center;
	padding:10px 60px;

}.languages > li.pl a{
	background: url(../img/main-layout/lang-btn-pl.jpg) no-repeat center center;
	padding:10px;
}
.languages > li.en a{
	background: url(../img/main-layout/lang-btn-en.jpg) no-repeat center center;
	padding:10px;
}

.languages > li > a:hover,
.languages > li > a:focus {
  border:none;  
}

.languages > li.searchIco:hover a{
	background: url(../img/main-layout/search-ico-over.jpg?ver=1) no-repeat center center;
	padding:10px 60px;
}
.languages > li.pl:hover a{
	background: url(../img/main-layout/lang-btn-pl-over.jpg) no-repeat center center;
	padding:10px;
}
.languages > li.en:hover a{
	background: url(../img/main-layout/lang-btn-en-over.jpg) no-repeat center center;
	padding:10px;
}


    .languages{
		margin-top: 6px;
		float: right;
	}


.relatywny{
	position:relative;
	overflow:hidden;
}

.relatywny_visible{
	position:relative;
	overflow:visible;
}

.extrabold{
	font-family: 'IntropolExtraBold';
}

.btn{
	cursor: pointer;
}

.red{
	color:#cc4c89;
}

.blue{
	color:#72b4ca;
}

A.btn_link{
	font-family: 'IntropolLight';
	font-size: 20px;
	color:#fff;
	text-decoration: none;
}

#menu_holder{
	min-width: 960px;
	max-width: 1366px;
	height:73px;
	border-bottom: 5px #c9c9c9 solid;
	background-color: #fff;
	text-align: center;
	margin:auto;
	position: relative;
}

#langMenu {
	position: absolute;
	/*border:1px solid red;*/
	top:25px;
	right:20px;
}
#langMenu ul {
	padding: 0px;
	margin:0px;
}
#langMenu ul>li{
	list-style: none;
}

#langMenu ul>li a{
	text-decoration: none;
	}

#menu_inner{
	width:960px;
	height:73px;
	margin:auto;
	position: relative;
}

#menu_logo{
	float: left;
	margin-top:30px;
}

#menu_items{
	float:right;
}

#menu_items ul {
	margin: 0;
	padding: 20px 0;
	list-style-type: none;
	float: right;
}
#menu_items ul li:hover { 
	visibility: inherit; 
}
#menu_items ul li {
	position: relative;
	display: inline;
	float: left;
	margin: 0 0 0 -1px;
}
#menu_items ul li:last-child {
    background: none;
}
#menu_items ul li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	color: #676767;
	padding: 10px 15px;
	display: block;
	float: left;
}

#menu_items .current {
	background-color: #5f5f5f !important;
}

#menu_items ul li a:hover, #menu_items ul li.sfHover a {
	background-color: #444;
	color: #fff;
}
#menu_items .current {
	color: #fff !important;
}
#menu_items ul li a.logo {
	display: none;
	margin: 0;
}
#menu_items ul ul {
	position: absolute;
	top: -9999em;
	width: 180px;
    background: #444; 
	z-index: 9999;
}
#menu_items ul ul li { 
	width: 100%; 
}
#menu_items ul li:hover ul {
	left: 0;
	top: 37px;
}
#menu_items ul li:hover li ul { 
	top: -9999em; 
}
#menu_items ul li li:hover ul {
	left: 180px;
	top: 0;
}
#menu_items ul ul {
	padding: 0;
	margin: 0;
}
#menu_items ul ul li {
	margin: 0;
	background: none;
	border-bottom: 1px solid #555;
}
#menu_items ul ul li:last-child {
	border-bottom: none;
}
#menu_items ul ul li a {
	font-size: 11px;
	padding: 12px 15px;
}
#menu_items ul li:hover ul li a { 
    color: #999;    
}
#menu_items ul li:hover ul li a:hover { 
    color: #fff; 
}

#site_content{
	min-width: 960px;
	max-width: 1366px;
	position:relative;
	text-align: center;
	margin:auto;
	vertical-align: top;
}

#main_portfolio_holder{
	min-width: 960px;
	max-width: 1366px;
	height:717px;
	text-align: center;
	background-color: #fff;
}

#main_portfolio_inner_holder{
	height:717px;
}

.main_portfolio_item{
	position:absolute;
	width:100%;
	min-width: 960px;
	max-width: 1366px;
	height:717px;
	cursor:pointer;
	display:none;
}

#main_portfolio_item_0{
	background:url(/files/uploads/portfolio/awcg.jpg) center top no-repeat;
}

#main_portfolio_item_1{
	background:url(/files/uploads/portfolio/tmobile_main.jpg) center top no-repeat;
}

#main_portfolio_item_2{
	background:url(/files/uploads/portfolio/loreal_loteria.jpg) center top no-repeat;
}

#main_portfolio_item_3{
	background:url(/files/uploads/portfolio/rockstar_slider.jpg) center top no-repeat;
}

#main_portfolio_item_4{
	background:url(/files/uploads/portfolio/biura.jpg) center top no-repeat;
}

#main_portfolio_item_0.en{
	background:url(/files/uploads/portfolio/awcg.jpg) center top no-repeat;
}

#main_portfolio_item_1.en{
	background:url(/files/uploads/portfolio/tmobile_main_en.jpg) center top no-repeat;
}

#main_portfolio_item_2.en{
	background:url(/files/uploads/portfolio/loreal_loteria_en.jpg) center top no-repeat;
}

#main_portfolio_item_3.en{
	background:url(/files/uploads/portfolio/halls_main_en.jpg) center top no-repeat;
}

#main_portfolio_item_4.en{
	background:url(/files/uploads/portfolio/biura_en.jpg) center top no-repeat;
}

#main_filosophy_holder{
	min-width: 960px;
	max-width: 1366px;
	height:717px;
	text-align: center;
	border-bottom: 5px #c9c9c9 solid;
	background:#fff url(/img/layout/filosophy_bg.jpg) center 234px no-repeat;
	margin:auto;
	vertical-align: top;
}

#main_filosophy_holder_headline{
	font-family: 'IntropolLight';
	font-size: 36px;
	color:#b7b7b7;
	text-transform: uppercase;
	padding-top: 115px;
}

.main_filosophy_red{
	color:#cc4c89;
}

.main_filosophy_blue{
	color:#72b4ca;
}

#main_filosophy_content{
	width:460px;
	margin:auto;
	margin-top: 180px;
}

#main_filosophy_left{
	float:left;
	width:140px;
	text-align: right;
}

#main_filosophy_right{
	float:right;
	width:140px;
	text-align: left;
}

span.main_filosophy_service{
	font-family: 'IntropolExtraBold';
	color:#fff;
	font-size: 30px;
	text-transform: uppercase;
}

span.main_filosophy_subservice{
	font-family: 'IntropolLight';
	color:#fff;
	font-size: 20px;
	text-transform: uppercase;
}

#main_people_holder{
	min-width: 960px;
	max-width: 1366px;
	height:715px;
	text-align: center;
	background:url(/img/layout/home_case_bg.jpg) center top no-repeat fixed;
}

#main_people_content{
	margin:auto;
	position:relative;
	width:960px;
	height:715px;
}

#main_people_more{
	position:absolute;
	left:188px;
	top:326px;
}

#main_people_text{
	position:absolute;
	left:438px;
	top:250px;
	text-align: left;
}

h2.main_people_headline{
	font-family: 'IntropolExtraBold';
	color:#fff;
	font-size: 55px;
	line-height: 120%;
	margin:0;
	text-transform: none;
}

p.main_people_regular_text{
	font-family: 'IntropolLight';
	color:#fff;
	font-size: 20px;
	margin:0;
	line-height: 70%;
}

span.main_people_bolid{
	color:#672d91;
	font-family: 'IntropolExtraBold';
}

#main_video_holder{
	min-width: 960px;
	max-width: 1366px;
	height:715px;
	text-align: center;
	border-bottom: 5px #c9c9c9 solid;
	background:#fff center 80px no-repeat;
}

#main_projects_content{
	margin:auto;
	position:relative;
	width:960px;
	height:715px;
	text-align: left;
}

#main_clients_holder{
	min-width: 960px;
	max-width: 1366px;
	height:347px;
	text-align: center;
	border-bottom: 5px #c9c9c9 solid;
	background:#fff url(/img/layout/clients_bg.jpg?a=1) center 80px no-repeat;
}

#main_projects_holder{
	min-width: 960px;
	max-width: 1366px;
	height:715px;
	text-align: center;
	background:url(/img/layout/projects_bg.jpg) center top no-repeat fixed;
}

h2.main_projects_headline{
	font-size: 'IntropolExtraBold';
	color:#fff;
	font-size: 65px;
	margin:0;
	margin-top: 40px
}

.main_projects_item{
	width:470px;
	height:251px;
	float:left;
	cursor:pointer;
}

#main_projects_item_intel{
	background:url(/files/uploads/portfolio/intel_main_off.jpg) no-repeat;
}

#main_projects_item_zaprezentowani{
	background:url(/files/uploads/portfolio/zaprezentowani_main_off.jpg) no-repeat;
}

#main_projects_item_aquii{
	background:url(/files/uploads/portfolio/biotherm_aquii_main_off.jpg) no-repeat;
}

#main_projects_item_livelikeaman{
	background:url(/files/uploads/portfolio/livelikeaman_main_off.jpg) no-repeat;
}

div#main_portfolio_navigation_holder{
	position:absolute;
	bottom:0px;
	width:100%;
	height:50px;
	text-align: center;
}

#main_portfolio_navigation_holder div{
	text-align: center;
}

#main_portfolio_navigation{
	width:360px;
	margin:auto;
	margin-top:340px;
	height:63px;
	position:relative;
}

div.main_scroller{
	height:32px;
	background-color: #fff;
	-webkit-border-radius: 10px;
    border-radius: 10px;
    margin:auto;
    width:auto;
    display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding-left: 13px;
	padding-right: 13px;

	border-bottom: 4px #e8e8e8 solid;
	vertical-align: middle;
	line-height: 32px;

	/*-webkit-box-shadow:  0px 3px 8px 2px rgba(0, 0, 0, 0.5);
        
        box-shadow:  0px 3px 8px 2px rgba(0, 0, 0, 0.5);*/
}

div.main_scroller img{
	margin-left: 3px;
	margin-right: 3px;
	cursor:pointer;
}

#main_portfolio_navigation img, #main_portfolio_navigation div{
	display:inline-block;
	vertical-align: middle;
}

#main_portfolio_navigation div{
	margin-right: 25px;
	margin-left: 25px;
}

.main_navigation_btn{
	width:228px;
	height:63px;
}

.main_navigation_btn div a{
	display:inline-block;
	vertical-align: middle;
	line-height: 63px;
}

.main_navigation_btn div img{
	vertical-align: text-bottom;
}

#footer{
	min-width: 960px;
	max-width: 1366px;
	height:540px;
	text-align: center;
}

#footer_content{
	margin:auto;
	position:relative;
	width:610px;
	height:540px;
	text-align: center;
}

#footer_logo{
	margin-top: 86px;
}

#footer_address{
	margin-top: 66px;
	height:160px;
}

#footer_warszawa{
	float:left;
	text-align: left;
	width:160px;
}

#footer_lublin{
	float:left;
	text-align: left;
	width:165px;
}
#footer_krs{
	float:right;
	text-align: left;
	width:240px;
	text-align: left;
}

.footer_headline{
	font-family: 'IntropolBold';
	font-size: 16px;
	color:#fff;
	text-transform: uppercase;
}

.footer_address{
	font-family: 'IntropolLight';
	font-size: 14px;
	color:#fff;
	line-height: 120%;
}

.footer_address a{
	color:#fff;
	text-decoration: none;
}

.footer_place{
	background: url(/img/layout/icon_place.png) left top no-repeat;
	padding-left: 20px;

}

#footer_social{
	margin-top: 10px;
}

#footer_social img{
	margin:6px;
}

#portfolio_holder{
	min-width: 960px;
	max-width: 1366px;
	text-align: center;
	background-color: #fff;
	position:relative;
}

#portfolio_content{
	width:960px;
	margin:auto;
	text-align: left;
}

h1.portfolio_headline{
	margin:0;
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	color:#676767;
	font-weight: 300;
}

h1.portfolio_headline span {
	font-weight: 300;
	text-transform: none;
	color: #fff;
	background-color: #662d91;
	padding-left: 5px;
	padding-right: 5px;
}

.filterable {
	width: 100%; 
	padding-bottom: 40px;
	text-align: left;
}
.filterable  ul {
	margin: 0 auto;
	padding:0;

}
.filterable li {
	background: none;
	display: inline;
	float: left;
}
.filterable li:last-child {
    background: none;
}
.filterable li:last-child a {
	margin: 0 0 0 7px;
}
.filterable li a {
	font-size: 11px;
	color: #aaa;
	line-height: 16px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	margin:0 5px;
	padding:0 3px;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.filterable li a:hover {
	color: #444;
}
.filterable li.current a {
	color:#444;
}
.filterable li span {
	font-size: 11px;
	color: #ccc;
}

.portfolio-grid ul li a.hide {
	display: none;
}
.portfolio-grid {
	width: 965px;
	margin: 0 0 0 -5px;
	padding: 0;
}
.portfolio-grid ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.portfolio-grid ul li {
	float: left;
    margin: 0 0 20px 0px;
    padding: 0;
    position: relative;
    background-color: #ffffff;
}
.isotope-item {
    z-index: 1;
}
.isotope-hidden {
    z-index: 0;
}
.portfolio-grid ul li.col2 {
	width: 477px;
}
.portfolio-grid ul li.col3 {
	height:356px;
	width: 316px;
}
.portfolio-grid ul li.col35 {
	height:356px;
	width: 637px;
}
.portfolio-grid ul li.col4 {
	width: 236px;
}
.portfolio-grid ul li img {
	float: left;
}	
.item-info {
	padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    margin:0;
    float: left;
}
.item-info h3, .item-info-overlay h3 {
	margin:0;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 17px;
	margin-bottom: 10px;
}
.item-info h3.title a {
	color: #676767;
	text-transform: none;
	font-size: 18px;
	text-decoration: none;
}

.item-info a{
	text-decoration: none;
}

.item-info h3.title a span:nth-child(1) {
  color:#662d91;
}

.item-info h3.title a span:nth-child(2) {
  color:#b6c0ca;
}

.item-info h3.title a span:nth-child(3) {
  color:#676767;
}

.item-info p{
	color:#aaaab6;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 300;
}

.item-info a{
	color:#662d91;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 300;
}

.item-info-overlay h3.title a {
	color: #fff;
}
.item-info-overlay h3.title a:hover {
	color: #444;
}
.item-info h4, .item-info-overlay h4 {
	font-size:11px;
	line-height: 14px;
	color: #444;
	text-transform: uppercase;
	margin-bottom: 0;
}

h1.portfolio_title{
	margin:0;
	word-spacing: 5px;
	font-size: 32px !important;
	color:#676767;
	font-size: 32px;
	font-weight: 300 !important;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
}

.one-third{
	width:30%;
	float:left;
	position:relative;
}

.two-third{
	width:65.33%;
	float:left;
	position:relative;
	margin-left: 15px;
}

.portfolioitem_note{
	text-align: center;
}

.portfolioitem_note{
	margin:auto;
}

.portfolioitem_note_lbl{
	color:#b7b7ba;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 2px;
	vertical-align: middle;
	margin:0;
}

.portfolioitem_note_val{
	color:#676767;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
	padding-bottom: 2px;
	vertical-align: middle;
	margin:0;
}

.portfolioitem_note_val a{
	font-size: 13px;
	text-decoration: none;
}

.portfolio_table_notes {
	margin-top: 10px;
}

.portfolio_table_notes tr{
	margin:0;
	padding:0;
}

.opis{
	font-size: 15px;
	font-weight: 300;
	color:#676767;
	line-height: 150%;
}

.subpage_holder{
	min-width: 960px;
	max-width: 1366px;
	text-align: center;
	background-color: #fff;
	position:relative;
}

.subpage_content{
	width:960px;
	margin:auto;
	text-align: center;
}

.people_holder{
	background:#fff url(/img/layout/people_bg.jpg) center top;
	height:716px;
}

.person{
	position:absolute;
	width:100%;
	min-width: 960px;
	max-width: 1366px;
	height:716px;
	display:none;
}

.person_face{
	position:absolute;
	left:422px;
	top: 93px;
}

.person_bio{
	position:absolute;
	width:390px;
	top:210px;
	left:0;
	text-align: right;
}

.blueberry_is{
	font-family: 'IntropolExtraBold';
	font-size: 34px;
	color:#fff;
}

.person_name{
	font-family: 'IntropolExtraBold';
	font-size: 55px;
	color:#fff;
}

.person_position{
	font-family: 'IntropolRegular';
	font-size: 20px;
	color:#fff;
}

.person_definition{
	font-family: 'IntropolLight';
	font-size: 20px;
	color:#fff;
	line-height: 130%;
	margin:0;
}

#people_left_btn{
	position:absolute;
	left:-55px;
	top:330px;
}

#people_right_btn{
	position:absolute;
	right:-20px;
	top:330px;
}

.borders_holder{
	background:#fff url(/img/layout/borders_bg.jpg) center top;
	height:705px;
	border-bottom: 5px #c9c9c9 solid;
}

#borders_content{
	margin-top: 354px;
	text-align: left;
}

h2.borders_headline{
	font-family: 'IntropolExtraBold';
	color:#cc4c89;
	font-size: 65px;
	margin:0;
}

p.border_description{
	font-family: 'IntropolLight';
	color:#cc4c89;
	font-size: 20px;
	line-height: 150%;
}

.philosophy_holder{
	background:#fff url(/img/layout/philosophy_bg.jpg) center top;
	height:713px;
}

#philosophy_content{
	margin-top: 150px;
	margin-left: 170px;
	text-align: left;
}

h2.philosophy_headline{
	font-family: 'IntropolExtraBold';
	color:#fff;
	font-size: 65px;
	margin:0;
}

p.philosophy_description{
	font-family: 'IntropolLight';
	color:#fff;
	font-size: 20px;
	line-height: 150%;
}

.philosophy_btn{
	width:200px;
	height:63px;
	text-align: center;
}

.philosophy_btn div a{
	display:inline-block;
	vertical-align: middle;
	line-height: 63px;
}

.philosophy_btn div img{
	vertical-align: text-bottom;
}

.filozofia_holder{
	background:#fff url(/img/layout/filozofia_bg.jpg) center top;
	height:715px;
	text-align: center;
}

#filozofia_holder_headline{
	font-family: 'IntropolLight';
	font-size: 36px;
	color:#fff;
	text-transform: uppercase;
	padding-top: 115px;
}

.filozofia_red{
	color:#cc4c89;
	font-family: 'IntropolExtraBold';
}

.filozofia_blue{
	color:#72b4ca;
	font-family: 'IntropolExtraBold';
}

.branches_holder{
	background:#fff;
	height:715px;
	border-bottom: 5px #c9c9c9 solid;
}

#branches_content{
	text-align: center;
	height:715px;
}

#branches_samples_content{
	text-align: center;
	height:715px;
}

.branchescontent_holder{
	background:#fff url(/img/layout/branches_bg.jpg);
	height:715px;
}

.branch{
	position:absolute;
	width:100%;
	min-width: 960px;
	max-width: 1366px;
	height:715px;
	display:none;
}

.branch_id{
	text-align: center;
	position:relative;
	overflow: auto
	width:auto;
    display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.branch_id div, .branch_id img{
	display:inline-block;
}

.branch_sample{
	position:absolute;
	width:100%;
	min-width: 960px;
	max-width: 1366px;
	height:715px;
	display:none;
}

.branch_sample_id{
	text-align: center;
	position:relative;
	overflow: auto
	width:auto;
    display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.branch_sample_id div, .branch_sample_id img{
	display:inline-block;
}

.branch_note{
	float:left;
	text-align: right;
	padding-top: 170px;
	padding-right: 70px;
	width:440px;
}

.branch_logo{
	float:left;
	text-align: right;
	padding-top: 100px;
}

.branch_name{
	margin:0;
	font-family: 'IntropolExtraBold';
	font-size: 65px;
	color:#72b4ca;
	display:inline;
}

.branch_claim{
	font-family: 'IntropolLight';
	font-size: 40px;
	color:#afafaf;
}

.branch_definition{
	text-align: center;
	margin: :auto;
	margin-top: 80px;
}

.branch_definition p{
	font-family: 'IntropolLight';
	font-size: 20px;
	color:#afafaf;
}

#branch_left_btn{
	position:absolute;
	left:-55px;
	top:330px;
}

#branch_right_btn{
	position:absolute;
	right:-20px;
	top:330px;
}

.branch_sample_headline{
	text-align: left;
	font-family: 'IntropolLight';
	font-size: 20px;
	color:#fff;
	margin-top: 130px;
}

.branch_sample_projects_holder{
	margin-top: 60px;
	text-align: center;
}

.branch_sample_project{
	float:left;
	text-align: center;
	width:33%;
}

.branch_sample_project img{
	margin-bottom: 45px;
}

.branch_sample_project_headline{
	font-family: 'IntropolExtraBold';
	font-size: 20px;
	color:#fff;
}

.branch_sample_project p{
	font-family: 'IntropolLight';
	font-size: 16px;
	color:#fff;
}

div.map_holder{
	background:none;
	height:360px;
}

#map-canvas{ 
	width:100%;
	height: 100% 
}

A.bigbtn {
    -moz-box-shadow:inset 0px -4px 0px 0px #5e2984;
    -webkit-box-shadow:inset 0px -4px 0px 0px #5e2984;
    box-shadow:inset 0px -4px 0px 0px #5e2984;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #672d91), color-stop(1, #672d91) );
    background:-moz-linear-gradient( center top, #672d91 5%, #672d91 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#672d91', endColorstr='#672d91');
    background-color:#672d91;
    -webkit-border-top-left-radius:10px;
    -moz-border-radius-topleft:10px;
    border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -moz-border-radius-topright:10px;
    border-top-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -moz-border-radius-bottomright:10px;
    border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -moz-border-radius-bottomleft:10px;
    border-bottom-left-radius:10px;
    text-indent:0px;
    display:inline-block;
    color:#ffffff;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:64px;
    line-height:64px;
    width:200px;
    text-decoration:none;
    text-align:center;
    font-family: 'IntropolLight';
}
A.bigbtn:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #672d91), color-stop(1, #672d91) );
    background:-moz-linear-gradient( center top, #672d91 5%, #672d91 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#672d91', endColorstr='#672d91');
    background-color:#672d91;
}
A.bigbtn:active {
    position:relative;
    top:1px;
}

.contact_btn{
	width:228px;
	height:63px;
	text-align: center;
	margin: auto;

}

.contact_btn div a{
	display:inline-block;
	vertical-align: middle;
	line-height: 63px;
}

.contact_btn div img{
	vertical-align: text-bottom;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.portfolio_mobile{
	background: #fff url(/img/layout/mobile_bg.jpg) center top no-repeat;
}

#mobile_left_btn{
	position:absolute;
	left:30px;
	top:455px;
	z-index: 9999999;
}

#mobile_right_btn{
	position:absolute;
	left:525px;
	top:455px;
	z-index: 9999999;
}

#mobile_note{
	position:absolute;
	left:525px;
	top:150px;
}

.mobile_title{
	font-family: 'IntropolExtraBold';
	font-size: 30px;
	color:#fff;
}

.mobile_client{
	font-family: 'IntropolRegular';
	font-size: 20px;
	color:#fff;
	line-height: 120%;
}

.mobile_turkus{
	color:#72b4ca;
}

a.mobile_turkus{
	text-decoration: none;
}

.mobile_description{
	font-family: 'IntropolRegular';
	font-size: 18px;
	color:#fff;
}

.malyglod_holder{
	background: url(/files/uploads/portfolio/malyglod_bg.jpg) no-repeat; 
	min-height:4125px;
}

.malyglod{
	color: #6c6c6c;
}

.lion_holder{
	background: url(/files/uploads/portfolio/lion_bg.jpg) no-repeat; 
	min-height:4457px;
}
