/* reset */

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, 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, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

::selection {
    background: #1a1a1a;
    color: #ffffff;
}

::-moz-selection {
    background: #1a1a1a;
    color: #ffffff;
}

* {
    border: 0px;
    margin: 0px;
    outline: 0;
    list-style-type: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.no-after:after , .no-before:before , ul.no-after li:after , ul.no-before li:before {
    display: none !important;
}

.hidden{
    opacity: 0;
}

.visible{
    opacity: 1;
}

body {
    line-height: 1;
}

p {
    margin-bottom: 26px;
}

span {
    display: inline-block;
    margin-bottom: 26px;
}

p span {
	margin-bottom: 0;
}

em {
	font-style: normal;
}

hr {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px #e5e5e5 solid;
    clear: both;
    height: 0;
    margin-bottom: 26px;
    margin-top: 26px;
}

.clr {
    border-bottom: none;
    display: none;
    margin: 0;
}

.clr2 {
    border-bottom: none;
    display: none;
    margin: 0;
}

ol, ul {
	list-style: none;
    margin-bottom: 26px;
}

ol ol, ol ul, ul ol, ul ul {
	margin: 10px 0 0 10px;
}

li {
    margin-bottom: 10px;
    padding-left: 16px;
    position: relative;
}

.svg li:before {
    content: url(../img/layout/li.svg);
    display: inline-block;
	height: 7px;
    left: 6px;
    position: absolute;
    top: -1px;
	width: 4px;
}

.no-svg li:before {
    content: url(../img/layout/li.png);
    display: inline-block;
	height: 7px;
    left: 6px;
    position: absolute;
    top: -1px;
	width: 4px;
}

strong {
   font-weight: 400;
}

img {
    display: inline-block;
}

a {
    outline: 0;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition : all 300ms ease-out; 
    -moz-transition : all 300ms ease-out;
    -o-transition : all 300ms ease-out;
    -ms-transform : all 300ms ease-out;
    transition : all 300ms ease-out;
}

a:active, a:link, a:visited {
    color: #808080;
}

a:hover {
    color: #b40000;
}

a img {
    display: block;
}

.all {
    clear: both;
    margin: 0 auto;
    max-width: 974px;
    width: 90%;
}

#content {
	margin:36px auto 84px;
	overflow: hidden;
}

hr.all.plus {
    margin: 0 auto !important;
}

.third {
    width: 33.3334%;
}

.half {
    width: 50%;
}

.quarter {
    width: 25%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.pull-left {
    border-right: 1px #e5e5e5 solid;
    float: left;
    padding-right: 30px;
    width: 69%;
}

.pull-right {
    float: right;
    padding-left: 30px;
    width: 31%;
}

.no-margin {
    margin: 0;
    padding: 0;
}

#top button {
    display: none;
}

#top button {
    height: 20px; 
    width: 20px;
}

.svg #top button {
    background: url(../img/layout/button.svg) top left no-repeat;
}

.no-svg #top button {
    background: url(../img/layout/button.png) top left no-repeat;
}

form {
    overflow: hidden;
}

input{
    background-color: transparent;
    border-bottom: 1px #2a2a2a solid;
    color: #ffffff;
    display: block;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    font-weight: normal;
	margin: 0 3.3334% 26px 0;
    padding: 0 0 10px 0;
    width: 22.5%;
}

input:nth-child(4) {
    margin-right: 0;
}

#sendmsg {
    border: 1px #2a2a2a solid;
    color: #a9a9a9;
    cursor: pointer;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    font-weight: 400;
	line-height: 26px;
    margin-bottom: 26px;
    margin-right: 0;
    padding: 4px 40px 4px 20px;
	position: relative;
    text-transform: uppercase;
    width: auto;
	vertical-align: middle;
    -webkit-transition : all 350ms ease-out; 
    -moz-transition : all 350ms ease-out;
    -o-transition : all 350ms ease-out;
    -ms-transform : all 350ms ease-out;
    transition : all 350ms ease-out;
}

.svg #sendmsg:hover {
    background-color: #b40000;
	border-color: #b40000;
    color: #ffffff;
}

.no-svg #sendmsg:hover {
    background-color: #b40000;
	border-color: #b40000;
    color: #ffffff;
}

