@font-face {
    font-family: "Clear Sans";
    src: url('../fonts/clearsans-regular-webfont.eot');
    src: url('../fonts/clearsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clearsans-regular-webfont.woff2') format('woff2'),
         url('../fonts/clearsans-regular-webfont.woff') format('woff'),
         url('../fonts/clearsans-regular-webfont.ttf') format('truetype'),
         url('../fonts/clearsans-regular-webfont.svg#ClearSans') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {height: 100%;}
body {
    color: #1B1F12;
    font: 16px/1.3 "Clear Sans",Arial,Helvetica,sans-serif;
    margin: 0;
	background: #fff;
	-webkit-font-smoothing: subpixel-antialiased !important;
}
a {
	text-decoration: none;
	color: #618f01;
}
a:hover {
	text-decoration: underline;
	outline: none;
	-webkit-transition: color linear 0.1s;
	-moz-transition: color linear 0.1s;
	-o-transition: color linear 0.1s;
	transition: color linear 0.1s;
}
a,
input {
	outline: none;
}
h1, h2, h3, h4, h5, p, ul, li, form, input {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
dl, dt, dt {
	margin: 0px;
	padding: 0px;
}
select {
	margin: 0px;
	padding: 0px;
}
ul {list-style: none;}
input,
textarea,
select {
	font: 100% 'PT Sans',"Trebuchet MS", Wingdings, "Zapf Dingbats", sans-serif;
	vertical-align: middle;
	color: #000;
}
input[type="submit"]{cursor: pointer;}
form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
q {quotes: none;}
q:after,
q:befor {
	content: "";
}
noscript {
	color: #f00;
	display: block;
	font: 17px/21px 'PT Sans',"Trebuchet MS", Wingdings, "Zapf Dingbats", sans-serif;
	padding: 5px 0;
	text-align: center;
}
table {
	border-collapse: collapse;
	border: none;
}
.photo-right {
	float: right;
	margin: 0 0 15px 20px;
	border: 5px solid #8dc416;
}
.photo-left {
	float: right;
	margin: 0 20px 15px 0;
	border: 5px solid #8dc416;
}
.wrapper {
	width: 100%;
	overflow: hidden;
}
.main {
	position: relative;
	z-index: 1;
}
.header {
    margin: 0 auto;
    position: relative;
    width: 960px;
    z-index: 2;
}
.header:after {
	clear: both;
	content: "";
	display: block;
}
.logo {
    background: url("../images/logo.png") no-repeat ;
    float: left;
    height: 47px;
    margin: 18px 65px 0 7px;
    overflow: hidden;
    text-indent: -9999px;
    width: 145px;
}
.logo a {
	display: block;
	height: 100%;
}
.header nav {float: left;}
.nav > ul {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 79px;
	list-style: none;
}
.nav > ul > li {
	float: left;
	position: relative;
}
.nav > ul > li > a {
    color: #808080;
    display: block;
    padding: 0 21px;
}
.nav > ul > li.active > a,
.nav > ul > li:hover a,
.nav > ul > li > a:hover {
	color: #fff;
	background: #00804b;
	text-decoration: none;
}
.nav > ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0;
	line-height: 43px;
	top: 79px;
	width: 270px;
	background: #fff;
	display: none;
}
.nav > ul ul li {
    float: left;
	width: 100%;
	clear: both;
    position: relative;
}
.nav > ul ul li:last-child::after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    bottom: -5px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
}
.nav > ul ul a {
	color: #4d4d4d;
	display: block;
	padding: 0 15px;
}
.nav > ul ul .active a,
.nav > ul ul a:hover {
	background: #f8983e;
	color: #fff;
	text-decoration: none;
}
.nav > ul li:hover ul {display: block;}
.drops {
    background: url("../images/ico-drop1.png") no-repeat scroll 0 0 ;
    cursor: pointer;
    display: none;
    height: 16px;
    position: absolute;
    right: 16px;
    top: 17px;
    width: 16px;
}
.promo {
	background: url("../images/bg-promo.jpg")  #03a160;
	overflow: hidden;
	padding: 38px 0 50px;
	position: relative;
	z-index: 1;
}
.promo::after {
    background: url("../images/bg-shadow.png") repeat-y ;
    content: "";
    height: 100%;
    left: 50%;
    margin: 0 0 0 -762px;
    opacity: 0.35;
    position: absolute;
    top: 0;
    width: 1162px;
    z-index: 1;
}
.promo::before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
.promo-holder {
	width: 960px;
	margin: 0 auto;
}
.promo .promo-img {
    float: left;
    padding: 14px 0 0;
    width: 50%;
}
.promo .text {
   float: right;
   width: 50%;
}
.promo-text-holder {
    color: #fff;
    font: italic 300 18px/1.45 lato,Arial,Helvetica,sans-serif;
    letter-spacing: 1px;
    position: relative;
}
.promo-text {
	list-style: outside none none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	border-radius: 20px;
	z-index: 3;
	background: none repeat scroll 0 0 #008c52;
}
.promo-text-holder::after {
    background: url("../images/separator7.png") no-repeat ;
    content: "";
    height: 48px;
    left: -60px;
    position: absolute;
    top: 156px;
    width: 60px;
    z-index: 2;
}
.promo-text li {
    left: 0;
    padding: 28px 24px 43px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.promo-text li.active {z-index: 2;}
.promo-text-holder p {margin: 0 0 25px;}
.nav-promo-text {
    list-style: outside none none;
    margin: -44px 0 0 21px;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 5;
}
.nav-promo-text li {
	float: left;
	margin: 0 10px 0 0;
}
.nav-promo-text a {
    background: #00663c;
    border-radius: 50%;
    display: block;
    height: 12px;
    overflow: hidden;
    text-indent: -999px;
    width: 12px;
}
.nav-promo-text a:hover,
.nav-promo-text a.active,
.nav-promo-text a:active {
	background: #fff;
}
.box-your-project {background: #fafafa;}
.container .box-your-project h2 {
    color: #d64646;
    font: 300 24px/50px Lato,Arial,Helvetica,sans-serif;
    margin: 0 0 20px;
    word-spacing: 2px;
}
.box-your-project h2 span {
    border: 5px solid #d64646;
    color: #d64646;
    display: inline-block;
    font: bold 24px/52px Lato,Arial,Helvetica,sans-serif;
    padding: 0 15px;
}
.box-your-project h2 img {
    display: block;
    margin: 0 auto 27px;
}
.box-your-project .text {
    position: relative;
    width: 50%;
}
.your-project-list {
    background: url("../images/separator1.jpg") repeat-y scroll 50% 0 ;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 1px;
    padding: 57px 0 0;
}
.your-project-list article {padding: 0 0 156px;}
.your-project-list article:last-child {padding: 0 0 140px;}
.your-project-list article:after {
	clear: both;
	content: "";
	display: block;
}
.your-project-list article strong {
    display: block;
    font: 300 25px Lato,Arial,Helvetica,sans-serif;
    margin: 0 0 17px;
    position: relative;
    text-transform: uppercase;
    word-spacing: 8px;
}
.your-project-list .text:after {
    background: none repeat scroll 0 0 #fff;
    border: 5px solid #fff;
    border-radius: 50%;
    content: "";
    height: 16px;
    position: absolute;
    right: -13px;
    top: 0;
    width: 16px;
}
.your-project-list article.item2 .text::after,
.your-project-list article.item4 .text::after {
    left: -13px;
    right: auto;
}
.your-project-list .item1 strong {color: #766b61;}
.your-project-list .item2 strong {color: #c03f3f;}
.your-project-list .item3 strong {color: #81ac81;}
.your-project-list .item4 strong {color: #ff9c40;}
.your-project-list .item1 .text-inner,
.your-project-list .item3 .text-inner {
	padding: 0 45px 0 0
}
.your-project-list .item2 .text-inner,
.your-project-list .item4 .text-inner {
	padding: 0 0 0 45px
}
.your-project-list .item1 .text:after {border: 5px solid #beafa2}
.your-project-list .item2 .text:after {border: 5px solid #c42323}
.your-project-list .item3 .text:after {border: 5px solid #81ac81}
.your-project-list .item4 .text:after {border: 5px solid #ff9c40}
.your-project-list .item1 img,
.your-project-list .item3 img {
    float: right;
    margin: -12px 16% 0 0;
}
.your-project-list .item2 img,
.your-project-list .item4 img {
    float: left;
    margin: -30px 0 0 16%;
}
.your-project-list .item3 img {margin: -16px 16% 0 0;}
.your-project-list .item4 img {margin: -11px 0 0 16%;}
.your-project-list .item1 .text,
.your-project-list .item3 .text {
	text-align: right;
}
.your-project-list .item2 .text,
.your-project-list .item4 .text {
    float: right;
    text-align: left;
}
.main h2 {
    color: #808080;
    font: 500 24px Lato,Arial,Helvetica,sans-serif;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
}
.btn {
    background: none repeat scroll 0 0 #fff;
    border-radius: 20px;
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
    color: #61ae8c;
    display: block;
    font-size: 18px;
    line-height: 44px;
    margin: 0 auto 13px;
    text-decoration: none !important;
    width: 160px;
}
.btn:hover {
	text-decoration: none;
	background: #f7f7f7;
}
.col-contextual-advertising h3 {
    background: url("../images/bg-heading.jpg") repeat-x scroll 0 -89px ;
    border-radius: 5px 5px 0 0;
}
.three-columns .col-content:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	background: rgba(0, 0, 0, 0.1) ;
}
.three-columns .col:first-child .col-content:after {display: none;}
.col-social-advertising h3 {
    background: url("../images/bg-heading.jpg") repeat-x scroll 0 -189px ;
    border-radius: 0 5px 0 0;
}
.box-order-service ul,
.col-contextual-advertising .col-holder ul {
    margin: 0 10px;
    overflow: hidden;
    padding: 0;
}
.box-order-service ul {margin: 0 0 -5px;}
.box-order-service li,
.col-contextual-advertising .col-holder li {
    border-top: 1px solid #e6e6e6;
    margin: -1px 0 0;
    padding: 36px 0;
}
.col-social-advertising  .col-holder ul {
    margin: 0 10px;
    overflow: hidden;
    padding: 0;
	color: #b2b2b2;
	font-size: 16px;
	text-align: center;
}
.col-social-advertising .col-holder li {
    border-top: 1px solid #e6e6e6;
    margin: -1px 0 0;
    padding: 40px 0;
}
.col-social-advertising .col-holder ul strong {
    color: #3b5998;
    display: block;
    font: 500 22px/1.3 Lato,Arial,Helvetica,sans-serif;
}
.col-social-advertising  .col-holder ul a:hover {text-decoration: none;}
.three-columns .detal {
    color: #b2b2b2;
    font-size: 16px;
    min-height: 67px;
    padding: 42px 10px 10px;
    text-align: center;
}
.three-columns .detal h4 {
	color: #61ad61;
	font: 500 22px/1.3 Lato,Arial,Helvetica,sans-serif;
}
.three-columns .col.col-social-advertising .col-holder img {margin-bottom: 7px;}
.three-columns .col:first-child .col-holder img {margin-bottom: 45px;}
.bg {
    left: 50%;
    margin: 0 0 0 -601px;
    opacity: 0.5;
    position: absolute;
    top: 0;
    z-index: 6666;
}
.container {
    margin: 0 -999px;
    overflow: hidden;
    padding: 79px 999px 73px;
    position: relative;
}
.container:nth-child(2n) {background: #fafafa;}
.container::after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.our-customers h2 {
    color: #ffffff;
    font: 300 24px Lato,Arial,Helvetica,sans-serif;
    margin: 0 0 63px;
    text-align: center;
    text-transform: uppercase;
}
.gallery, .our-customers-gallery {
    margin: 0;
    position: relative;
}
.gallery-holder:after,
.our-customers-gallery:after {
	clear: both;
	content: "";
	display: block;
}
.gallery-holder,
.our-customers-holder {
    overflow: hidden;
    position: relative;
}
.gallery ul,
.our-customers ul {
	width: 99999px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.gallery li,
.our-customers li {
    float: left;
    width: 240px;
}
.gallery img,
.our-customers img {
    display: block;
    margin: 0 auto;
}
.gallery .btn-prev, .gallery .btn-next, .our-customers .btn-prev, .our-customers .btn-next {
    background: url("../images/btn-gallery.png") no-repeat ;
    height: 49px;
    left: -32px;
    margin: -26px 0 0;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 31px;
    z-index: 5;
}
.gallery .btn-next, .our-customers .btn-next {
    background-position: -47px 0;
    left: auto;
    right: -32px;
}
.gallery .btn-prev:hover,
.our-customers .btn-prev:hover {
	background-position: 0 -53px;
}
.gallery .btn-next:hover,
.our-customers .btn-next:hover {
    background-position: -47px -53px;
}
.container.our-customers {
    background: url("../images/bg-our-customers.jpg") repeat scroll 0 0 #3b3735;
    padding-bottom: 106px;
    padding-top: 76px;
}
.our-customers li > a:hover > img {display: none;}
.our-customers li > a:hover > span {display: block;}
.our-customers span {display: none;}
.box-result {
    background: url("../images/icon-ok.png") no-repeat scroll 50% 0 ;
    color: #808080;
    font-size: 20px;
    line-height: 1.3;
    overflow: hidden;
    padding: 137px 0 0;
    text-align: center;
}
.box-result h2 {
    color: #d64646;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 22px;
}
.box-result p {margin: 0;}
.box-result strong {color: #d64646;}
.box-content-text {
    background: none repeat scroll 0 0 #f8f8f8;
    padding-bottom: 45px;
    padding-top: 69px;
}
.box-content-text-holder {
    line-height: 1.5;
    margin: 0 0 24px;
    overflow: hidden;
}
.box-content-text .img-holder {
    float: left;
    margin: 0 29px 0 0;
    width: 460px;
}
.box-content-text .img-holder img {
	display: block;
	margin: 0 auto;
}
.box-content-text .content-text {overflow: hidden;}
.box-content-text p {margin: 0 0 15px;}
.main .box-content-text h2 {
    color: #222222;
    font-size: 32px;
    font-weight: 300;
    text-align: left;
    text-transform: none;
}
.box-content-text  p {margin: 0 0 20px;}
.box-content-text ul {
    margin: 0 0 20px;
    padding: 13px 0 0 7px;
}
.main .box-content-text ul li {
    margin: 0 0 8px;
    padding: 0 0 0 25px;
    position: relative;
}
.main .box-content-text ul li::after {
    background: url("../images/separator2.png") no-repeat scroll 0 0 ;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 16px;
}
.statistics {
    border-top: 1px solid #ededed;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 48px 0 0;
    text-align: center;
}
.statistics .box {
    border: 8px solid #808080;
    border-radius: 50%;
    color: #808080;
    cursor: pointer;
    display: inline-block;
    margin: 0 35px 19px;
    vertical-align: top;
    width: 145px;
}
.statistics .box:active,
.statistics .box:hover {
	border: 8px solid #d64646;
	color: #d64646;
}
.statistics .box-inner {
    display: table;
    width: 100%;
}
.statistics .box-frame {
    display: table-cell;
    height: 145px;
    padding: 0 5px;
    vertical-align: middle;
}
.statistics strong {
    display: block;
    font: bold 31px Lato,Arial,Helvetica,sans-serif;
    margin: 0 0 8px;
}
.alert-holder {
    margin: 0 0 -40px;
    overflow: hidden;
}
.alert {
    background: url("../images/bg-alert.png") repeat-y scroll 0 0 ;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 18px;
	position: relative;
    margin: 0 0 48px;
    padding: 0 20px 0 135px;
}
.alert:after {
	clear: both;
	content: "";
	display: block;
}
.alert .alert-inner {
    display: table-cell;
    height: 102px;
    padding: 10px 0;
    vertical-align: middle;
}
.alert-error {background-position: 0 0}
.alert-ok {background-position: -1208px 0;}
.alert-look {background-position: -2507px 0;}
.alert-mes {background-position: -3631px 0;}
.alert-detal {
	color: #222222;
    background-position: -4822px 0;
}
.alert-error a {color: #ffe99d;}
.alert-ok a {color: #cbffcb;}
.alert-look a {color: #ffe99d;}
.alert-mes a {color: #ffe99d;}
.alert-detal a {color: #c42323;}
.alert a {text-decoration: underline;}
.alert a:hover {text-decoration: none;}
.alert::after {
    background: url("../images/icon1.png") no-repeat;
    content: "";
    height: 70px;
    left: 23px;
    margin: -35px 0 0;
    position: absolute;
    top: 50%;
    width: 70px;
}
.alert-error:after {background-position: 0 0}
.alert-ok::after {background-position: 0 -166px;}
.alert-look::after {background-position: 0 -332px;}
.alert-mes::after {background-position: 0 -506px;}
.alert-detal::after {background-position: 0 -672px;}
.box-error {background-position: -96px 0;}
.box-ok {background-position: -1305px 0;}
.box-look {background-position: -2604px 0;}
.box-mes {background-position: -3727px 0;}
.box-detal {background-position: -4919px 0;}
.box-error::after,
.box-ok::after,
.box-look::after,
.box-mes::after,
.box-detal::after {
	display: none;
}
.box-error,
.box-ok,
.box-look,
.box-mes,
.box-detal {
	padding: 0 20px 0 40px;
}
.blockquote {
    color: #222222;
    font-size: 16px;
    font-style: italic;
    margin: -11px 10px 10px;
    overflow: hidden;
    padding: 0;
}
.blockquote q {
    display: block;
    letter-spacing: 1px;
    line-height: 1.8;
    margin: 0 0 21px;
    overflow: hidden;
    word-spacing: 2px;
}
.blockquote q::before {
    background: url("../images/separator-blockquote.png") no-repeat scroll 0 0 ;
    content: "";
    display: inline-block;
    height: 23px;
    position: relative;
    top: 3px;
    width: 40px;
}
.container-text {
    line-height: 1.48;
    padding-bottom: 22px;
}
.container-text .heading {
    background: url("../images/bg-heading1.jpg") repeat scroll 0 0 #fefefe;
    margin: -74px 0 33px;
    overflow: hidden;
    padding: 42px 0;
    position: relative;
}
.container-text .heading::after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 3;
}
.page-text .container-text .heading {
    margin: -74px 0 77px;
}
.container-text .heading h1 {
	margin: 0 0 0;
	text-transform: uppercase;
	color: #808080;
	font: 500 32px/1.2 Lato,Arial,Helvetica,sans-serif;
}
.container-text .heading h1 span {
    background: url("../images/separator12.png") no-repeat 100% 50%;
    display: inline-block;
    padding: 0 21px 0 0;
}
.container-text h2,
.container-text aside h3 {
    color: #808080;
    font: 700 20px/1.2 Lato,Arial,Helvetica,sans-serif;
    margin: 0 0 38px;
    text-align: left;
    text-transform: none;
}
.container-text .two-columns h2, .container-text aside h3 {
    color: #222222;
    font-size: 22px;
	margin: 0 0 20px;
}
.container-text aside h3 {margin: 0 0 15px;}
.two-columns aside ul {
	margin: 0 0 10px;
	padding: 0;
}
aside .box-collaboration ul {color: #61ad61;}
.two-columns aside li {
	overflow: hidden;
	position: relative;
}
aside .box-collaboration li {
	padding: 0 0 0 32px;
	margin: 0 0 10px;
}
aside .box-collaboration li::after {
    color: #61ad61;
    content: ">";
    font-family: "Comic Sans MS",Arial,Helvetica,sans-serif;
    font-size: 19px;
    left: 8px;
    position: absolute;
    top: -3px;
}
.container-text p {margin: 0 0 15px;}
.container-text a {
	color: #ff7d00;
	text-decoration: underline;
}
.container-text a:hover {
	text-decoration: none;
	color: #d64646;
}
.two-columns {overflow: hidden;}
.two-columns .col-text {
	float: left;
	width: 100%;
}
.two-columns .col-text-inner {padding: 0 350px 0 0;}
.two-columns .col-text ul {
    margin: 0 0 30px;
    overflow: hidden;
}
.two-columns .col-text li {
    margin: 0 0 1px;
    overflow: hidden;
    padding: 0 0 0 13px;
    position: relative;
}
.two-columns .col-text li::after {
    background: none repeat scroll 0 0 #81ac81;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 11px;
    width: 3px;
}
.two-columns .col-text .list-project {margin: 0 0 71px;}
.two-columns .list-project li {
    background: url("../images/separator11.png") no-repeat scroll 0 7px ;
    box-sizing: border-box;
    float: left;
    padding: 0 0 0 16px;
    width: 50%;
}
.two-columns .list-project li:after {display: none;}
.container-text .two-columns p {margin: 0 0 25px;}
.two-columns .features li {
    margin: 0 0 2px;
    padding: 0 0 0 57px;
}
.two-columns .features li::after {
    background: none repeat scroll 0 0 #81ac81;
    border-radius: 6px;
    content: "";
    height: 6px;
    left: 36px;
    position: absolute;
    top: 11px;
    width: 6px;
}
.two-columns .features h3 {
    color: #81ac81;
    font: bold 18px "Clear Sans",Arial,Helvetica,sans-serif;
    margin: 0 0 2px;
}
.two-columns .features p {margin: 0 0 20px;}
.two-columns aside {
    float: left;
    margin: 0 0 0 -303px;
    width: 300px;
}
aside .box {margin: 0 0 30px;}
aside .box:after {
	clear: both;
	content: "";
	display: block;
}
aside .box-info {margin: 0 0 40px;}
aside .box-detal {
    background: none repeat scroll 0 0 #94c594;
    border-radius: 5px;
    color: #e9fee9;
    margin: 0 0 71px;
    padding: 4px 45px 0;
}
aside .box-detal h4 {
	margin: 0 0 5px;
	color: #ffffff;
	font: 700 18px Lato, Arial, Helvetica, sans-serif;
}
aside .box-detal .item {
    border-top: 1px solid #81ac81;
    margin: -1px 0 0;
    overflow: hidden;
    padding: 38px 0;
}
aside .box-detal .item:first-child {border: none;}
aside .box-detal .btn {
    background: none repeat scroll 0 0 #ffe27e;
    box-shadow: none;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    line-height: 43px;
    text-align: center;
    width: auto;
}
aside .box-detal .btn:hover {background: none repeat scroll 0 0 #f5d051;}
aside .box-manager {margin: 0 0 72px;}
aside .box-manager li {
    margin: 0 0 7px;
    padding: 0 0 0 32px;
}
aside .box-manager li::after {
    background: url("../images/separator10.png") no-repeat ;
    content: "";
    height: 16px;
    left: 6px;
    position: absolute;
    top: 2px;
    width: 16px;
}
aside .box-contact li::after {
    background: url("../images/separator10.png") no-repeat ;
    content: "";
    height: 16px;
    left: 6px;
    position: absolute;
    top: 4px;
    width: 16px;
}
aside .box-contact li {
    margin: 0 0 7px;
    padding: 0 0 0 30px;
}
aside .box-contact li.phone::after {background-position: 0 -35px}
aside .box-contact li.skype::after {background-position: 0 -64px;}
.box-order-service .col-bottom {
    background: url("../images/bg-container-dark.jpg") repeat scroll 0 0 ;
    border-radius: 5px;
    padding: 23px 0;
    text-align: center;
}
.box-order-service .cost {
	display: block;
	font-size: 18px;
	color: #808080;
	font-weight: normal;
}
.box-order-service .cost strong {
    color: #c42323;
    font-size: 18px;
    font-weight: 700;
}
.box-order-service .btn {
    background: none repeat scroll 0 0 #ffe27e;
    box-shadow: none;
    color: #000;
    margin-bottom: 7px;
    width: 182px;
}
.box-order-service .btn:hover {
	background: #f5d051;
	color: #000;
}
.table-holder {
    border-radius: 5px;
    margin: 0 0 3px;
    overflow: hidden;
    padding: 0 0 0 1px;
}
.container table {
    border-collapse: collapse;
    width: 100%;
}
.container table thead th {
	height: 77px;
	padding: 0;
	color: #5e544b;
	border-left: 1px solid #e8cc6c;
	font: 400 18px/77px Lato,Arial,Helvetica,sans-serif;
	background: url("../images/bg-th.jpg") repeat-x;
}
.container table thead th:first-child {border: none;}
.container table tbody th, .container table tbody td {
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    line-height: 60px;
    padding: 0;
}
.container table tbody th {
    border-left: 1px solid #ebebeb;
    color: #222222;
    font-weight: 500;
    width: 230px;
}
.container table tbody tr:hover th,
.container table tbody tr:hover td {
	color: #81ac81;
}
.container table tbody tr:last-child th,
.container table tbody tr:last-child td {
	border-bottom: 1px solid #f7f7f7;
}
.container table tbody tr.even th,
.container table tbody tr.even td {
	background: #f7f7f7;
}
.table-prace .mark {
    background: url("../images/separator-mark.png") no-repeat scroll 0 0 ;
    display: block;
    height: 15px;
    margin: 0 auto;
    width: 15px;
}
.table-prace tr:hover .mark {background-position: 0 -20px;}
.development-elements {
    color: #808080;
    display: table;
    margin: 0 0 6px;
    overflow: hidden;
    padding: 0 0 66px;
    position: relative;
    vertical-align: bottom;
    width: 100%;
}
.development-elements .box {
    display: table-cell;
    position: relative;
    vertical-align: bottom;
    width: 33%;
}
.development-elements .box .box-holder {
	margin: 0 0 0 20px;
	background: #fff;
	padding: 29px 24px 26px;
	border: 1px solid #e4e4e4;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.03);
}
.development-elements .box .box-holder::after {
    background: url("../images/separator4.png") no-repeat scroll 0 0 ;
    bottom: -11px;
    content: "";
    height: 13px;
    left: 50%;
    margin: 0 0 0 -9px;
    position: absolute;
    width: 18px;
}
.development-elements .box:first-child .box-holder {margin: 0;}
.development-elements::after {
    background: url("../images/separator3.png") repeat scroll 0 0 ;
    bottom: 10px;
    content: "";
    height: 6px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 100%;
}
.development-elements h3 {
    font: 300 26px/1.2 Lato,Arial,Helvetica,sans-serif;
    margin: 0 0 17px;
    text-transform: uppercase;
}
.development-elements p {margin: 0 !important;}
.development-elements .box-red h3 {color: #c03f3f;}
.development-elements .box-green h3 {color: #81ac81;}
.development-elements .box-orange h3 {color: #ee7925;}
.development-elements .box::after {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 50%;
    border-style: solid;
    border-width: 5px;
    bottom: -66px;
    content: "";
    height: 16px;
    left: 50%;
    margin: 0 0 0 -10px;
    position: absolute;
    width: 16px;
    z-index: 5;
}
.development-elements .box.box-red:after {border-color: #c42323;}
.development-elements .box.box-green:after {border-color: #81ac81;}
.development-elements .box.box-orange:after {border-color: #ff9c40;}
.development-elements .box.box-olive:after {border-color: #beafa2;}
.development-elements .box.box-gray:after {border-color: #808080;}
.development-elements .row-bottom:after {
	clear: both;
	content: "";
	display: block;
}
.development-elements .row-bottom .box {
    vertical-align: top;
    width: 50%;
}
.development-elements .row-bottom .box.box-red::after {
    bottom: auto;
    margin: 0 0 0 16px;
    top: -64px;
}
.development-elements .row-bottom .box.box-gray::after {
    bottom: auto;
    margin: 0 0 0 -46px;
    top: -64px;
}
.development-elements .row-bottom .box-holder::after {
    background: url("../images/separator5.png") no-repeat scroll 0 0 ;
    bottom: 0;
    top: -9px;
}
.development-elements .row-bottom .box.box-red .box-holder::after {margin: 0 0 0 20px;}
.development-elements .row-bottom .box.box-gray .box-holder::after {margin: 0 0 0 -42px;}
.add-development-elements {padding: 0;}
.add-development-elements:after {display: none;}
.add-development-elements .row {
    margin: 0 0 37px;
    overflow: hidden;
    padding: 0 0 67px;
    position: relative;
    width: 100%;
}
.add-development-elements .row:after {
    background: url("../images/separator3.png") repeat scroll 0 0 ;
    bottom: 10px;
    content: "";
    height: 6px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 100%;
}
.add-development-elements .row-bottom .box.box-red {
    bottom: auto;
	top: 0;
}
.development-elements.add-development-elements h3 {
    font: 500 20px/1.3 Lato,Arial,Helvetica,sans-serif;
    margin: 0 0 20px;
}
.development-elements.add-development-elements .row .box.box-orange::after {left: 40%;}
.development-elements.add-development-elements .row .box.box-orange .box-holder::after {left: 40%;}
.development-elements.add-development-elements .row .box.box-green::after {left: 60%;}
.development-elements.add-development-elements .row .box.box-green .box-holder::after {left: 60%;}
.blockquote cite {
    display: table;
    float: right;
    font-size: 14px;
    font-style: normal;
    line-height: 1.2;
    margin: 0 51px 0 0;
    position: relative;
}
.blockquote cite::after {
    background: none repeat scroll 0 0 #d9d9d9;
    content: "";
    height: 1px;
    left: -100px;
    position: absolute;
    top: 50%;
    width: 32px;
    z-index: 3;
}
.blockquote cite img {
    float: left;
    margin: 0 0 0 -55px;
}
.blockquote cite > span  {
	display: block;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
.blockquote cite strong {
    display: block;
    font-weight: normal;
}
.blockquote cite a {color: #ee7925;}
.promo.promo-inner {
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    height: auto;
    margin: 0 -10px;
    padding: 45px 10px 50px 330px;
    text-align: left;
    word-spacing: 5px;
}
.promo.promo-inner:after {display: none;}
.promo.promo-inner .cost {
    background: url("../images/bg-promo-cost.png") no-repeat scroll 0 0 ;
    color: #d64646;
    display: table;
    font: 700 36px/42px Lato,Arial,Helvetica,sans-serif;
    height: 182px;
    left: 73px;
    position: absolute;
    text-align: center;
    top: 80px;
    width: 182px;
}
.promo.promo-inner .cost > div {
	display: table-cell;
	height: 182px;
	vertical-align: middle;
}
.promo.promo-inner .cost span {
    display: block;
    font-size: 24px;
    line-height: 28px;
    margin: -5px 0 0;
}
.promo.promo-inner .btn {
    background: none repeat scroll 0 0 #ffe27e;
    border: medium none;
    box-shadow: none;
    color: #222222;
    float: left;
    margin: 0;
    padding: 0 25px;
    width: auto;
}
.promo.promo-inner .btn:hover {background: #f5d051;}
.promo.promo-inner h2 {
    color: #fff;
    font: 700 24px/1.2 Lato,Arial,Helvetica,sans-serif;
    margin: 0 0 21px !important;
    text-align: left;
    text-transform: none;
    word-spacing: 6px;
}
.development-elements.add-development-elements {
    margin: 0 0 3px;
    padding: 0;
}
.reviews-gallery {
    line-height: 1.55;
    margin: 0 0 -18px;
}
.reviews-holder {
    margin: 0 auto;
    width: 926px;
}
.reviews-list {width: 100% !important;}
.reviews-gallery li {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important;
    z-index: 1;
}
.reviews-gallery li.active {z-index: 2;}
.reviews-gallery .blockquote q {margin: 0 0 24px;}
.reviews-gallery .blockquote cite {
    float: left;
    margin: 0 0 0 127px;
}
.container-text .box-text {
    margin: 0 0 51px;
    overflow: hidden;
}
.services {
    margin: 0 0 -73px;
    overflow: hidden;
    padding: 8px 0 0;
}
.reviews-list .blockquote {
    float: left;
    margin: 0;
    padding: 0 3% 0 0;
    width: 47%;
}
.options-holder {
	color: #808080;
	font-size: 18px;
}
.options-holder:after {
	clear: both;
	content: "";
	display: block;
}
.options-holder .box {
    margin: 0 -999px;
    overflow: hidden;
	position: relative;
    padding: 78px 999px;
}
.options-holder .box::before {
    background: rgba(0, 0, 0, 0.05);
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
.options-holder .holder {display: table;}
.options-holder .img-holder {
    display: table;
    float: left;
    text-align: center;
    vertical-align: middle;
    width: 50%;
}
.options-holder .img-content {
    display: table-cell;
    height: 100%;
    margin: 0 20px 0 0;
    text-align: center;
    vertical-align: middle;
}
.options-holder .img-content img {
	display: block;
	margin: 0 auto;
}
.options-holder .text {
    float: right;
    vertical-align: top;
    width: 50%;
}
.options-holder h2 {
    color: #222222;
    font: 22px Lato,Arial,Helvetica,sans-serif;
    margin: 0;
    text-align: left;
    text-transform: none;
}
.options-holder .site {
    color: #808080;
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 25px;
    overflow: hidden;
}
.options-holder .site a {
	color: #808080;
	float: left;
	padding: 0 0 0 20px;
	text-decoration: none;
	background: url("../images/icon-site.png") no-repeat scroll 0 50% ;
}
.options-holder .site a:hover {text-decoration: underline !important;}
.options-holder p {margin: 0 0 15px;}
.options-holder p strong {color: #595959;}
.options-holder .text-inner {
    height: 284px;
    overflow: hidden;
}
.options-holder .row:after {
	clear: both;
	content: "";
	display: block;
}
.options-holder .btn-more {
    background: none repeat scroll 0 0;
    border-radius: 50%;
    float: left;
    height: 43px;
    margin: 0 16px 0 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 43px;
	display: table;
	background: #008c52
}
.options-holder .btn-more em {
	display: table-cell;
	height: 43px;
	text-align: center;
	vertical-align: middle;
}
.options-holder .btn-more span {
    background: none repeat scroll 0 0 #fff;
    display: block;
    height: 2px;
    margin: 2px auto 0;
    overflow: hidden;
    width: 12px;
}
.options-holder .btn {
    background: none repeat scroll 0 0 #ffe27e;
    box-shadow: none;
    color: #222222;
    float: left;
    font-size: 16px;
    line-height: 43px;
    margin: 0;
    padding: 0 25px;
    width: auto;
}
.options-holder .btn:hover {background: #f8d14c;}
.gallery-text {position: relative;}
.text-list {
	position: relative;
	height: 340px;
	z-index: 1;
}
.text-list li {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	right: 0;
}
.text-list li.active {z-index: 3;}
.nav-text-list-holder {
	width: 100%;
	top: 223px;
	position: absolute;
	left: 0;
	z-index: 5;
}
.gallery-text .nav-text-list {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
.gallery-text .nav-text-list li {
	float: left;
	margin: 0 10px 0 0;
}
.gallery-text .nav-text-list a {
    background: none repeat scroll 0 0 #e5e5e5;
    border-radius: 50%;
    display: block;
    height: 12px;
    outline: medium none;
    overflow: hidden;
    text-indent: -9999px;
    width: 12px;
}
.gallery-text .nav-text-list a.active,
.gallery-text .nav-text-list a:hover,
.gallery-text .nav-text-list a:active {
	background: #008c52;
}
.options-holder .box.two .text {float: left;}
.options-holder .box.two .img-holder {float: right;}
.options-holder .box.two h2 {text-align: right;}
.options-holder .box.two .btn-more {
	float: right;
	margin: 0 0 0 16px;
}
.options-holder .box.two .btn {float: right;}
.options-holder .box.two .nav-text-list {float: right;}
.options-holder .box.two .text-inner {text-align: right;}
.options-holder .box.two .site a {float: right;}
/* box-blue */
.box.box-blue {background: url("../images/bg-blue.jpg") #266483;}
.box.box-blue {color: #fff;}
.box.box-blue p strong {color: #fff;}
.options-holder .box.box-blue h2 {color: #fff;}
.options-holder .box.box-blue .site a {
    background: url("../images/icon-site-blue.png") no-repeat 0 50% ;
    color: #80d4ff;
    text-decoration: none;
}
.options-holder .box.box-blue .nav-text-list a {background: #194c66;}
.options-holder .box.box-blue .nav-text-list a.active,
.options-holder .box.box-blue .nav-text-list a:active,
.options-holder .box.box-blue .nav-text-list a:hover {
	background: #fff;
}
.options-holder .box.box-blue .btn {
	background: #194c66;
	color: #fff;
}
.options-holder .box.box-blue .btn:hover  {background: #153e53;}
.options-holder .box.box-blue .btn-more {background: #ffffff;}
.options-holder .box.box-blue .btn-more span {background: #216383;}
/* box-pink */
.box-pink .gallery-text .nav-text-list a {background: #e6e6e6;}
.box-pink .gallery-text .nav-text-list a.active,
.box-pink .gallery-text .nav-text-list a:hover,
.box-pink .gallery-text .nav-text-list a:active {
	background: #e20686;
}
.options-holder .box-pink .btn-more {background: #e20686;}
/* box-orange */
.box-orange {
	color: #fff;
	background: url("../images/bg-box-orange.jpg")
}
.options-holder .box-orange h2 {color: #fff;}
.options-holder .box-orange .site a {
	color: #ffffb2;
	background: url("../images/icon-site-orange.png") no-repeat 0 50%;
}
.options-holder .box-orange p strong {color: #fff;}
.box-orange .gallery-text .nav-text-list a {background: #ee7925;}
.box-orange .gallery-text .nav-text-list a.active,
.box-orange .gallery-text .nav-text-list a:active,
.box-orange .gallery-text .nav-text-list a:hover {
	background: #fff;
}
.options-holder .box-orange .btn-more {background: #fff;}
.options-holder .box-orange .btn-more span {background: #ff9c40;}
.options-holder .box-orange .btn {
	background: #ee7925;
	color: #fff;
}
.options-holder .box-orange .btn:hover {background: #e06126;}
.users {
    margin: 0 0 75px;
    padding: 16px 0 0;
}
.users:after {
	clear: both;
	content: "";
	display: block;
}
.user {
    display: inline-block;
    margin: 0 0 25px;
    text-align: center;
    vertical-align: top;
    width: 230px;
}
.users img {
    border: 5px solid #fff;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
.users h3 {
    color: #222222;
    font: 500 20px Lato,Arial,Helvetica,sans-serif;
    margin: 0 0 3px;
}
.users .job-title {
	display: block;
	color: #808080;
	font: 300 italic 16px Lato, Arial, Helvetica, sans-serif;
}
.users .img-holder {overflow: hidden;}
.users .img-frame {
    border-radius: 50%;
    display: inline-block;
    margin: 0 0 15px;
    position: relative;
}
.users .img-frame:hover img {border: 5px solid #61ad61;}
.users .pop-up {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #bfbfbf;
    color: #808080;
    font-size: 16px;
    left: 206px;
    padding: 33px 23px 29px;
    position: absolute;
    text-align: left;
    top: 5px;
    width: 432px;
    z-index: 88;
	display: none;
}
.users .same-height-right .pop-up {
	left: auto;
	right: 206px;
}
.users .img-frame:hover .pop-up {display: block;}
.users .pop-up::after {
    background: url("../images/separator8.png") no-repeat ;
    content: "";
    height: 18px;
    left: -8px;
    position: absolute;
    top: 67px;
    width: 12px;
    z-index: 1;
}
.users .same-height-right .pop-up::after {
    background-position: 0 -22px;
    left: auto;
    right: -11px;
}
.users .pop-up h3 {
	margin: 0 0 10px;
	color: #222222;
	font: 700 18px Lato, Arial, Helvetica, sans-serif;
}
.users .pop-up p {margin: 0 0 39px;}
.users .pop-up ul {
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
}
.users .pop-up li {
    background: url("../images/separator9.png") no-repeat 8px 7px ;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0 0 0 32px;
}
/*footer*/
.footer {
    background: url("../images/bg-footer.jpg") repeat scroll 0 0 ;
    overflow: hidden;
    padding: 15px 0 0;
    position: relative;
}
.footer::after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.footer h3 {
    color: #8c837e;
    font-family: Lato,Arial,helvetica,sans-serif;
    font-size: 23px;
    font-weight: 300;
    margin: 0 0 1px;
    word-spacing: 8px;
}
.footer .col-holder {margin: 0 0 60px;}
.footer .col-holder:after {
	clear: both;
	content: "";
	display: block;
}
.footer .col1 {
    float: left;
    width: 58%;
}
.footer .col2 {
    float: right;
    width: 34.5%;
}
.footer  .copy {
	float: left;
	color: #8c837e;
}
.footer  .copy a {color: #ffffff;}
.footer .contact {
    color: #ffffff;
    float: right;
}
.footer  .contact span {color: #ffe99d;}
.footer .social-list {
    float: right;
    list-style: outside none none;
    margin: 0 0 0 11px;
    padding: 0;
}
.footer  .social-list li {float: left;}
.footer .social-list a {
    background: url("../images/icon-social-list.png") no-repeat scroll 0 0 ;
    display: block;
    height: 60px;
    overflow: hidden;
    text-indent: -9999px;
    width: 60px;
}
.footer  .social-list .facebook {background-position: 0 0}
.footer  .social-list .facebook:hover {background-position: 0 -70px;}
.footer .social-list .vk {background-position: -57px 0;}
.footer .social-list .vk:hover {background-position: -57px -70px;}
.footer .footer-bottom {
    background: url("../images/bg-footer-bottom.jpg") repeat-x scroll 0 0 ;
    line-height: 60px;
    overflow: hidden;
}
.list-blog {
    line-height: 19px;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.list-blog li {
    border-bottom: 1px solid #514d4c;
    overflow: hidden;
}
.list-blog a {
    color: #a69b95;
    display: block;
    overflow: hidden;
    padding: 20px 0 20px 72px;
}
.list-blog li:last-child {border: none}
.list-blog .date {
    color: #8c837e;
    float: left;
    font-size: 14px;
    font-style: normal;
    line-height: 1;
    margin: 0 0 0 -70px;
    padding: 6px 0 0;
    text-align: center;
    width: 60px;
}
.list-blog .date span {
    display: block;
    font-size: 30px;
}
.list-blog .h3 {
    color: #ffe1a6;
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 5px;
}
.list-blog a:hover {
	color: #bfb3ac;
	text-decoration: none;
}
.list-blog a:hover .h3 {color: #ffffff;}
.list-blog a:hover .date {color: #bfb3ac;}
.form-feedback {padding: 22px 0 0;}
.form-feedback input[type="text"], .form-feedback input[type="email"] {
    background: none repeat scroll 0 0 #383533;
    border: medium none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #a69b95;
    font-size: 15px;
    font-style: italic;
    line-height: 17px;
    margin: 0 0 13px;
    padding: 15px;
    width: 100%;
}
.form-feedback textarea {
    background: none repeat scroll 0 0 #383533;
    border: medium none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #a69b95;
    font-size: 15px;
    font-style: italic;
    height: 200px;
    margin: 0 0 24px;
    padding: 15px;
    resize: vertical;
    width: 100%;
}
.form-feedback input[type="text"].text-active,
.form-feedback input[type="email"].text-active,
.form-feedback textarea.text-active {
	color: #ffe99d;
}
.form-feedback input[type="text"].focus,
.form-feedback input[type="email"].focus,
.form-feedback textarea.focus {
	color: #ffffff;
}
.form-feedback .row {
    margin: 0 0 20px;
    overflow: hidden;
}
.form-feedback button[type="submit"] {
    background: none repeat scroll 0 0 #2e2a29;
    border: medium none;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    float: right;
    height: 42px;
	font:14px Lato,Arial,helvetica,sans-serif;
    text-align: center;
    width: 134px;
}
.form-feedback button[type="submit"]:active,
.form-feedback button[type="submit"]:hover {
	background: #141313;
}
.services .container-text {line-height: 1.5;}
.services .heading {
    margin-bottom: 36px;
    padding: 38px 9999px;
}
.services .container-text h2 {margin: 0 0 18px !important;}
.services .container-text p {margin: 0 0 23px;}
.services .main h2 {margin: 0 0 23px;}
.services-content {
	float: left;
	width: 100%;
}
.services-holder {
    height: 386px;
    list-style: outside none none;
    margin: 0 360px 0 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.services-holder li {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}
.services-holder li.active {z-index: 2;}
.services-holder img {display: block;}
.services-list {
    border-left: 10px solid #ff9c40;
    color: #808080;
    float: left;
    font-size: 14px;
    height: 470px;
    margin: 0 0 0 -310px;
    position: relative;
    width: 300px;
    z-index: 5;
}
.services-list li {
    margin: 0 0 21px;
    overflow: hidden;
    padding: 17px 0 0 15px;
}
.services-list strong {
    color: #222222;
    display: block;
    font: 700 18px Lato,Arial,Helvetica,sans-serif;
    margin: 0 0 4px;
}
.services-list p {margin: 0 0 9px !important;}
.services-list a {
    background: none repeat scroll 0 0 #e6e6e6;
    border-radius: 0 21px 21px 0;
    color: #ffffff;
    float: left;
    font-size: 17px;
    font-style: italic;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
    margin: 0 0 0 -15px;
    overflow: hidden;
    text-indent: -999px;
    width: 42px;
	box-sizing: border-box;
}
.services-list a:hover, .services-list  a.active {
    background: none repeat scroll 0 0 #ff9c40;
    color: #fff;
    display: block;
    float: none;
    padding: 0 0 0 17px;
    text-decoration: none;
    text-indent: 0;
    width: 100%;
	-webkit-transition: width linear 0.1s;
	-moz-transition: width linear 0.1s;
	-o-transition: width linear 0.1s;
	transition: width linear 0.1s;
}
.btn:active,
.promo .btn:active {
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2) inset;
	padding-top: 3px;
	line-height: 41px;
}
.menu-trigger {display: none;}
.gallery-big-holder {
	margin: 0 -9999px;
	padding: 0 9999px;
	overflow: hidden;
	position: relative;
}
.gallery-big {
    margin: 0 0 60px;
    overflow: hidden;
    position: relative;
}
.gallery-big-img {
    margin: 0 0 8px;
    overflow: hidden;
    position: relative;
}
.gallery-big-img li {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
}
.gallery-big-img li.active {z-index: 2;}
.gallery-big-img img {
    display: block;
    margin: 0 auto;
}
.gallery-big .btn-prev,
.gallery-big .btn-next {
    background: url("../images/btn-gallery-big.png") no-repeat ;
    height: 82px;
    left: 0;
    margin: -56px 0 0;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 44px;
    z-index: 5;
}
.gallery-big .btn-prev:active,
.gallery-big .btn-prev:hover {
	background-position: 0 -91px
}
.gallery-big .btn-next {
    background-position: -56px 0;
    left: auto;
    right: 0;
}
.gallery-big .btn-next:active,
.gallery-big .btn-next:hover {
	background-position: -56px -91px;
}
.gallery-big-listing {
	overflow: hidden;
	text-align: center;
	line-height: 12px;
}
.gallery-big-listing li {
	display: inline-block;
	padding: 0 4px;
}
.gallery-big-listing a {
    background: none repeat scroll 0 0 #e6e6e6;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    outline: medium none;
    width: 12px;
}
.gallery-big-listing a:active,
.gallery-big-listing a.active,
.gallery-big-listing a:hover {
	background: #94c594;
}
.holder {
	margin: 0 auto;
	width: 940px;
}
.holder:after {
	clear: both;
	content: "";
	display: block;
}



@media (max-width:1024px) {
	.gallery-big-img img {
		width: 100%;
		display: block;
	}
}





@media (max-width:990px) {
	.gallery .btn-prev, .gallery .btn-next, .our-customers .btn-prev, .our-customers .btn-next {
		left: -8px;
	}
	.gallery .btn-next, .our-customers .btn-next {
	    right: -8px;
		left: auto;
	}
}
@media (max-width:960px) {
	.main {width: auto;}
	.header {
		width: auto;
		padding: 0 10px;
	}
	.container {
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 0;
		margin-right: 0;
		width: auto;
	}
	.holder {
	    box-sizing: border-box;
	    padding: 0 10px;
	    width: 100%;
	}
	.three-columns .col:first-child .col-holder img {width: 100%;}
	.box-order-service li, .col-contextual-advertising .col-holder li {
	    padding: 29px 0;
	}
	.col-social-advertising .col-holder li {padding: 19px 0;}
	.promo {
	    padding: 27px 0 59px;
	    width: auto;
	}
	.promo::after {
	    margin: 0 0 0 -815px;
	}
	.promo .main {margin: 0;}
	.promo strong {
	    font-size: 48px;
	    line-height: 1.1;
	}
	.text-content {
		height: 560px;
		vertical-align: middle;
		display: table-cell;
	}
	.gallery, .our-customers-gallery {padding: 0 25px;}
	.promo.promo-inner {border-radius: 0;}
	.promo .promo-img img {
		display: block;
		width: 100%;
	}
	.gallery li, .our-customers li {
	    float: left;
	    width: 218px;
	}
	.options-holder .box {
		margin: 0;
		padding: 50px 0;
	}
	.container.our-customers {
		padding-bottom: 55px;
		padding-top: 50px;
	}
	.options-holder .img-content img {
		width: 100%;
	}
}
@media (max-width:940px) {
	.reviews-holder {width: 100%;}
	.services-holder img {width: 100%;}
	.services-list {height: auto;}
}
@media (max-width:920px) {
	.nav > ul > li > a {
	    color: #808080;
	    display: block;
	    padding: 0 20px;
	}
	.gallery li, .our-customers li {width: 212px;}
	.services-list li {
	    margin: 0 0 15px;
	    padding-top: 10px;
	}
	.container-text .box-text {margin: 0 0 20px;}
	.gallery li, .our-customers li {
	    width: 208px;
	}
	.container-text .heading,
	.page-text .container-text .heading {
		margin: -74px 0 77px;
		padding: 20px 0;
	}
}
@media (max-width:860px) {
	.box-your-project .text {
		font-size: 15px;
		line-height: 1.4;
	}
	.your-project-list article strong {
		font: 500 19px/1.4 Lato,Arial,Helvetica,sans-serif;
		word-spacing: 2px;
	}
	.three-columns h3 {
	    font-size: 18px;
	    font-weight: bold;
	}
	.your-project-list .item2 img, .your-project-list .item4 img {
	    margin: -12px 0 0 16%;
	    width: 20%;
	}
	.your-project-list .item1 img, .your-project-list .item3 img {
	    margin: -12px 16% 0 0;
	    width: 20%;
	}	
	.our-customers h2 {margin: 0 0 25px;}
	.services-list {
		margin: 0 0 0 -270px;
		width: 260px;
		font-size: 13px;
	}
	.services-holder {margin: 0 280px 0 0;}
	.services-list a {
		height: 35px;
		line-height: 35px;
	}
	.gallery li, .our-customers li {
	    width: 257px;
	}
	.promo .promo-img {
		padding: 36px 0 0;
	}
}
@media (max-width:850px) {
	.gallery li, .our-customers li {
	    width: 254px;
	}
}




@media (max-width:800px) {
	.gallery li, .our-customers li {
	    width: 182px;
	}
	.your-project-list article:last-child,
	.your-project-list article {
		padding: 0 0 90px;
	}
	.nav > ul > li > a {padding: 0 15px;}
	.box-content-text .img-holder {
		float: none;
		margin: 0 0 10px;
		width: auto;
	}
	.statistics {padding: 15px 0 0;}
	.statistics .box {margin: 0 20px 19px;}
	.promo.promo-inner {padding: 45px 10px 50px 295px;}
	.blockquote q {
		font-size: 15px;
		line-height: 1.3;
		letter-spacing: 0;
	}
	
	.gallery li, .our-customers li {
	    width: 237px;
	}
	.promo .promo-img {
		padding: 53px 0 0;
		width: 35%;
	}
	.promo .text {
		width: 65%;
	}
	
}
@media (max-width:760px) {
	.wrapper {
	    padding: 64px 0 0;
	}
	.logo {margin: 10px 0 10px 7px;}	
	.nav {
		float: none;
		overflow: hidden;
		display: none;
	}
	.menu-trigger {
	    display: block;
	    height: 35px;
	    position: absolute;
	    right: 30px;
	    top: 18px;
	    width: 35px;
	    z-index: 5;
	}
	.menu-trigger span {
	    background: none repeat scroll 0 0 #000;
	    border-radius: 5px;
	    display: block;
	    height: 6px;
	    margin: 0 0 7px;
	}
	.header .nav {
	    background: none repeat scroll 0 0 #fff;
	    float: none;
	    left: 0;
	    position: absolute;
	    right: 0;
	    top: 67px;
	    z-index: 99;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		box-shadow: 0 6px 8px rgba(0, 0, 0, 0.13);
	}
	.nav > ul {
	    float: none;
	    line-height: 50px;
	    overflow: hidden;
	}
	.nav > ul > li {
		float: none;
		overflow: hidden;
	}
	.nav > ul > li:after {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		content: "";
		height: 1px;
		overflow: hidden;
		z-index: 66;
		background: #beb7b7;
	}
	.nav > ul > li:hover ul,
	.nav > ul ul {
		position: static;
		width: auto;
		background: #4b6ca9;
		display: none;
		overflow: hidden;
	}
	.nav > ul > li:hover ul a,
	.nav > ul > li ul a {
	    color: #fff;
	    padding: 0 40px;
	}
	.nav > ul > li > a:hover,
	.nav > ul > li > a:active {
	    background: none repeat scroll 0 0 #00804b;
	}
	.drops {display: block;}
	.drops.actives {background-position: 0 -16px;}
	.promo.promo-inner p {margin: 0 0 15px;}
	.two-columns .col-text-inner {padding: 0 240px 0 0;}
	.two-columns aside {
	    float: left;
	    margin: -21px 0 0 -230px;
	    width: 230px;
	}
	.development-elements.add-development-elements h3 {
		font: 500 17px/1.3 Lato, Arial, Helvetica, sans-serif;
		margin: 0 0 10px;
	}
	.header {
	    background: none repeat scroll 0 0 #fff;
	    border-bottom: 3px solid #e5e5e5;
	    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.14);
	    height: 65px;
	    left: 0;
	    padding: 0;
	    position: fixed;
	    right: 0;
	    top: 0;
	    z-index: 3;
	}
	.main {
	    width: auto;
	}
	.promo::after {margin: -70px 0 0 -217px;}
	
	.gallery li, .our-customers li {
	    width: 226px;
	}
	.container-text .heading,
	.page-text .container-text .heading {
		margin: -74px 0 35px;
		padding: 20px 0;
	}
	aside .box-detal {
		margin: 0 0 50px;
		padding: 4px 15px 0;
	}
	aside .box-detal .item {
		padding: 13px 0;
	}
	.two-columns .features li {
		padding: 0 0 0 20px;
	}
	.two-columns .features li::after {
	    left: 4px;
	}
	.gallery-big .btn-prev, .gallery-big .btn-next {
		width: 37px;
	}
	
}
@media (max-width:720px) {
	.footer {padding: 25px 0 0;}
	.footer .col1, .footer .col2 {
	    float: none;
	    margin: 0 0 30px;
	    overflow: hidden;
	    width: auto;
	}
	.footer .col-holder {margin: 0;}
	.footer .copy,
	.footer .contact {
		display: block;
		float: none;
	}
	.promo strong {font-size: 40px;}
	.container {
		padding-bottom: 50px;
	}
	.promo.promo-inner {padding: 30px 10px 30px 240px;}
	.promo.promo-inner .cost {
		left: 29px;
		top: 80px;
	}
	.services .heading {
	    margin-bottom: 36px;
	    margin-top: -41px;
	    padding: 25px 9999px;
	}
	.container-text .heading h1 {font-size: 26px;}
	.services {margin: 0 0 -51px;}
	.promo::after {
	    height: 571px;
	    margin: -50px 0 0 -199px;
	    width: 608px;
	}
		
	.gallery li, .our-customers li {
	    width: 315px;
	}
	.promo .promo-img {
	    float: none;
	    height: auto !important;
	    margin: 0 auto;
	    padding: 0;
	    width: auto;
	}
	.promo .text {
		clear: both;
		float: none;
		width: 100%;
		height: auto !important;
	}
	.promo-text-holder::after {
		display: none;
	}
	.promo {
		padding: 27px 0 80px;
		width: auto;
	}
	.options-holder .text-inner {
		height: auto;
		margin: 0 0 15px;
	}
	.text-list {
		 height: 310px;
	}
	.options-holder .text-inner {
		height: 260px;
	}
	
	.nav-text-list-holder {
	    top: -30px;
	}
	.options-holder .text {
		display: block;
		float: none;
		overflow: hidden;
		padding: 30px 0 0;
		width: 100%;
	}
	.gallery-text .nav-text-list a {
		width: 20px;
		height: 20px;
	}
	.options-holder .btn {
	    padding: 0 15px;
	}
	.gallery-text .nav-text-list {
		float: none;
		overflow: hidden;
		text-align: center;
	}
	.gallery-text .nav-text-list li {
	    display: inline-block;
	    float: none;
	    margin: 0;
	    padding: 0 5px;
	}
	.options-holder .box.two .nav-text-list {
		float: none;
	}
	.options-holder .box.two h2 {
		text-align: left;
	}
	.options-holder .box.two .site a {
		float: left;
	}
	.options-holder .box.two .text-inner {
		text-align: left;
	}
	.options-holder .box.two .btn-more {
		float: left;
		margin: 0 16px 0 0;
	}
	.options-holder .box.two .btn {
		float: left;
	}
	

	
}
@media (max-width:640px) {
	.your-project-list article strong {
		font-size: 17px;
		margin: 0 0 10px;
	}
	.box-your-project h2 span {
	    border: 3px solid #d64646;
	    font: bold 24px/37px Lato,Arial,Helvetica,sans-serif;
	}
	.promo .btn-row {padding: 10px 0 0;}
	.statistics .box {
		width: 135px;
	    margin: 0 10px 15px;
	}
	.statistics .box-frame {height: 135px;}
	.statistics strong {margin: 0;}
	.tab-content .tab-nav {font-size: 15px;}
	.tab-content .tab-nav a {line-height: 45px;}
	.tab-content .tab-nav .ui-state-active a {line-height: 55px;}
	.add-development-elements .row, .development-elements {
		margin: 0 0 20px;
		padding: 0 0 45px;
	}
	.development-elements .box::after {bottom: -45px;}
	.development-elements .box .box-holder {
		margin: 0 0 0 5px;
		padding: 10px;
	}
	.development-elements h3 {
		font: 500 17px/1.3 Lato,Arial,Helvetica,sans-serif;
   		margin: 0 0 5px;
	}
	.development-elements .row-bottom .box.box-red::after,
	.development-elements .row-bottom .box.box-gray::after {top: -47px;}
	.two-columns .col-text-inner {padding: 0;}
	.two-columns .col-text {
	    float: none;
	    overflow: hidden;
	    text-align: justify;
	}
	.two-columns aside {
		margin: 0 0 15px;
		float: none;
		overflow: hidden;
		width: auto;
	}
	.alert {margin: 0 0 25px;}
	.reviews-gallery .blockquote cite {margin: 0 0 0 60px;}
	.alert {font-size: 15px;}
	.alert .alert-inner {height: auto;}
	.promo.promo-inner {font-size: 15px;}
	.promo.promo-inner h2 {margin: 0 0 6px !important;}
	.container-text .box-text {margin: 0 0 15px;}
	.promo::after {
	    height: 489px;
	    margin: -44px 0 0 -170px;
	    width: 520px;
	}
	.options-holder .box.two .img-holder, .options-holder .img-holder {
		display: block;
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}
	
	.options-holder .img-content {
	    display: block;
	    width: 100%;
	    margin: 0;
	}
	
	.options-holder .text-inner {
	    height: auto;
	}
	
	.gallery li, .our-customers li {
	    width: 275px;
	}
	
	.nav-promo-text li {
	    display: inline-block;
	    float: none;
	    margin: 0;
	    padding: 0 7px;
	}
	
	.nav-promo-text a {
	    height: 20px;
	    width: 20px;
	}
	.two-columns .list-project li {
		clear: both;
		margin: 0 0 8px;
		width: auto;
	}
	
	.gallery-big .btn-prev {
		border-radius: 0 5px 5px 0;
		box-shadow: 0 0 5px #000;
	}
	.gallery-big .btn-next {
		border-radius: 5px 0 0 5px;
		box-shadow: 0 0 5px #000;
	}
	
}
@media (max-width:620px) {
	.services-content {
		float: none;
		overflow: hidden;
	}
	.services-holder {margin: 0;}
	.services-list {
	    float: none;
	    margin: 0;
	    width: auto;
	}
	.services-list li {padding-top: 0;}
	.services-list strong {margin: 0;}
	.services-list p {margin: 0 0 4px !important;}
	.services-list a {
	    height: 32px;
	    line-height: 32px;
	}
	.nav-promo-text {
	    margin: -44px 0 0 0;
	    text-align: center;
	}
	.nav-promo-text li {
	    display: inline-block;
	    float: none;
	    margin: 0;
	    padding: 0 7px;
	}
	.nav-promo-text a {
		width: 20px;
		height: 20px;
	}
}
@media (max-width:600px) {
	.three-columns {
	    margin: 0;
	    padding: 0;
	}
	.three-columns .col {
	    display: block;
	    margin: 0 0 15px;
	    overflow: hidden;
	    width: auto;
	}
	.three-columns .col:first-child .col-content::after {display: block;}
	.three-columns .col-content::before {
	    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
	    bottom: 0;
	    content: "";
	    right: 0;
	    position: absolute;
	    top: 0;
	    width: 5px;
	}
	.three-columns h3 {font-size: 27px;}
	.three-columns h3 {border-radius: 5px 5px 0 0;}
	.three-columns .col .col-bottom,
	.three-columns .col-contextual-advertising .col-bottom {
		min-height: 50px;
		padding: 20px 0;
	}
	.options-holder .img-holder {
		float: none;
		display: block;
		overflow: hidden;
		width: 100%;
	}
	
	.options-holder .img-content {
	    display: block;
	    margin: 0 0 20px;
	    width: 100%;
	}
	.options-holder .text-inner {
		height: auto;
	}
	.options-holder .text {
		float: none;
		width: 100%;
		overflow: hidden;
		display: block;
	}
	.text-list {
		
	}
	.gallery li, .our-customers li {
		width: 256px;
	}
	
}
@media (max-width:560px) {
	.your-project-list article:last-child,
	.your-project-list article {padding: 0 0 50px;}
	.your-project-list .item1 .text-inner,
	.your-project-list .item3 .text-inner {
	    padding: 0 25px 0 0;
	}
	.your-project-list .item2 .text-inner,
	.your-project-list .item4 .text-inner {
	    padding: 0  0 0 25px;
	}
	.container {
		padding-bottom: 30px;
	}
	.promo.promo-inner {padding: 25px 15px;}
	.promo.promo-inner .cost {
	    margin: 0 auto 15px;
	    position: static;
	}
	.services .heading {
		margin-top: -20px;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.container-text .heading h1 {font-size: 23px;}
	.container table tbody th {width: auto;}
	.tab-content .tab-nav li {width: 100%;}
	.tab-content .tab-nav  a,
	.tab-content .tab-nav .ui-state-active a {
		line-height: 55px;
		margin: 0;
	}
	body {font-size: 15px;}
	.promo.promo-inner .btn {margin: 0 auto;}
	.promo .btn-row {padding: 0;}
	.promo.promo-inner .btn {
	    display: block;
	    float: none;
	    margin: 0 auto;
	    padding: 0;
	    text-align: center;
	    width: 180px;
	}
	.container table thead th {
		font: 400 15px/60px Lato, Arial, Helvetica, sans-serif;
		height: 60px;
	}
	.services {margin: 0 0 -40px;}
}

@media (max-width:500px) {
	.user {
		margin: 0 auto 20px;
		display: block;
		float: none;
	}
}

@media (max-width:480px) {
	.our-customers-gallery li {width: 410px;}
	.our-customers-gallery li img {margin: 0 auto;}
	.box-content-text .img-holder img {width: 100%;}
	.list-blog {font-size: 15px;}
	.development-elements.add-development-elements h3 {font-size: 15px;}
	.development-elements {font-size: 13px;}
	.development-elements.add-development-elements h3 {font-size: 10px;}
	.development-elements.add-development-elements,
	.development-elements {font-size: 11px;}	
	.development-elements h3 {font: 500 10px/1.3 Lato, Arial, Helvetica, sans-serif;}
	.reviews-gallery .blockquote cite {margin: 0;}
	.reviews-gallery .blockquote cite img {display: none;}
	.blockquote q {font-size: 13px;}
	.reviews-list .blockquote {
	    padding: 0 5% 0 0;
	    width: 45%;
	}
	.blockquote cite {font-size: 12px;}
	.blockquote q::before {
		background-size:contain;
		-moz-background-size:contain;
		-webkit-background-size:contain;
	    height: 16px;
	    width: 23px;
	}
	.list-blog {font-size: 14px;}
	.list-blog a {padding: 14px 0 14px 60px;}
	.list-blog .date {
	    font-size: 13px;
	    margin: 0 0 0 -60px;
	    width: 50px;
	}
	.list-blog .date span {font-size: 29px;}
	
	
}




@media (max-width:439px) {
	
	.wrapper {
	    padding: 51px 0 0;
	}
	.logo {
	    background-size: contain;
		-moz-background-size: contain;
		-webkit-background-size: contain;
	    height: 36px;
	    margin: 8px 5px 0;
	    width: 110px;
	}
	.promo .text-content {height: auto;}
	.promo .text {
	    text-align: center;
	}
	.promo strong {
	    font-size: 20px;
	    margin: 0 0 5px;
	}
	.promo .btn-row {padding: 0;}
	.promo .btn {
	    float: none;
	    line-height: 35px;
	    padding: 0;
	    width: 175px;
	}
	.menu-trigger {
	    height: 25px;
	    right: 20px;
	    top: 13px;
	    width: 25px;
	}
	.menu-trigger span {
	    height: 4px;
	    margin: 0 0 5px;
	}
	.header .nav {top: 46px;}
	.nav > ul {line-height: 40px;}
	.nav > ul ul {line-height: 36px;}
	.drops {top: 13px;}
	.three-columns h3 {font-size: 24px;}
	.footer .social-list {
	    float: none;
	    height: 60px;
	    margin: 0;
	    overflow: hidden;
	    text-align: center;
	}
	.footer .social-list li {
	    display: inline-block;
	    float: none;
	}
	.footer .copy, .footer .contact {text-align: center;}
	.your-project-list {
	    background: url("../images/separator1.jpg") repeat-y scroll 70% 0 ;
	    padding: 30px 0 0;
	}
	.box-your-project .text {width: 70%;}
	.your-project-list .item1 img,
	.your-project-list .item3 img,
	.your-project-list .item2 img,
	.your-project-list .item4 img {
	    float: right;
	    margin: -12px 2% 0 0;
	    width: 18%;
	}
	.your-project-list .item2 .text-inner,
	.your-project-list .item4 .text-inner {
	    padding: 0 25px 0 0;
	    text-align: right;
	}
	.your-project-list .item2 .text,
	.your-project-list .item4 .text {
		float: left;
	}
	.your-project-list article.item2 .text::after,
	.your-project-list article.item4 .text::after {
	    left: auto;
	    right: -13px;
	}
	.header {height: 48px;}
	.promo::after {
	    display: none;
	}
	.promo, .promo .text, .text-content {
		height: auto;
	}
	.promo .text {
		padding-bottom: 15px;
	}
	.promo-text li {
		padding: 15px 15px 40px;
	}
	.promo-text-holder {
		font: italic 500 15px/1.45 lato, Arial, Helvetica, sans-serif;
		letter-spacing: 0;
	}
	.options-holder .box {
		margin: 0;
		padding: 30px 0;
	}
	.our-customers-gallery li {
	    width: 270px;
	}
}
@media (max-width:414px) {
	.our-customers-gallery li {width: 344px;}
	.statistics {font-size: 17px}
	.statistics .box {
		width: 170px;
	    margin: 0 10px 15px;
	}
	.statistics .box-frame {height: 170px;}
	.statistics strong {margin: 0;}
	.alert::after {left: 13px;}
	.alert {
		font-size: 16px;
		margin: 0 0 25px;
	}
	.alert.alert-error {
		background-position: -20px 0;
		padding-left: 110px;
	}
	.alert.alert-ok {
		background-position: -1228px 0;
		padding-left: 110px;
	}
	.alert.alert-look {
		background-position: -2527px 0;
		padding-left: 110px;
	}
	.alert.alert-mes {
		background-position: -3651px 0;
		padding-left: 110px;
	}
	.alert.alert-detal {
		background-position: -4842px 0;
		padding-left: 110px;
	}
	.alert.box-error {
		background-position: -96px 0;
		padding: 0 15px 0 30px;
	}
	.alert.box-ok {
		background-position: -1305px 0;
		padding: 0 15px 0 30px;
	}
	.alert.box-look {
		background-position: -2604px 0;
		padding: 0 15px 0 30px;
	}
	.alert.box-mes {
		background-position: -3727px 0;
		padding: 0 15px 0 30px;
	}
	.alert.box-detal {
		background-position: -4919px 0;
		padding: 0 15px 0 30px;
	}
	.container-text .heading h1 {
	    font-size: 19px;
	    text-align: center;
	}
	.table-holder {font-size: 13px;}
	.container table tbody th,
	.container table tbody td {
		line-height: 45px;
	}
	.tab-content .tabs {padding: 15px 10px;}
	.development-elements .box .box-holder {padding: 5px;}
}
@media (max-width:380px) {
	.promo {background-position: 62% -40px;}
}
@media (max-width:375px) {
	.our-customers-gallery li {
	    width: 285px;
	}
}
@media (max-width:360px) {
	.promo {background-position: 62% -40px;}
	.your-project-list article strong {font-size: 16px;margin: 0;}
	.box-your-project .text {font-size: 14px;}
	.three-columns h3 {font-size: 20px;}
	.our-customers-gallery li {
	    width: 270px;
	}
}
@media (max-width:320px) {
	.promo {background-position: 61% -40px;}
	.our-customers-gallery li {width: 250px;}
	
	.our-customers-gallery li {
	    width: 230px;
	}
}