@charset "UTF-8";  
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,input,button,textarea,p,blockquote,th,td,figure,figcaption,nav,section,menu,main{
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,menu,main{
	display: block;
}
table{
	border-spacing: 0;
}
img{
	border: none;
}
ul li,
menu li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
*{
	text-rendering: optimizeLegibility;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input:focus,textarea:focus,select:focus,button:focus{
	outline: none;
}
.error::-webkit-input-placeholder{
	color: #f00;
}
.error:-moz-placeholder{
	color: #f00;
}
.error::-moz-placeholder{
	color: #f00;
}
.error:-ms-input-placeholder{
	color: #error;
}
:focus::-webkit-input-placeholder,
.error:focus::-webkit-input-placeholder{
	color: transparent;
}
:focus:-moz-placeholder,
.error:focus:-moz-placeholder{
	color: transparent;
}
:focus::-moz-placeholder,
.error:focus::-moz-placeholder{
	color: transparent;
}
:focus:-ms-input-placeholder,
.error:focus:-ms-input-placeholder{
	color: transparent;
}
input[type='checkbox'],input[type='submit'],input[type='reset'],input[type='radio'],input[type='image'],input[type='file'],button,label{
	cursor: pointer;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover{
	text-decoration: none;
}
html, body{
	height: 100%;
}
body{
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	color: #a7a7a7;
}
.font{
	font-family: 'Jura', sans-serif;
}
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='number'], input[type='search'], input[type='url'], input[type='time'], textarea{
	display: inline-block;
	width: 244px;
	height: 26px;
	padding: 12px;
	font-size: 20px;
	line-height: 26px;
	color: #7d8991;
	border: solid 1px rgba(194,194,194,0.85);
	background: rgba(255,255,255,0.85);
}
input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='tel']:focus, input[type='number']:focus, input[type='search']:focus, input[type='url'], input[type='time']:focus, textarea:focus,
input[type='text']:hover, input[type='password']:hover, input[type='email']:hover, input[type='tel']:hover, input[type='number']:hover, input[type='search']:hover, input[type='url'], input[type='time']:hover, textarea:hover{
	border-color: rgba(194,194,194,0.95);
	background-color: rgba(255,255,255,0.95);
}
textarea{
	height: 156px;
	resize: none;
}
select{
	width: 186px;
	font-size: 16px;
	border: 0 none;
	background: #fff;
/*	position: relative;
	z-index: 1;
	cursor: pointer;
	width: 100%;
	height: 23px;
	padding: 3px 0 5px 3px;
	color: #000;
	border: 0 none;
	text-indent: 0.01px;
    text-overflow: '';
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
}
/*select::-ms-expand{
	opacity: 0;
	display: none;
}*/
.input-box{
	display: inline-block;
	border: solid 1px #b7b7b7;
	border-right: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.input{
	display: inline-block;
	padding: 0 6px;
	border: solid 1px #777;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
form .error{
	color: #f00;
	font-weight: bold;
	background: url('../images/error.png') no-repeat right center;
}
form .textarea .error{
	background-position: right 6px top 4px;
}
form .select .error{
	background-position: right 37px center;
}
.input.textarea{
	padding-right: 0;
}
.input.select{
	position: relative;
	padding: 0;
}
.input.select:after{
	pointer-events: none;
	position: absolute;
	width: 27px;
	height: 21px;
	padding: 6px 0 0;
	right: 0;
	top: 0;
	color: #fff;
	text-align: center;
	font-size: 11px;
	content: '▼';
	background: #bdbdbd;
}
.input-box .img,
.input-box .input{
	display: table-cell;
	width: 1000px;
	border: 0 none;
	vertical-align: middle;
}
.input-box .img{
	width: 0;
	padding: 2px 0 0 6px;
}
.input-box img{
	font-size: 0;
	line-height: 0;
}
.input-box .img img{
	max-width: none;
	max-height: none;
}
.input-box.valign > *{
	vertical-align: top;
}
.input-box.valign .img{
	padding-top: 4px;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: 270px;
	height: 66px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-decoration: none;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	line-height: 66px;
	color: #fff;
	border: 0 none;
	vertical-align: top;
	background: rgba(249,187,20,0.85);
	-webkit-box-shadow: 0 5px 0 rgba(212,159,17,0.85);
	-moz-box-shadow: 0 5px 0 rgba(212,159,17,0.85);
	box-shadow: 0 5px 0 rgba(212,159,17,0.85);
}
.button:hover{
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	background: rgba(249,187,20,0.95);
	-webkit-box-shadow: 0 5px 0 rgba(212,159,17,0.95);
	-moz-box-shadow: 0 5px 0 rgba(212,159,17,0.95);
	box-shadow: 0 5px 0 rgba(212,159,17,0.95);
}
.button.blue{
	background: rgba(31,118,179,0.85);
	-webkit-box-shadow: 0 5px 0 rgba(14,67,125,0.85);
	-moz-box-shadow: 0 5px 0 rgba(14,67,125,0.85);
	box-shadow: 0 5px 0 rgba(14,67,125,0.85);
}
.button.blue:hover{
	background: rgba(31,118,179,0.95);
	-webkit-box-shadow: 0 5px 0 rgba(14,67,125,0.95);
	-moz-box-shadow: 0 5px 0 rgba(14,67,125,0.95);
	box-shadow: 0 5px 0 rgba(14,67,125,0.95);
}
.button.active{
	cursor: default;
}
.relative{
	position: relative;
}
.center{
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	float: none !important;
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:before,
.clearfix:after{
	float: none !important;
	content: ' ';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.animate{
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
.circle{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
hr{
	opacity: 0.5;
	border: 0 none;
	border-top: solid 1px #f4ebd8;
	height: 0;
	margin: 0;
	padding: 0;
	background: none;
}
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.img{
	font-size: 0;
	line-height: 0;
}
.img img{
	max-width: 100%;
	max-height: 100%;
}
.inline-block{
	display: inline-block;
}
/* off */

/* text */
.plaintext h1,
h1.title{
	margin: 0 0 20px;
	font-size: 26px;
	line-height: 120%;
	color: #464c28;
}
.plaintext h2,
h2.title{
	margin: 0 0 20px;
	font-size: 22px;
	line-height: 120%;
}
.plaintext h3,
h3.title{
	padding: 0 0 4px;
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 120%;
	color: #738716;
	border-bottom: solid 1px #738716;
}
.plaintext p,
.plaintext img{
	margin: 0 0 20px;
}
.plaintext img[style*='float:left'],
.plaintext img[style*='float: left']{
	margin: 0 20px 20px 0 !important;
}
.plaintext img[style*='float:right'],
.plaintext img[style*='float: right']{
	margin: 0 0 20px 20px !important;
}
.plaintext ol,
.plaintext ul{
	padding: 0 20px 20px;
}
.plaintext ol ol li{
	list-style: lower-alpha;
}
.plaintext ul li,
.plaintext ol ul li{
	list-style: disc;
}
.plaintext table{
	margin: 0 0 20px;
}
/* off */

#wrapper{
	overflow: hidden;
	min-width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.inside{
	width: 940px;
	margin: 0 auto;
}
/* header */
header{
	position: absolute;
	z-index: 101;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 960px;
	height: 94px;
	padding: 8px 0 9px;
	background-repeat: repeat-x, repeat-x;
	background-position: center top, center bottom;
	background-image: url('../images/header.png'), url('../images/shadow-blank.png');
	-webkit-transform: translate(0);
}
header.tmp{
	top: -111px;
}
header.scrolled{
	position: fixed;
	top: 0;
	background-image: url('../images/header.png'), url('../images/shadow.png');
}
.logo{
	color: #fff;
	font-size: 36px;
}
.logo img{
	vertical-align: -2px;
}
nav.top{
	font-size: 20px;
	color: #fff;
}
.logo a,
nav.top a{
	text-decoration: none;
}
nav.top a:hover{
	text-decoration: underline;
}
nav.top li:before{
	margin: 0 12px;
	content: '/';
}
nav.top li:first-child:before{
	display: none;
}
nav.top ul{
	margin: 30px 0 0;
}
nav li.active a{
	cursor: default;
	color: #f9bb14;
	text-decoration: none !important;
}
/* header off */

/* content */
main{
	padding: 0 0 353px;
}
.mainslider{
	min-height: 669px;
	background: #2395e8 url('../images/bg.png');
}
.mainslider .bg{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/bg.png');
}
.caroufredsel_wrapper{
	cursor: url('../images/Move.cur'), auto !important;
}
#mainslider,
#slider{
	font-size: 0;
	line-height: 0;
}
#mainslider img{
	width: 100%;
}
#slider img.imac{
	width: 100%;
	max-width: 748px;
}
.mainslider .info{
	position: absolute;
	z-index: 3;
	width: 620px;
	left: 37%;
	top: 13%;
	text-align: right;
}
.mainslider .info .title{
	margin: 0 0 30px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5em;
	color: #fff;
}
#mainpager{
	position: absolute;
	top: -150%;
}
.mainpager{
	position: absolute;
	z-index: 5;
	left: 0;
	top: 40%;
	bottom: 0;
	width: 100%;
	padding: 30px 0 70px;
	font-size: 20px;
	color: #fff;
/*	background: rgba(65,34,43,0.5);*/
	background: url('../images/bg-triangle.png') repeat-x left top;
}
@media screen and (min-width:0\0){ 
	.mainpager{
		background: rgba(65,34,43,0.5);
	}
}
.mainpager li{
	cursor: pointer;
}
.mainpager li.active{
	cursor: default;
}
.mainpager figure div{
	width: 94px;
	height: 94px;
}
.mainpager figure .img{
	display: inline-block;
	border: solid 2px #fff;
}
.mainpager li:hover .img,
.mainpager li.active .img{
	background: rgba(249,187,20,0.5);
}
.mainpager figcaption{
	padding: 30px 0 10px;
	font-size: 30px;
	font-weight: bold;
	color: #f9bb14;
}
/*.triangle{
	position: absolute;
	left: 50%;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #f9bb14 transparent transparent transparent;
}
.triangle[data-position="0"]{
	margin-left: -331px;
}
.triangle[data-position="1"]{
	margin-left: -10px;
}
.triangle[data-position="2"]{
	margin-left: 309px;
}*/
.ourworks{
	padding: 30px 0 0;
	background: #f4ebd8;
}
.ourworks h2{
	font-size: 40px;
	font-weight: bold;
	color: #1f71a9;
}
.slider{
	padding: 90px 0 0;
}
.slider-nav{
	cursor: pointer;
	position: absolute;
	z-index: 5;
	top: 50%;
	width: 38px;
	height: 38px;
	margin-top: -50px;
	font-size: 40px;
	line-height: 30px;	
	color: #000;
	border: solid 3px #000;
}
.slider-nav:hover,
#up2top.active .slider-nav{
	background: #f9bb14;
	-webkit-transform: rotate(360deg) scale(1.2);
	-moz-transform: rotate(360deg) scale(1.2);
	-o-transform: rotate(360deg) scale(1.2);
	transform: rotate(360deg) scale(1.2);
}
#up2top{
	display: none;
	position: fixed;
	z-index: 111;
	left: 50%;
	top: auto;
	bottom: 10px;
	margin-left: 500px;
	-webkit-transform: translate(0);
}
#up2top .slider-nav{
	position: relative;
	left: auto;
	top: auto;
	margin: 0;
}
#up2top .arrow{
	position: absolute;
	left: 17px;
	top: 18px;
	line-height: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
@-moz-document url-prefix(){
	#up2top .arrow{
		left: 19px;
	}
}
@media screen and (min-width:0\0){ 
	#up2top .arrow{
		left: 18px;
	}
}
.fancybox-margin #up2top{
	margin-left: 493px;
}
#prev{
	left: 50%;
	margin-left: -470px;
}
#next{
	right: 50%;
	margin-right: -470px;
}
.pager{
	position: absolute;
	left: 0;
	top: 24px;
	width: 100%;
}
#pager a,
.ball{
	cursor: pointer;
	display: inline-block;
	position: relative;
	z-index: 2;
	width: 27px;
	height: 27px;
	margin: 0 4px;
	border: solid 2px #000;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.ball{
	position: absolute;
	z-index: 1;
	top: 2px;
	left: 2px;
	border: 0 none;
	background: #f9bb14;
}
#pager a:hover{
	background: #f9bb14;
}
#pager a.selected{
	cursor: default;
}
#pager span{
	display: none;
}
.ipad{
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 20px;
	margin-left: -430px;
}
.iphone{
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 20px;
	margin-left: 270px;
}
.imac-img{
	position: absolute;
	left: 50%;
	top: 32px;
	margin-left: -342px;
}
.ipad-img{
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: 58px;
	margin-left: -388px;
}
.iphone-img{
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: 65px;
	margin-left: 283px;
}
.team{
	font-size: 30px;
	color: #fff;
	background: #2395e8 url('../images/bg.png');
}
.clients{
	color: #204056;
	background: #f4ebd8;
}
.team h2{
	padding: 30px 0 40px;
	font-size: 40px;
	font-weight: bold;
	color: #f9bb14;
}
.clients h2{
	color: #2395e8;
}
.people{
	padding: 30px 0 0;
}
.people hr{
	margin: 0 0 75px;
}
.people figure .img{
	background: #fff;
}
.people figure .img,
.clients .people figure .img{
	border: solid 2px #fff;
}
.clients .people figure .img{
	overflow: hidden;
	border-color: #2395e8;
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.clients .people figure .img img{
	max-width: none;
	max-height: none;
}
.clients .people figure .img{
	width: 180px;
	height: 180px;
}
.clients .people figure .img .box,
.clients .people figure .img .td{
	width: 360px;
	height: 360px;
}
.clients .people figure .img .box{
	margin: -90px 0 0 -90px;
}
.clients .people figure img{
	border: 0 none;
}
.people figure img:first-child{
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
}
.clients .people figure img:first-child{
	opacity: 1;
	position: static;
	left: auto;
	top: auto;
	width: auto;
}
.people figure:hover img:first-child{
	opacity: 1;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.clients .people figure:hover img:first-child{
	left: auto;
	top: auto;
	width: 40%;
}
.people figcaption{
	padding: 40px 0;
}
.people figcaption.hidden{
	height: 0;
	opacity: 0;
	font-size: 0;
	line-height: 0;
	padding: 20px 0;
}
.contact-us{
	padding: 50px 0;
	background: #204056 url('../images/bg.png');
}
.contact-us h2{
	margin: 0 0 40px;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}
.contact-us .buttons{
	padding: 30px 0 0;
	font-size: 35px;
	line-height: 100%;
	color: #fff;
}
.contact-us .buttons small{
	display: block;
	font-size: 20px;
}
.contact-us .form-items{
	text-align: right;
}
.contact-us input:not([type='submit']){
	margin: 0 0 30px;
}
/* content off */

/* footer */
footer{
	min-width: 960px;
	height: 293px;
	margin: -353px 0 0;
	padding: 60px 0 0;
	font-weight: bold;
	background: #282e32 url('../images/bg.png');
}
footer h2{
	font-weight: bold;
	margin: 0 0 20px;
}
nav.bottom ul{
	margin: 0 0 0 60px;
}
nav.bottom ul:first-child{
	margin: 0;
}
nav.bottom li{
	margin: 20px 0 0;
}
nav.bottom li a{
	text-decoration: none;
}
nav.bottom li a:hover{
	text-decoration: underline;
}
nav.bottom li:first-child{
	margin: 0;
}
footer .contacts{
	white-space: nowrap;
}
footer .contacts .inline-block{
	margin: 0 0 0 48px;
}
footer .contacts h2+.inline-block{
	margin: 0;
}
footer .copy{
	padding: 30px 0 0;
}
/* footer off */

/* popup */
/*.fancybox-lock{
	overflow: auto !important;
}
.fancybox-lock body{
	overflow: visible !important;
}*/
.fancybox-overlay-fixed{
/*	position: absolute !important;
	overflow: visible !important;
	min-height: 100%;
	bottom: auto;*/
	overflow: auto !important;
	background: rgba(0,0,0,0.95);
}
.flyfancy .fancybox-nav{
	display: none;
}
.flyfancy .fancybox-skin{
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.flyfancy .fancybox-close{
	position: fixed;
	top: 4px;
	right: 4px;
}
.flyfancy .fancybox-inner{
	height: auto !important;
}
.popup{
	padding: 0 0 20px;
	white-space: nowrap;
}
.opacity{
	opacity: 0;
}
.popup h2{
	margin: 0 0 4px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.popup .url{
	color: #fff;
}
.popup ul.img li{
	margin: 10px 0 0;
}
.popup ul.img li:first-child{
	margin: 0;
}
.popup .right-part{
	position: fixed;
	top: 20px;
	bottom: 0;
}
.popup .contact-us{
	position: absolute;
	bottom: 20px;
}
.socials{
	height: 20px;
	padding: 14px 0 11px;
}
.socials li{
	height: 20px;
	margin: 0 0 10px 10px;
}
.socials li:first-child{
	margin-left: 0;
}
.socials li a{
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	height: 14px !important;
}
.socials li td+td a{
	height: 15px !important;
	padding-top: 2px !important;
}
.socials li td+td+td a{
	height: 15px !important;
	padding-top: 0 !important;
}
.socials li td+td+td a div+div{
	margin-top: -1px;
}
.socials li.tw-share iframe{
	width: 94px !important;
}
.socials iframe{
	max-width: 200px !important;
	max-height: 20px !important;
}
table.socials{
	padding: 35px 0 0;
}
table.socials .first-line{
	vertical-align: top;
	padding: 0 0 10px;
}
table.socials table{
	margin: 0;
}
.popup .contact-us{
	padding: 20px 0 0;
	background: none;
}
.popup .contact-us .form-items{
	text-align: left;
}
.popup .contact-us .form-items+.form-items{
	padding-top: 26px;
}
/* popup off */

/* priceline */
.priceblock{
	font-size: 0;
	padding-top: 50px;
	padding-bottom: 50px;
}
.priceline{
	display: inline-block;
	width: 150px;
	padding: 14px 0 124px;
	font-size: 20px;
	color: #fff;
	text-align: left;
	vertical-align: middle;
	background: #1f71a9;
}
.priceline:nth-child(odd){
	background: #2395e8;
}
.priceline:hover{
	z-index: 1;
	-webkit-box-shadow: 0 2px 9px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 9px rgba(0,0,0,0.2);
	box-shadow: 0 2px 9px rgba(0,0,0,0.2);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.priceline h2{
	font-size: 1.2em;
	font-weight: bold;
	padding: 20px 0;
}
.priceline .features{
	font-size: 14px;
	margin: 0 20px 20px;
}
.priceline .features li{
	color: rgba(249, 187, 20, 0.95);
	padding: 0 0 10px 20px;
}
.priceline .features li.no{
	color: #282e32;
}
.priceline .features li:before{
	position: absolute;
	margin: 0 0 0 -20px;
	content: '✔';
}
.priceline .features li.no:before{
	content: '✘';
}
.priceline .bottom{
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
}
.priceline .price{
	margin: 0 0 20px;
	font-size: 1.1em;
	font-weight: bold;
}
.priceline .button{
	width: 140px;
	height: 32px;
	font-size: 20px;
	line-height: 32px;
}
/* priceline off */















/* eof */