.svg #sendmsg {
	background: transparent url(../img/layout/liw.svg) top 14px right 25px no-repeat;
}

.no-svg #sendmsg:after {
    background: transparent url(../img/layout/liw.png) top 14px right 25px no-repeat;
}

textarea{
    background-color: transparent;
    border-bottom: 1px #2a2a2a solid;
	border-top: 1px #2a2a2a solid;
    clear: both;
    color: #ffffff;
    display: block;
    float: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 100px;
	margin-bottom: 26px;
    padding: 10px 0;
    resize: none;
    width: 100%;
}

iframe{
    margin-bottom: 26px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 26px;
    margin-top: 26px;
	text-align:left;
}

td {
    border: 1px #e5e5e5 solid;
    padding: 10px;
    vertical-align: top;
}

th {
    background-color:#f2f2f2;
    border: 1px #e5e5e5 solid;
    font-weight: 700;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
}

#hide {
    display: none;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 5%;
	top: 41px;
}

.svg #hide {
	background: url(../img/layout/button.svg) top left no-repeat;
}

.no-svg #hide {
	background: url(../img/layout/button.png) top left no-repeat
}

.bold {
	font-weight: 700;
}

#cookies-message-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

#cookies-message {
    border-top: 1px #b40000 solid;
    color: #b2b2b2;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 35px !important;
    text-align: center;
    bottom: 0px;
    background: rgba(18,18,18,0.95);
    z-index: 9;
}

#cookies-message a:hover {
    color: #ffffff;
}

#accept-cookies-checkbox {
    background-color: #b40000;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 10px 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.5px;
	margin: 0 0 26px 0;
    position: relative;
    text-transform: uppercase;
}

h1, h2, h3 {
	color: #b40000;
}

h4 {
	font-size: 17px;
}

li h4 {
    position: relative;
}

.svg li h4:before {
    content: url(../img/layout/li-h.svg);
    display: inline-block;
    left: -10px;
    position: absolute;
    top: -2px;
}

.no-svg li h4:before {
    content: url(../img/layout/li-h.png);
    display: inline-block;
    left: -16px;
    position: absolute;
    top: -2px;
}

li h4 {
	margin-bottom: 0;
	text-transform: none;
}

.offer-nav li:before {
	top: 4px;
}

#submenu h3 {
	font-size: 15px;
	margin-bottom: 0;
}

#submenu li:before {
	top: 0;
}

article h4 {
	font-size: 15px;
}

.more {
	font-size: 12px;
	display: inline-block;
	line-height: 24px;
	padding: 1px 26px 2px 15px;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.more:active , a.more:link , a.more:visited {
	background-color: #333333;
	color: #e5e5e5;
}

a.more:hover {
	background-color: #b40000;
	color: #ffffff;
}

a.more:after {
	display: inline-block;
	height: 7px;
	opacity: 0.9;
	position: absolute;
	right: 14px;
	top: 1px;
	width: 5px;
}

a.more:hover:after {
	opacity: 1;
}

.svg a.more:active:after , .svg a.more:link:after , .svg a.more:visited:after {
	content: url(../img/layout/liw.svg);
}

.no-svg a.more:active:after , .no-svg a.more:link:after , .no-svg a.more:visited:after {
	content: url(../img/layout/liw.png);
}

/* styl */

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


body, html {
    background: #ffffff;
    color: #4c4c4c;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin: 0px;
	line-height: 1.42857143;
    padding: 0px;
}

header {
    background: #111111 url(../img/layout/bottom-bg.png) top center no-repeat;
    border-bottom: 1px #2a2a2a solid;
    border-top: 10px #b40000 solid;
}

header .all {
    overflow: hidden;
    padding-top: 25px;
}

.logo {
    margin: 15px 0 29px 0;
}

header a {
    display: inline-block;
    float: left;
}

header nav {
    float: right;
}

header nav ul {
    margin-bottom: 0;
}

header nav li {
    border-left: 1px #333333 solid;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    float: left;    
    margin-bottom: 0;
    padding: 0;
}

header nav li a {
	padding: 10px 50px 10px 15px;
}

header nav li a:after {
	content: attr(data-title);
	display: block;
	font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}

header nav li:last-child a {
    padding-right: 0;
}

.svg header nav li:before , .no-svg header nav li:before {
	display: none;
}

header nav li span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    display: none;
}

