html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
body {
	margin: 0;
	color: #444;
	font: 13px/17px 'Open Sans', sans-serif;
	background: #fff;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	min-width: 320px;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary, main { display: block; }
img {border-style: none;}
a {
	text-decoration: none;
	color: #444;
	outline: none;
}
a:hover { text-decoration: underline; }
input, textarea, select {
	font: 100% 'Open Sans', sans-serif;
	vertical-align: middle;
	color: #444;
}
textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 padding:0;
 border:0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	overflow: visible;
}
input[type="search"] { -webkit-appearance: none; }
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration {
display:none;
}
q { quotes: none; }
q:before, q:after {
	content: '';
	content: none;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p { margin: 0 0 1.2em; }
input[type="email"], input[type="search"], input[type=text], input[type=checkbox], input[type=password], input[type=file], input[type=submit], input[type=tel], input[type=email], textarea { -webkit-appearance: none; }
.clearbreak{
	clear:both;
	height:1px;
	overflow: hidden;
}
#wrapper { overflow: hidden; }
#header:after, #header .header-holder:after {
	display: block;
	clear: both;
	content: "";
}
#header {
	background-color: #fff;
	position: relative;
	z-index: 222;
}
.home #header { background: rgba(0, 0, 0, 0.16); }
#header .header-holder {
	max-width: 1003px;
	margin: 0 auto;
	position: relative;
	padding: 16px 0 0;
}
#header .logo {
	float: left;
	margin: 0 0 -48px;
}
#header .logo img {
	display: block;
	height:112px;
}
#hamburger {
	display: none;
	position: absolute;
	z-index:9999;
	top:4px;
    border: 1px solid #374C77;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    height: 33px;
    padding: 2px 4px 2px 5px;
    width: 35px;
    background: #DE9215;
    background: -moz-linear-gradient(top, #5f0c70 0%, #DE9215 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5f0c70), color-stop(100%, #DE9215));
    background: -webkit-linear-gradient(top,  #5f0c70 0%, #DE9215 100%);
    background: -o-linear-gradient(top,  #5f0c70 0%, #DE9215 100%);
    background: -ms-linear-gradient(top,  #5f0c70 0%, #DE9215 100%);
    background: linear-gradient(to bottom,  #5f0c70 0%, #DE9215 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f0c70', endColorstr='#DE9215',GradientType=0 );
}
#hamburger div {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 2px 2px 2px 2px;
    height: 3px;
    margin-top: 3px;
    width: 90%;
}
#nav {
	display: block;
	float: right;
	width: 71%;
	padding: 16px 3px 20px 0;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-size: 14px;
	text-align: right;
	letter-spacing: -4px;
	line-height: 16px;
}
#nav ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 26px;
	letter-spacing: normal;
}
#nav ul li a {
	color: #000;
	display: block;
	border-bottom: solid 2px transparent;
}
.home #nav ul li a { color: #fff; }
#nav ul li a:hover {
	text-decoration: none;
	color: #4e1259;
	border-bottom: solid 2px #4e1259;
}
.languages {
	display:none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 3px;
	bottom: -31px;
	font-size: 12px;
	line-height: 14px;
	list-style: none;
	max-width:600px;
}
.languages li {
	float: left;
	margin: 0 0 0 17px;
}
.languages li a { color: #cdcbcc; }
.languages li a:hover {
	text-decoration: none;
	color: #fff;
}
.visual {
	float:left;
	width:100%;
	position: relative;
	padding: 300px 0 0;
}
.home .visual {
	margin: -100px 0 0;
	padding: 224px 0 0;
}
.visual .bg-stretch {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: #000;
	background-repeat: none !important;
	background-size: cover !important;
}
.home .visual .bg-stretch {
	background-color: #000;
}
#bkgr-images{
	position: absolute;
	z-index:-1;
	top:0;
	left:0;
}
.visual .caption {
	margin: 0 auto;
	text-align: left;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
}
.visual .caption-holder {
	overflow: hidden;
	max-width: 799px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 17px;
	padding: 50px 0 0;
}
.visual .caption-holder p { margin: 0 0 17px; }
.caption ul{
	list-style: none;
	margin: 0 auto;
	padding:0;
	text-align: center;
}
.caption ul li{
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	margin: 0 7px;
	padding: 0 0 20px 0;
	white-space: nowrap;	
}
.caption ul li a{
	text-decoration: none;
	padding: 5px;
	background-color: rgba(83, 23, 94, 0.5);
}
.caption ul li a:hover{
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.5);
	transition: background-color 0.1s;
}
.home table td{
	padding:10px;
	text-align: center;
	vertical-align: middle;
}
.home .visual .caption {
	max-width: 1003px;
	margin: 0 auto;
	padding: 152px 0 0;
	background: none;
	text-align: center;
}
.visual .caption h1 {
	font-size: 48px;
	position: relative;
	overflow: hidden;
	line-height: 65px;
	text-align: center;
	font-weight: normal;
	margin: 0 0 44px;
}
.home .visual .caption h1 {
	font-size: 40px;
	line-height: 52px;
	margin: 0 0 45px;
}
.visual a {
	color:#fff;
	text-decoration: underline;
}
.visual a:hover {
	text-decoration: none;
}
.visual .caption .cols-holder {
	overflow: hidden;
	margin: 0 0 0 -40px;
}
.visual .caption .col {
	float: left;
	font-size: 15px;
	line-height: 26px;
	width: 50%;
	padding: 0 0 30px 40px;
}
.visual .caption .col .col-holder {
	overflow: hidden;
	background: #900506;
	padding: 22px 25px 15px;
}
.visual .caption h2 {
	font-size: 48px;
	line-height: 50px;
	font-weight: normal;
	margin: 0 0 19px;
}
.visual .caption .col p { margin: 0 0 15px; }
.visual .caption .col[class^=col-] .col-holder { background: #900506; }
.visual .caption .col.col-red .col-holder { background: #900506; }
.visual .caption .col.col-yellow .col-holder { background: #e3ca01; }
.visual .caption .col.col-blue .col-holder { background: #1d5fac; }
.visual .caption .col.col-green .col-holder { background: #227630; }
._visual .caption .col h2:before {
	display: none;
	vertical-align: top;
	width: 34px;
	height: 35px;
	content: "";
	margin: 9px 12px 0 0;
	background: url(../images/icons.png) 9999px 9999px no-repeat;
}
._visual .caption .col.col-red h2:before {
	background-position: 0 0;
	display: inline-block;
}
._visual .caption .col.col-green h2:before {
	width: 29px;
	height: 36px;
	display: inline-block;
	background-position: -1px -111px;
}
.aboutus-block {
	overflow: hidden;
	max-width: 1003px;
	font-size: 20px;
	line-height: 24px;
	padding: 54px 0 45px;
	color: #DE9215;
	width:100%;
	margin: 0 auto;
	text-align: center;
}
.aboutus-block h1 {
	font-size: 36px;
	color: #444;
	line-height: 38px;
	margin: 0 0 23px;
	font-weight: normal;
}
.aboutus-block p { margin: 0 0 10px; }
.clients-area {
	overflow: hidden;
	background: #DE9215;
	color: #fff;
}
.clients-holder {
	max-width: 1003px;
	margin: 0 auto;
	overflow: hidden;
	padding: 16px 0 16px;
}
.tools {
	width: 209px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10% 0 0;
	background: #000;
}
.tools img {
	display: block;
	width: 100%;
}
.clients-holder .text {
	display: inline-block;
	vertical-align: bottom;
	width: 68%;
	font-size: 24px;
	line-height: 28px;
}
.clients-holder h2 {
	font-size: 24px;
	line-height: 33px;
	margin: 0 0 19px;
	word-spacing: -1px;
	font-weight: normal;
}
#footer { overflow: hidden; }
#footer .footer-holder {
	background: #000;
	color: #fff;
	overflow: hidden;
}
#footer .footer-frame {
	overflow: hidden;
	max-width: 1003px;
	margin: 0 auto;
	padding: 18px 0 7px;
}
#footer .info {
	float: left;
	width: 55%;
	word-spacing: 1px;
	padding: 0 20px 0 0;
	font-size: 14px;
	line-height: 22px;
}
#footer .info .title {
	display: block;
	font-weight: normal;
}
#footer .info .address {
	display: block;
	font-style: normal;
}
#footer .info a, #footer .info .tel, #footer .info .mail { color: #fff; }
#footer .info .address a:hover {
	text-decoration: none;
	color: #f1eeee;
}
.social-networks {
	float: right;
	width: 45%;
	margin: 0;
	padding: 0;
	letter-spacing: -4px;
	text-align: right;
	list-style: none;
}
.social-networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px 21px;
}
.social-networks li a {
	display: block;
	width: 64px;
	height: 64px;
	font-size: 0;
	line-height: 0;
	background: url(../images/socialnetworks.png) 9999px 9999px no-repeat;
}
.social-networks li a:hover { opacity: 0.8; }
.social-networks li a.youtube { background-position: 0 0; }
.social-networks li a.linkedin { background-position: -105px 0; }
.social-networks li a.mail { background-position: -209px 0; }
.social-networks li a.twitter { background-position: -314px 0; }
.social-networks li a.facebook { background-position: -419px 0; }
.designedby {
	overflow: hidden;
	max-width: 1003px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 14px;
	color: #ddd;
	text-align: right;
	padding: 8px 0 10px;
}
.designedby a { color: #ddd; }
.designedby a:hover {
	text-decoration: none;
	color: #DE9215;
}
.designedby p { margin: 0; }
#main {
	overflow: hidden;
	max-width: 1003px;
	margin: 0 auto;
	width:100%;
	padding: 41px 0 38px;
}
#main a{
	text-decoration: underline;
}
#main a:hover{
	text-decoration: underline;
}
#main h1 {
	font-size: 47px;
	line-height: 50px;
	margin: 0 0 20px;
	font-weight: normal;
	color: #4f1b58;
}
#main h2 {
	font-size: 23px;
	line-height: 28px;
	margin: 0 0 20px;
	font-weight: normal;
	color: #4f1b58;
	letter-spacing: 0.3px;
}
#main p { margin: 0 0 17px; }
#main img {
	/*border:1px solid #979797;*/
}
#main .alignleft {
	float: left;
	margin: 0 20px 13px 0;
}
#main .alignright {
	float: right;
	margin: 0 0 13px 20px;
}
#main .quote-box, #main .quote-box-small {
	float: left;
	color: #fff;
	margin: 0 13px 10px 0;
	line-height: 19px;
	font-size: 14px;
	padding: 28px 14px 12px 16px;
	background: #54175e;
	letter-spacing: 0.2px;
}
#main .quote-box, .quote-box {
	width: 224px;
}
#main .quote-box-small {
	width: 164px;
}
#main .quote-box p { margin: 0 0 15px; }
#main ul, #main ol{
	width: auto;
	overflow: hidden;
	padding-left:25px;
}
@media only screen and (min-width:1025px) {
	#footer .info .tel {
		cursor: default;
		pointer-events: none;
	}
}
@media only screen and (max-width:1020px) {
	.home .visual { margin: -120px 0 0; }
	#header .logo {
		width: 190px;
		margin: 0 0 -16px;
	}
	#nav {
		padding: 11px 3px 20px 0;
		width: 72%;
		white-space: nowrap;
	}
	#nav ul li { margin: 0 0 0 10px; }
	.languages {
		bottom:30px;
	}
	.home .languages li a { color: #fff; }
	.languages li a { color: #000; }
	.languages li a:hover { opacity: 0.8; }
	.languages li a:hover {
		color: #000;
		opacity: 0.8;
	}
	/*#header .header-holder { padding: 16px 10px 0; }*/
	.home .visual .caption { padding: 40px 10px 0; }
	.clients-holder { padding: 16px 10px; }
	.tools {
		width: 21%;
		margin: 0 15px 0 0;
	}
	#footer .footer-frame { padding: 18px 10px 7px; }
	#footer .info { width: 50%; font-size: 11px; }
	.social-networks { width: 50%; }
	.social-networks li { margin: 0 0 10px 27px; }
	.designedby { padding: 8px 0 10px; }
	.visual .caption h1 br { display: none; }
	.visual .caption h1 {
		font-size: 40px;
		line-height: 55px;
	}
	.visual { padding: 200px 0 0; }
	.visual .caption-holder { padding: 45px 10px 16px; }
	#main { padding: 41px 10px 38px; }
	#main .alignright, #main .alignleft { width: 300px; }
}
@media only screen and (max-width:900px) {
	body{
		font: 14px/19px 'Open Sans', sans-serif;
	}
	#nav ul li:first-child{ display:none; }
}
@media only screen and (max-width:767px) {
	body{
		font: 14px/19px 'Open Sans', sans-serif;
	}
	img{
		width:50%;
		height:50%;
	}
	table td img{
		width:70%;
		height:70%;
	}
	iframe{
		width:100%;
		height:100%;
	}
	#header .logo {
		float: none;
		margin: 0 auto 15px;
		overflow: hidden;
	}
	#header .logo img{
		width:100%;
		height:100%;
	}
	#header .header-holder {
		padding: 35px 10px 0;
		overflow: hidden;
	}
	.home .visual {
		padding: 0;
		margin: 0;
	}
	#nav {
		width: 100%;
		padding: 0;
		margin:0 0 0 -10px;
		float:none;
		background: #4e1259;
		display: none;
	}
	#hamburger{
		display: block;
	}
	#nav ul li {
		text-align: center;
		display: block;
		margin: 0;
	}
	#nav ul li a, #nav ul li a:hover { border: 0; }
	#nav ul li a {
		background: #4e1259;
		padding: 10px 10px;
	}
	#nav ul { margin: 0 -10px; }
	#nav ul li a:hover {
		color: #4e1259;
		background: #fff;
	}
	#nav ul li a { color: #fff; }
	.languages {
		position: absolute;
		right: 10px;
		top: 8px;
	}
	.home .languages li a { color: #4e1259; }
	.home .languages li a:hover { opacity: 0.8; }
	.home .visual .caption h1 {
		font-size: 29px;
		line-height: 32px;
		margin: 0 0 30px;
	}
	.visual .caption .cols-holder { margin: 0; }
	.visual .caption .col {
		padding: 0 0 30px;
		width: 100%;
	}
	.visual .caption .col .col-holder { height: auto !important; }
	.visual .caption h2 {
		font-size: 30px;
		line-height: 42px;
	}
	.aboutus-block {
		font-size: 17px;
		line-height: 22px;
		padding: 20px 10px 20px;
	}
	.aboutus-block h1 {
		font-size: 27px;
		line-height: 30px;
		margin: 0 0 10px;
	}
	.tools {
		width: 208px;
		display: block;
		overflow: hidden;
		margin: 0 auto 15px;
	}
	.clients-holder h1 {
		line-height: 26px;
	}
	.clients-holder h2 {
		font-size: 20px;
		margin: 0;
		line-height: 26px;
	}
	.clients-holder .text { width: 100%; }
	#footer .info {
		width: 100%;
		text-align: center;
		padding: 0 10px 15px;
	}
	.social-networks {
		width: 100%;
		text-align: center;
	}
	.social-networks li a {
		width: 39px;
		height: 39px;
	}
	.social-networks li a.youtube { background-position: 0 -101px; }
	.social-networks li a.linkedin { background-position: -63px -101px; }
	.social-networks li a.mail { background-position: -127px -101px; }
	.social-networks li a.twitter { background-position: -191px -101px; }
	.social-networks li a.facebook { background-position: -255px -101px; }
	.visual { padding: 0; }
	.visual .caption-holder { padding: 40px 10px 16px; }
	.visual .caption h1 {
		font-size: 30px;
		line-height: 34px;
		padding-bottom: 5px;
		margin: 0 0 15px;
	}
	.caption ul{
		margin: 0 auto -20px auto;
	}
	#main h1 {
		font-size: 32px;
		margin: 0 0 10px;
		line-height: 40px;
	}
	#main h2 {
		font-size: 20px;
		line-height: 23px;
		margin: 0 0 12px;
	}
	#main .alignright, #main .alignleft {
		float: none;
		width: 100%;
		overflow: hidden;
		margin: 0 0 15px;
	}
	#main .quote-box {
		float: none;
		overflow: hidden;
		width: 100%;
		margin: 0 0 15px;
	}
}