@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#"Clear Sans"') 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;
}
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 {
    margin: 0 auto;
    position: relative;
    width: 960px;
    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 scroll 0 0 ;
    float: left;
    height: 47px;
    margin: 18px 0 0 7px;
    overflow: hidden;
    text-indent: -9999px;
    width: 145px;
}
.logo a {
	display: block;
	height: 100%;
}
.header nav {float: right;}
.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:hover a,
.nav > ul > li > a:hover {
	color: #222222;
	text-decoration: none;
}
.nav > ul .active > a,
.nav > ul .active:hover > a,
.nav > ul .active > a:hover {
	background: #599f59;
	color: #fff;
}
.nav > ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0;
	line-height: 1.5;
	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: 9px 10px 9px 15px;
}
.nav > ul ul .active a,
.nav > ul ul a:hover {
	background: #5fa95f;
	color: #fff;
	text-decoration: none;
}
.nav > ul li:hover ul {display: block;}
.nav > ul ul span {
	color: #999999;
	display: block;
	font-size: 14px;
	line-height: 1.3;
}
.nav > ul ul a:hover span {color: #fff;}
.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;
}
.holder {
	margin: 0 auto;
	width: 960px;
}
.promo {
    background: url("../images/img-promo.jpg") 50% 0 ;
    height: 688px;
    margin: 0 -999px;
    overflow: hidden;
    padding: 0 999px;
    position: relative;
    z-index: 1;
}
.promo::after {
    background: url("../images/icon2.png") no-repeat scroll 0 0  ;
    content: "";
    height: 806px;
    left: 50%;
    margin: -44px 0 0 -642px;
    position: absolute;
    width: 858px;
    z-index: 1;
}
.promo .main {
	position: relative;
	z-index: 2;
}
.promo .text {
    color: #ffee91;
    float: right;
    font: 18px/26px "Clear Sans",Arial,Helvetica,sans-serif;
    margin: 138px 0 0;
    width: 49%;
}
.promo strong {
    display: block;
	color: #fff;
    font: 700 55px/61px Lato,Arial,Helvetica,sans-serif;
    letter-spacing: 1px;
    margin: 0 0 22px;
    text-transform: uppercase;
}
.promo .text p {margin: 0 0 15px;}
.promo .text a {color: #fff;}
.promo .btn-row {padding: 38px 0 0;}
.promo .btn-row:after {
	clear: both;
	content: "";
	display: block;
}
.promo .btn {
	background: #ec6b1f;
	background: -moz-linear-gradient(top,  #ec6b1f 0%, #d35319 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec6b1f), color-stop(100%,#d35319));
	background: -webkit-linear-gradient(top,  #ec6b1f 0%,#d35319 100%);
	background: -o-linear-gradient(top,  #ec6b1f 0%,#d35319 100%);
	background: -ms-linear-gradient(top,  #ec6b1f 0%,#d35319 100%);
	background: linear-gradient(to bottom,  #ec6b1f 0%,#d35319 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6b1f', endColorstr='#d35319',GradientType=0 );
	border: 2px solid #d0521f;
    border-radius: 25px;
    box-shadow: 0 3px 0 0 #f97e00, 0 0 0 1px #dd7232 inset;
    color: #ffffff;
    float: left;
    font: 700 18px/44px Lato,Arial,Helvetica,sans-serif;
    padding: 0 31px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    width: auto;
}
.promo .btn:hover {
	text-decoration: none;
	background: #fd8a37;
	background: -moz-linear-gradient(top,  #fd8a37 0%, #d4551b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd8a37), color-stop(100%,#d4551b));
	background: -webkit-linear-gradient(top,  #fd8a37 0%,#d4551b 100%);
	background: -o-linear-gradient(top,  #fd8a37 0%,#d4551b 100%);
	background: -ms-linear-gradient(top,  #fd8a37 0%,#d4551b 100%);
	background: linear-gradient(to bottom,  #fd8a37 0%,#d4551b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8a37', endColorstr='#d4551b',GradientType=0 );
}
.promo.promo-inner .btn:hover {
	background: #d35319;
	background: -moz-linear-gradient(top,  #d35319 0%, #ec6e22 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d35319), color-stop(100%,#ec6e22));
	background: -webkit-linear-gradient(top,  #d35319 0%,#ec6e22 100%);
	background: -o-linear-gradient(top,  #d35319 0%,#ec6e22 100%);
	background: -ms-linear-gradient(top,  #d35319 0%,#ec6e22 100%);
	background: linear-gradient(to bottom,  #d35319 0%,#ec6e22 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d35319', endColorstr='#ec6e22',GradientType=0 );
}
.main h2 {
    color: #808080;
    font: 300 24px Lato,Arial,Helvetica,sans-serif;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
}
.three-columns {
    margin: 0 0 -74px;
    overflow: hidden;
    padding: 21px 0 0;
	width: 100%;
	display: table;
}
.three-columns .col {
    display: table-cell;
    position: relative;
    vertical-align: bottom;
    width: 33.3%;
}
.three-columns .col-content {
	position: relative;
	background: none repeat scroll 0 0 #f7f7f7;
}
.three-columns .col-content:after {
	clear: both;
	content: "";
	display: block;
}
.three-columns .col-holder {overflow: hidden;}
.box-order-service img, .three-columns .col-holder img {
    display: block;
    margin: 0 auto 6px;
}
.three-columns .col .col-bottom {
    padding: 22px 0 10px;
    text-align: center;
}
.three-columns .col-bottom .ttl {
    color: #fff;
    display: block;
    font: 500 18px Lato,Arial,Helvetica,sans-serif;
    margin: 0 0 8px;
}
.three-columns .col-bottom .ttl strong {font-size: 36px;}
.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-align: center;
    text-decoration: none !important;
    width: 160px;
}
.btn:hover {
	text-decoration: none;
	background: #f7f7f7;
}
.three-columns .col-online-shop .btn {color: #61ae8c;}
.three-columns .col-corporate-website .btn {
	background: #ffe27e;
	color: #c42323;
}
.three-columns .col-corporate-website .btn:hover {background: #f5d051;}
.three-columns .col-bottom a {
	color: #000000;
	text-decoration: underline;
}
.three-columns .col-bottom a:hover {text-decoration: none;}
.three-columns .col-landing-page .btn {color: #ee7925;}
.three-columns .col-landing-page .btn:hover {
	background: #ffffff;
	color: #c76520;
}
.three-columns .col-landing-page .btn:active {
	background: #f2f2f2;
}
.three-columns .col .col-bottom {
    background: url("../images/bg-col-orang.jpg") repeat scroll 0 0 ;
    min-height: 154px;
}
.three-columns .col-corporate-website .col-bottom {
    background: url("../images/bg-col2.jpg") repeat scroll 0 0 ;
    min-height: 167px;
}
.three-columns .col-online-shop .col-bottom {
    background: url("../images/bg-col1.jpg") repeat scroll 0 0  ;
    min-height: 152px;
}
.three-columns h3 {
    background: url("../images/bg-heading2.jpg") repeat-x scroll 0 0  ;
    border-radius: 5px 0 0;
    color: #fff;
    font: 22px/80px Lato,Arial,Helvetica,sans-serif;
    margin: 0 0 34px;
    text-align: center;
}
.three-columns .col-corporate-website .col-content {background: #ffffff;}
.col-corporate-website 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-online-shop h3 {
    background: url("../images/bg-heading.jpg") repeat-x scroll 0 0  ;
    border-radius: 0 5px 0 0;
}
.container-popular-services .col-landing-page h3 {margin-bottom: 58px;}
.container-popular-services .col-landing-page img {margin-bottom: 38px;}
.container-popular-services .col-online-shop h3 {margin: 0 0 29px;}
.container-popular-services .col-online-shop img {margin-bottom: 6px;}
.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-online-shop .col-holder img {margin-bottom: 7px;}
.container-popular-services ul {
    margin: 0 10px;
    overflow: hidden;
    padding: 0;
}
.container-popular-services .col-holder ul {
    margin: 0 10px;
    overflow: hidden;
    padding: 0;
	color: #b2b2b2;
	font-size: 16px;
	text-align: center;
}
.container-popular-services .col-holder li {
    border-top: 1px solid #e6e6e6;
    margin: -1px 0 0;
    padding: 27px 0;
}
.container-popular-services .col-holder ul strong {
    color: #3b5998;
    display: block;
    font: 500 22px/1.3 Lato,Arial,Helvetica,sans-serif;
}
.container-popular-services .templates, .container-popular-services .month {
    background: url("../images/icon6.png") no-repeat scroll 0 0  ;
    display: block;
    height: 75px;
    margin: 0 auto 4px;
    width: 79px;
}
.container-popular-services .month {background-position: 0 -86px;}
.container-popular-services .col-corporate-website .templates {background-position: -322px 0;}
.container-popular-services .col-corporate-website .month {background-position: -322px -86px;}
.container-popular-services .col-online-shop .templates {background-position: -643px 0;}
.container-popular-services .col-online-shop .month {background-position: -643px -86px;}
.container-popular-services .col-landing-page .col-holder ul strong {color: #ee7925;}
.container-popular-services .col-corporate-website .col-holder ul strong {color: #c42323;}
.container-popular-services .col-online-shop .col-holder ul strong {color: #61ad61;}
.bg {
    left: 50%;
    margin: 0 0 0 -610px;
    opacity: 0.5;
    position: absolute;
    top: 0;
    z-index: 6666;
}
.container {
    margin: 0 -999px;
    padding: 79px 999px 73px;
    position: relative;
}
.container:nth-child(2n) {background: #fafafa;}
.container:after {
	clear: both;
	content: "";
	display: block;
}
.container::before {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.btn-orang {
    background: #ff9c40;
    box-shadow: none;
    color: #fff;
    font: 700 16px/44px Lato,Arial,Helvetica,sans-serif;
    margin: 0 auto 8px;
}
.btn-orang:hover {background: #ff8f26;}
.btn-orang:active {
	background: #ff8f26;
	color: #ffe99d;
}
.gallery {
    margin: 0 0 47px;
    overflow: hidden;
    padding: 26px 0 0;
    position: relative;
}
.gallery-holder {
    overflow: hidden;
	width: 100%;
    position: relative;
}
.gallery .box {
    float: left;
	width: 33.3%;
    position: relative;
}
.gallery img {
    display: block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.gallery .text-detal {
    background: rgba(248, 152, 64, 0.85);
    bottom: 0;
    color: #ffe99d;
    font-size: 14px;
	opacity: 0;
    left: 0;
    padding: 26px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 2;
	-webkit-transition: opacity linear 0.2s;
	-moz-transition: opacity linear 0.2s;
	-o-transition: opacity linear 0.2s;
	transition: opacity linear 0.2s;
}
.gallery .box:active .text-detal,
.gallery .box:hover .text-detal {
	opacity: 1;
}
.gallery .text-detal span {
	display: block;
	margin: 0 0 10px;
}
.gallery .text-detal strong {
    color: #fff;
    display: block;
    font: 500 22px Lato,Arial,Helvetica,sans-serif;
    margin: 0 0 15px;
    min-height: 62px;
}
.gallery .btn-row {overflow: hidden;}
.gallery .btn-detal, .gallery .btn-link {
    background: url("../images/btn-gallery-nav.png") no-repeat scroll 0 0  ;
    display: inline-block;
    height: 52px;
    margin: 0 3px;
    overflow: hidden;
    text-indent: -999px;
    width: 52px;
}
.gallery .btn-detal:hover {background-position: 0 -57px}
.gallery .btn-link {background-position: -60px 0;}
.gallery .btn-link:hover {background-position: -60px -57px}
.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;
    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;
}
.services .container-dark {background: url("../images/bg-container-dark.jpg")}
.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 .heading {
    background: url("../images/bg-heading1.jpg") repeat #fefefe;
    margin: -78px -9999px 30px;
    overflow: hidden;
    padding: 30px 9999px;
}
.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 h2 {
    color: #222222;
    font: 500 22px/1.2 Lato,Arial,Helvetica,sans-serif;
    margin: 0 0 15px;
    text-align: left;
    text-transform: none;
}
.container-text p {margin: 0 0 15px;}
.container-text a {
	color: #ff7d00;
	text-decoration: underline;
}
.container-text a:hover {
	text-decoration: none;
	color: #d64646;
}
.tab-content {margin: 0 0 42px;}
.tab-content:after {
	clear: both;
	content:"";
	display: block;
}
.tab-content .tab-nav {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.tab-content .tab-nav li {
	float: left;
	width: 50%;
}
.tab-content .tab-nav a {
	background: none repeat scroll 0 0 #efefef;
	border-radius: 5px 5px 0 0;
	color: #808080;
	display: block;
	line-height: 67px;
	margin: 10px 0 0;
	text-align: center;
	text-decoration: none;
}
.tab-content .tab-nav .ui-state-active a {
	background: none repeat scroll 0 0 #ffe588;
	color: #5e544b;
	line-height: 77px;
	margin: 0;
}
.tab-content .tabs {
	background: none repeat scroll 0 0 #f7f7f7;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	padding: 25px 25px 14px;
}
.container-text h3 {
    color: #5e544b;
    font: 700 16px/1.2 Lato,Arial,Helvetica,sans-serif;
    margin: 0 0 10px;
}
.tab-content .tabs ul {
    color: #808080;
    line-height: 1.7;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
}
.tab-content .tabs ul li {
	overflow: hidden;
	padding: 0 0 0 32px;
	position: relative;
	margin: 0 0 5px;
}
.tab-content .tabs li::after {
    background: none repeat scroll 0 0 #bfbfbf;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 10px;
    position: absolute;
    top: 11px;
    width: 6px;
}
.two-columns {
    margin: 0 0 51px;
    overflow: hidden;
}
.two-columns .col-text {
	float: left;
	width: 100%;
}
.two-columns .col-text-inner {padding: 0 350px 0 0;}
.two-columns aside {
    float: left;
    margin: -3px 0 0 -320px;
    width: 300px;
}
.box-order-service img {
    display: block;
    margin: 0 0 16px;
    width: 100%;
}
aside ul {
    color: #808080;
    font-size: 15px;
    letter-spacing: 1px;
    list-style: outside none none;
    margin: 0 0 18px;
    overflow: hidden;
    padding: 0;
}
aside li {
    background: url("../images/separator6.png") no-repeat 7px 3px  ;
    margin: 0 0 10px;
    padding: 0 0 0 31px;
}
.box-order-service .col-bottom {
    background: url("../images/bg-container-dark.jpg") repeat 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: #6e4830;
}
.box-order-service .btn:active {
	background: #ffdd63;
	color: #6e4830;
}
.table-holder {
    border-radius: 5px;
    margin: 0 0 78px;
    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;
    padding: 0 10px;
    width: 210px;
}
.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 {text-align: center;}
.table-prace tbody th, .table-prace tbody td {
    background: none repeat scroll 0 0 #f2f2f2;
    line-height: 1.5 !important;
    padding: 16px 5px 15px !important;
}
.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;}
.table-prace a {
	color: #c42323;
	text-decoration: underline;
}
.table-prace a:hover {text-decoration: none;}
.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 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: #f7913c;
    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;
    text-shadow: none;
    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%;
}
.container-cms {
    background: url("../images/bg-container-cms.jpg") repeat-x scroll 0 0   !important;
    border: medium none;
    color: #c2ffe4;
    font-size: 18px;
    text-align: center;
}
.container-cms::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: 3;
}
.container-cms h2 {
    color: #fff;
    margin: 0 0 36px;
}
.container-cms p {margin: 0 0 20px;}
.cms-list {
    margin: 0 0 2px;
    overflow: hidden;
    padding: 53px 0 0;
}
.cms-list ul {
    display: table;
    margin: 0;
    overflow: hidden;
    width: 100%;
}
.cms-list li {
    display: table-cell;
    vertical-align: top;
}
.cms-list li > span {
    display: table;
    text-align: center;
    width: 100%;
}
.cms-list li > span > span {
	height: 160px;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.cms-list em {
    background: url("../images/cms-salesforce.png") no-repeat 0 -14px  ;
    display: inline-block;
    height: 136px;
    overflow: hidden;
    text-indent: -9999px;
    width: 190px;
}
.cms-list a:hover em {background-position: 0 -184px;}
.cms-list img {display: inline-block;}
.our-customers {
    background: none !important;
    color: #808080;
    padding-top: 81px;
}
.our-customers .three-columns {
    line-height: 1.48;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: center;
}
.our-customers .three-columns .col {vertical-align: top;}
.our-customers .three-columns h3 {
    background: none repeat scroll 0 0  ;
    font: 300 24px Lato,Arial,Helvetica,sans-serif;
    margin: 0 0 19px;
    text-transform: uppercase;
}
.our-customers .three-columns .col-holder {
    overflow: hidden;
    padding: 0 15px;
}
.our-customers .three-columns img {margin-bottom: 50px !important;}
.our-customers .col-quality-assurance h3 {color: #d4861e;}
.our-customers .col-cross-browser-compatibility h3 {color: #c03f3f;}
.our-customers .col-support h3 {color: #81ac81;}
.our-customers .col::after {
	left: 0;
	bottom: -78px;
	content: "";
	height: 5px;
	position: absolute;
	right: 0;
}
.our-customers .col-quality-assurance::after {background: #ec9421;}
.our-customers .col-cross-browser-compatibility:after {background: #d64646;}
.our-customers .col-support:after {background: #81ac81;}
.add-nav {
	float: right;
	font-size: 14px;
	line-height: 1.6;
	list-style: outside none none;
	margin: 0 0 -4px;
	padding: 0;
}
.add-nav li {
    float: left;
    margin: 0 0 4px;
    padding: 0 15px;
}
.add-nav a {
	color: #808080;
	text-decoration: none;
}
.add-nav a:hover,
.add-nav .active a {
	color: #ee7925;
}
.loading {
    color: #bfbfbf;
    font: 16px/24px Lato,Arial,helvetica,sans-serif;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.loading::before {
	background: url("../images/loader.gif") no-repeat;
    content: "";
    display: inline-block;
    height: 23px;
    margin: 0 15px -6px 0;
    width: 23px;
}
.container-single h2 {font: 300 32px/1.2 Lato,Arial,Helvetica,sans-serif;}
.detal-single {
	color: #808080;
	font: 300 14px Lato, Arial, Helvetica, sans-serif;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 0;
	list-style: none;
}
.detal-single li {
	float: left;
	position: relative;
	padding: 0 0 0 30px;
}
.detal-single li::after {
    background: none repeat scroll 0 0 #bfbfbf;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 12px;
    margin: -3px 0 0;
    position: absolute;
    top: 50%;
    width: 5px;
    z-index: 1;
}
.detal-single li:first-child {padding: 0;}
.detal-single li:first-child:after {display: none;}
.detal-single .link,
.detal-single .time {
	float: left;
	padding: 0 0 0 19px;
	background: url("../images/icon7.png") no-repeat 0 2px
}
.detal-single .time {background-position: 0 -28px;}
.detal-single .link a {
	color: #808080;
	text-decoration: none;
}
.detal-single .link a:hover {text-decoration: underline;}
.gallery-scroll {
    margin: 0 0 15px;
    overflow: hidden;
    position: relative;
}
.gallery-scroll ul {
    float: left;
    position: relative;
    width: 99999px;
}
.gallery-scroll li {
    float: left;
    list-style: outside none none;
    margin: 0;
    position: relative;
}
.gallery.gallery-scroll .box {width: 100%;}
.single-content {overflow: hidden;}
.single-content aside {
	float: right;
	width: 368px;
	margin: 0 0 0 35px;
}
.single-content .img-box {overflow: hidden;}
.single-content .img-box img {display: block;}
.container-single p {margin: 0 0 25px;}
.container-single aside ul {margin: 0 0 25px;}
.container-single .text-holder {
	padding: 0 0 20px;
	margin: 0 0 20px;
	overflow: hidden;
	border-bottom: 1px solid #f2f2f2;
}
.container-single h3 {
	margin: 0 0 20px;
	font: 700 18px "Clear Sans",Arial,Helvetica,sans-serif
}
.galleryscroll {
    margin: 0 0 47px;
    overflow: auto;
    padding: 26px 0 0;
    position: relative;
}
.galleryscroll ul {
	display: inline-block;
	float: left;
	left: 0;
	list-style: outside none none;
	margin: 0 0 30px;
	overflow: visible;
	top: 0;
	white-space: nowrap;
	padding: 0;
	list-style: none;
}
.galleryscroll li {
    display: inline-block;
    margin: 0 -4px 0 0;
    white-space: nowrap;
    width: 320px;
	position: relative;
}
.galleryscroll .box {width: 100%;}
.galleryscroll li.active::after,
.galleryscroll.gallery-small a:hover::after {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
    border: 3px solid #ee7925;
    bottom: 0;
    box-shadow: 0 0 0 3px #fff inset;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.galleryscroll li.active:hover::after {display: none;}
.gallery-small {width: 364px;}
/*footer*/
.footer {
    background: url("../images/bg-footer.jpg") repeat scroll 0 0 ;
    overflow: hidden;
    padding: 15px 0 0;
    position: relative;
}
.footer:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	top: 0;
	background: url("../images/bg-footer-top.jpg");
	height: 5px;
}
.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;
}
.menu-trigger {display: none;}
.galleryscroll.gallery-small li {
    width: auto;
    padding: 0;
    margin: 0 6px 0 0;
}
/* jspContainer */
.jspContainer {
    overflow: hidden;
    position: relative;
}
.jspPane {
    padding: 0 !important;
    position: absolute;
    z-index: 1;
}
.jspVerticalBar {
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	z-index: 999;
	background: #e5e5e5;
}
.jspHorizontalBar {
    background: #f2f2f2;
    bottom: 0;
    height: 16px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    border-radius: 6px;
}
.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {display: none;}
.jspHorizontalBar .jspCap {float: left;}
.jspTrack {position: relative;}
.jspDrag {
    background: none repeat scroll 0 0 #bfbfbf;
    cursor: pointer;
    float: left;
    position: absolute;
    width: 10px;
    border-radius: 6px;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow {height: 6px;}
.jspHorizontalBar .jspArrow {
	width: 6px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {outline: none;}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
.gallery-small .jspContainer {height: auto ;}
.btn:active,
.promo .btn:active {
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2) inset;
	padding-top: 3px;
	line-height: 41px;
}
@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 {
		width: auto;
		padding: 0 10px;
	}
	.promo {
	    height: 560px;
	    margin-left: 0;
	    margin-right: 0;
	    padding-left: 0;
	    padding-right: 0;
	    width: auto;
	}
	.promo::after {
		background-size: contain;
		-moz-background-size: contain;
		-webkit-background-size: contain;
		height: 752px;
		margin: -64px 0 0 -628px;
		width: 790px;
	}
	.promo .main {margin: 0;}
	.promo strong {
	    font-size: 48px;
	    line-height: 1.1;
	}
	.promo .text {
	    display: table;
	    font-size: 17px;
	    height: 560px;
	    line-height: 1.4;
	    margin: 0;
	    width: 52%;
	}
	.text-content {
		height: 560px;
		vertical-align: middle;
		display: table-cell;
	}
	.promo.promo-inner {border-radius: 0;}
	.container-popular-services img {width: 100%;}
	.single-content .img-box img {width: 100%;}
}
@media (max-width:940px) {
	.nav > ul > li > a {padding: 0 18px;}
	.reviews-holder {width: 100%;}
	.services-holder img {width: 100%;}
	.services-list {height: auto;}
}
@media (max-width:920px) {
	.services-list li {
	    margin: 0 0 15px;
	    padding-top: 10px;
	}
	.nav > ul > li > a {padding: 0 15px;}
	.container-text .box-text {margin: 0 0 20px;}
	.gallery .text-detal strong {min-height: 25px;}
}
@media (max-width:860px) {
	.nav > ul {font-size: 15px;}
	.nav > ul > li > a {padding: 0 10px;}
	.three-columns h3 {
	    font-size: 18px;
	    font-weight: bold;
	}
	.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;
	}
	.promo::after {
	    height: 646px;
	    margin: -31px 0 0 -532px;
	    width: 678px;
	}
}
@media (max-width:800px) {
	.nav > ul {font-size: 15px;}
	.nav > ul > li > a {padding: 0 10px;}
	.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;
	}
}
@media (max-width:770px) {	
	.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: #000;
	    border-radius: 5px;
	    display: block;
	    height: 6px;
	    margin: 0 0 7px;
	}
	.header .nav {
	    background: #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 #f5963d;
	}
	.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 {
	    margin-top: 55px;
	    width: auto;
	}
	.promo::after {
	    height: 605px;
	    margin: -44px 0 0 -501px;
	    width: 635px;
	}
	.promo,
	.promo .text,
	.text-content {
	    height: 500px;
	}
	.container-cms {padding-bottom: 30px;}
	.cms-list ul {
	    display: block;
	    text-align: center;
	}
	.cms-list li {
	    display: inline-block;
	    margin: 0 10px 15px;
	}
}
@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-top: 50px;
		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 {
	    margin: -43px 0 0 -460px;
	    width: 605px;
	}
	.three-columns {margin: 0 0 -50px;}
	.gallery .box {width: 50%;}
	.our-customers {font-size: 14px;}
	.our-customers .three-columns img {margin-bottom: 24px !important;}
	.our-customers .three-columns h3 {
		margin: 0 0 10px;
		font: 700 16px Lato, Arial, Helvetica, sans-serif;
	}
	.our-customers .col::after {bottom: -55px;}
	.container-text .heading {
	    margin: -48px -9999px 30px;
	    padding: 30px 9999px;
	}
	.detal-single {margin: 0 0 25px;}
	.single-content aside {
	    float: none;
	    width: auto;
	    margin: 0 0 25px;
	}
	.container-single aside ul {margin: 0 0 10px;}
	.container-single .text-holder {padding: 0 0 10px;}
	.gallery-small {width: 100%;}
	aside .gallery-small.galleryscroll ul {margin: 0 0 30px;}
	.galleryscroll .box {width: 100%;}	
}
@media (max-width:640px) {
	.promo .text {width: 52%;}
	.promo strong {
		margin: 0 0 10px;
	    font: 37px/1.1 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: 475px;
	    margin: -7px 0 0 -406px;
	    width: 499px;
	}
}
@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;
	}
	.promo::after {margin: -7px 0 0 -390px;}
}
@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-corporate-website .col-bottom {
		min-height: 50px;
		padding: 20px 0;
	}
}
@media (max-width:560px) {
	.promo strong {font-size: 31px;}
	.promo .text {font-size: 15px;}
	.promo .text {width: 53%;}
	.promo, .promo .text,
	.text-content {
	    height: 450px;
	}
	.container {
		padding-top: 30px;
		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;}
	.promo::after {
	    height: 426px;
	    margin: -7px 0 0 -345px;
	    width: 447px;
	}
	.gallery .text-detal strong {
	    font-size: 25px;
	    min-height: 25px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	.container-text .heading {margin: -21px -9999px 20px;}
}
@media (max-width:480px) {
	.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;}
	.our-customers {font-size: 16px;}
	.our-customers .three-columns h3 {font: 700 22px Lato,Arial,Helvetica,sans-serif;}
	.our-customers .three-columns .col {
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.27);
		margin: 0 0 28px;
		padding: 15px 0;
	}
	.gallery .box {width: 100%;}
	.gallery .box .text-detal {padding: 0;}
	.gallery .text-detal {font-size: 19px;}
	.gallery .box .text-detal > div {
		display: table;
		height: 100%;
		width: 100%;
	}
	.gallery .box .text-detal > div > div {
		vertical-align: middle;height: 100%;
		display: table-cell;
	}
	.table-holder {
		overflow: auto;
		width: 440px;
	}
	.table-prace {font-size: 13px;}
	.table-holder table {width: 440px;}
}
@media (max-width:439px) {
	.logo {
	    background-size: contain;
		-moz-background-size: contain;
		-webkit-background-size: contain;
	    height: 36px;
	    margin: 5px;
	    width: 110px;
	}
	.promo .text-content {height: auto;}
	.promo .text {
	    font-size: 14px;
	    height: auto;
	    margin-top: 215px;
	    padding: 0 21px;
	    text-align: center;
	    width: auto;
	}
	.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;}
	.header {height: 48px;}
	.main {margin-top: 38px;}
	.promo::after {
	    height: 319px;
	    margin: -34px 0 0 -165px;
	    width: 334px;
	}
	.promo, .promo .text, .text-content {height: auto;}
	.promo .text {padding-bottom: 15px;}
	.container-text .heading {
	    margin: -21px -9999px 20px;
	    padding: 14px 9999px;
	}
	.table-holder {width: 414px;}
}
@media (max-width:414px) {
	.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;}
	.table-holder {width: 380px;}
}
@media (max-width:380px) {
	.promo {background-position: 62% -40px;}
}
@media (max-width:360px) {
	.promo {background-position: 62% -40px;}
	.three-columns h3 {font-size: 20px;}
	.table-holder {
		width: 360px;
	}
}
@media (max-width:320px) {
	.promo {background-position: 61% -40px;}
	.table-holder {
		width: 320px;
	}
}