header nav a:active, header nav a:link, header nav a:visited {
    color: #aaaaaa;
}

header nav a:hover {
    color: #ffffff;
}

#para {
	background-image: url(../img/layout/bg.jpg);
	background-attachment: fixed;
	background-position: 50% -100px;
	background-repeat: no-repeat;
	background-size: cover;
}

#slider {
	background: #111111;
}

#left {
    border-right: 1px #e5e5e5 solid;
    float: left;
    padding-right: 30px;
    width: 69%;
}

#right {
    float: left;
    padding-left: 30px;
    width: 31%;
}

#news span {
	font-size: 15px;
	margin-bottom: 12px;
}

#offer-menu div {
	float: left;
	width: 33.333334%;
}

#offer-menu h2 {
	font-size: 16px;
	margin-bottom: 16px;
}

#offer-menu h2 a:active , #offer-menu h2 a:link , #offer-menu h2 a:visited {
	color: #4c4c4c;
}

#offer-menu h2 a:hover {
	color: #b40000;
}

.offer-nav li {
    border-bottom: 1px #e5e5e5 solid;
    margin-bottom: 26px;
    overflow: hidden;
    padding: 0 0 26px 26px;
}

.offer-nav li:last-child {
    border-bottom: none;
}

.svg .offer-nav li:before {
	left: 10px;
}

a.offer-link {
	position: relative;
}

a.offer-link:after {
	display: inline-block;
	height: 7px;
	opacity: 1;
	position: absolute;
	right: -11px;
	top: -2px;
	width: 5px;
}

.svg a.offer-link:after {
	content: url(../img/layout/li.svg);
}

.no-svg a.offer-link:after {
	content: url(../img/layout/li.png);
}

.pull-right a {
	display: block;
}

.pull-right a img {
	max-width: 100%;
}

#clients-list , #portfolio-list {
    border-left: 1px #e5e5e5 solid;
    border-top: 1px #e5e5e5 solid;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
}

#clients-list li , #portfolio-list li {
    display: inline-block;
    float: left;
    height: 200px;
    border-bottom: 1px #e5e5e5 solid;
    border-right: 1px #e5e5e5 solid;
    margin-bottom: 0;
    padding: 20px;
    width: 25%;
}

#portfolio-list li {
	height: auto;
}

.svg #clients-list li:before , .no-svg #clients-list li:before , .svg #portfolio-list li:before , .no-svg #portfolio-list li:before  , .svg #portfolio-list li h4:before , .no-svg #portfolio-list li h4:before {
	display: none;
}

#clients-list li img , #portfolio-list li img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}

.portfolio ul {
	border-left: 1px #e5e5e5 solid;
	border-top: 1px #e5e5e5 solid;
	overflow: hidden;
}

.portfolio ul li {
	border-bottom: 1px #e5e5e5 solid;
	border-right: 1px #e5e5e5 solid;
	float: left;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	width: 33.33334%;
}

.portfolio ul li a {
	display: block;
}

.portfolio ul li a img {
	margin: 0 auto;
	max-width: 100%;
}

.portfolio ul li:before {
	display: none;
}

.portfolio li span {
	margin-bottom: 10px;
}

.portfolio li p {
	margin-bottom: 0;
}

.portfolio p a {
  border: none;
  border: 1px #e5e5e5 solid;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  margin: 0 5px;
  white-space: nowrap;
  padding: 5px 11px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 1px;
}

.portfolio p a:hover{
  background-color: #b40000;
  border-color: #b40000;
  color: #ffffff;
}

footer {
    background: #111111 url(../img/layout/bottom-bg.png) top center no-repeat;
    clear: both;
    color: #a9a9a9;
	overflow: hidden;
    padding: 30px 0 0 0;
}

footer h5 {
	font-size: 15px;
	margin-bottom: 20px;
}

#contact {
    overflow: hidden;
}

#contact-info {
	float: left;
	margin-right: 6%;
	width: 24%;
}

#contact-form {
	float: left;
	width: 70%;
}

p a.tel {
	color: #4c4c4c;
}

footer a.tel {
	color: #a9a9a9;
}

#legal {
    background: url(../img/layout/tel-bg.png) top center no-repeat;
    border-bottom: 1px #2a2a2a solid;
    border-top: 1px #2a2a2a solid;
    height: 84px;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-top: 31px;
}

.copy {
    color: #666666;
}

.copy span {
	
}

.copy strong {
	font-weight: 400;
}

.copy.right {
	text-align: right;
}

@media screen and (min-width: 978px) {
	
	#top-menu {
		display: block !important;
	}	
}

@media screen and (max-width: 978px) {
	
	header .all {
		padding-top: 9px;
	}
	
	.logo {
		margin-bottom: 17px;
	}
	
	#hide {
		display: inline-block;
	}
	
	#top-menu {
		background: #111111 url(../img/layout/bottom-bg.png) top center no-repeat;
		border-top: 1px #333333 solid;
		display: none;
		left: 0;
		padding: 0 5%;
		position: absolute;
		top: 93px;
		width: 100%;
		z-index: 1;
	}
	
	header nav li {
		border-left: none;
		width: 100%;
	}
	
	header nav li a {
		border-bottom: 1px #333333 solid;
		padding: 20px 0 20px 0;
		width: 100%;
	}

	header nav li a:after {
		border-left: 1px #333333 dotted;
		display: inline-block;
		margin-left: 20px;
    	padding-left: 20px;
	}
	
	header nav li span {
		border-left: 1px #333333 dotted;
		display: inline-block;
		margin-left: 20px;
		padding-left: 20px;
	}
	
	header nav li a:hover {
		border-bottom-color: #b40000;
	}
	
	#offer-menu div {
		width: 50%;
	}
	
	.clr2 {
		display: block;
	}
	
	#clients-list li, #portfolio-list li {
		width: 33.33334%;
	}
	
	.portfolio#left {
		border-right: none;
		padding-right: 0;
		width: 100%;
	}
	
	.portfolio#right {
		padding-left: 0;
		width: 100%;
	}
	
	.portfolio#right a {
		display: inline-block;
		float: left;
		padding: 20px;
		width: 33.3334%;
	}
	
	.portfolio#right a img {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	
	#left {
		border-bottom: 1px #e5e5e5 solid;
		border-right: none;
		margin-bottom: 26px;
		padding: 0;
		width: 100%;
	}
	
	#right {
		padding: 0;
		width: 100%;
	}
	
	.third , .half, .quarter {
		width: 100%;
	}
	
	.pull-left , .pull-right {
		border: none;
		padding: 0;
		width: 100%;
	}
	
	.pull-right {
		margin-bottom: 26px;
	}
	
	.offer-nav li:before {
		display: none;
	}
	
	.portfolio ul li {
		width: 50%;
	}
	
	#clients-list li, #portfolio-list li {
		width: 50%;
	}
	
	.copy.right {
	text-align: left;
	}
	
	#contact-info {
		border-bottom: 1px #333333 solid;
		float: left;
		margin-bottom: 26px;
		margin-right: 0%;
		width: 100%;
	}
	
	#contact-form {
		float: left;
		width: 100%;
	}
	
	#para {
		background-position: top 0 center !important;
	}
	
}

@media screen and (max-width: 539px) {
	
	#contact-info p a {
		display: inline-block;
		margin-top: 10px;
	}
	
	input {
		margin-right: 5%;
		width: 47.5%;
	}
	
	input:nth-child(2n+2) {
		margin-right: 0;
	}
	
}

@media screen and (max-width: 436px) {
		
	.portfolio ul li {
		width: 100%;
	}
	
	#clients-list li, #portfolio-list li {
		width: 100%;
	}
	
}

@media screen and (max-width: 400px) {
	
	#offer-menu div {
		width: 100%;
	}
}

/* shadowbox */

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{color:#ffffff; font-size: 14px; font-weight:400;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-body-inner img{margin: 0;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(../js/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:14px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(../js/close.png);}
#sb-nav-next{background-image:url(../js/next.png);}
#sb-nav-previous{background-image:url(../js/previous.png);}
#sb-nav-play{background-image:url(../js/play.png);}
#sb-nav-pause{background-image:url(../js/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}	