/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
strike, sub, sup, tt, var, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;

}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clear { clear:both; width: 100%}

html, body {
    height: 100%;
}

a { color: #d84315; text-decoration: underline}
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #d84315;
}

body {
    color: #2d2e2e;
    font-size: 16px;
    line-height: 22px;
    min-width: 1170px;
    background-color: #fff;
    line-height: normal;
    font-family: 'Open Sans', sans-serif, Arial;
}

.container{
    max-width: none !important;
    width: 1170px !important;
}

h2 {
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 25px 0;
}

.header {
    position: relative;
    height: 65px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    left: 0;
    top: 0;
}

.header .logo {
    position: absolute;
    left: 33px;
    top: 12px;
}

.header .nav {
    margin: 23px 45px 0 0;
}

.header .nav li {
    float: left;
    margin-left: 40px;
}

.header .nav li a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.header .nav li a:hover {
    text-decoration: underline;
}

.header .lang {
    margin: 21px 35px 0 0;
}

.header .lang li {
    float: left;
}

.header .lang li a {
    font-size: 12px;
    text-decoration: none;
    font-weight: 700;
    width: 25px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
}

.header .lang li a:hover {
    text-decoration: underline;
}

.header .lang li.active a {
    background: #fff;
    color: #d84315
}

.header .lang li.active a:hover {
    text-decoration: none;
}

.scrolling-header {
    background: #fff;
    display: none;
    border-bottom: 1px solid #dadada;
}

.scrolling-header .nav ul li a {
    color: #2d2e2e;
}

.scrolling-header .lang ul li a {
    color: #2d2e2e;
}

.scrolling-header .lang li.active a {
    background: #d84315;
    color: #fff
}

.slider {
    min-height: 550px;
	height:70%;
    position: relative;
	background: url(../img/bg.jpg) no-repeat center top fixed;
	background-size:cover;
}

.slider .container {
    position: absolute;
    left: 0;
    z-index: 100;
    bottom: -5px;
    width: 100% !important;
    text-align: center;
}

.slider li {
    height: 605px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
}

.slider .container h2 {
    font-size: 58px;
    color: #fff;
    padding: 0px 0 50px 0;
	font-weight:700;
	text-shadow:0 1px 1px rgba(0,0,0,0.4);
}

.services {
    background: #d84315;
    padding: 65px 0;
    color: #fff;
    text-align: center;
}

.services i {
    margin: 0 0 13px 0;
}

.services strong {
    font-size: 18px;
    display: block;
    margin: 0 0 15px 0;
}

.services a {
    display: inline-block;
    line-height: 35px;
    padding: 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
	border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 15px;
}

.services a:hover {
    text-decoration: none;
	background:#fff;
	color: #d84315;
}

.why {
    padding: 95px 0 135px 0;
    text-align: center;
}

.why h2 {
    margin: 0 0 100px 0;
}

.why i {
    margin: 0 0 40px 0;
}

.why strong {
    font-size: 22px;
    display: block;
    font-weight: 600;
    margin: 0 0 17px 0;
}

.why span {
    color: #595959;
}

.system-block {
    padding: 45px 0 75px 0;
}

.system-block ul {
    margin: 0 0 45px 0;
    font-size: 14px;
}

.system-block ul li {
    background: url(../img/ico-bullet-01.png) no-repeat 0 3px;
}

.system-block ul li strong {
    display: block;
}

.system-block ul li span {
    color: #595959;
    display: block;
}

.system-block ul li {
    margin: 0 0 18px 0;
    padding: 0 0 0 45px;
}

.system-1 {
    background: url(../img/bg-system-1.jpg) no-repeat right 50px #f7f7f7;
}

.system-2 {
    background: url(../img/bg-system-2.jpg) no-repeat left 50px;
}

.system-3 {
    background: url(../img/bg-system-3.jpg) no-repeat right 50px #f7f7f7;
}

.system-4 {
    background: url(../img/bg-system-4.jpg) no-repeat left 50px;
}

.contacts {
    background: #252b33;
    padding: 75px 0 50px 0;
    color: #fff;
}

.contacts a {
    color: #fff;
}

.cms p {
    margin: 0 0 20px 0;
}

.form .field {
    margin: 0 0 23px 0;
}

.form .field label {
    display: block;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.form .field input[type="text"], .form .field input[type="email"], .form .field textarea  {
    width: 100%;
    font-family: 'Open Sans', sans-serif, Arial;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    height: 45px;
    line-height: 45px;
    background-color: #3a4350;
    text-indent: 15px;
    font-size: 16px;
}
.form .field textarea {
    height: 200px;
}
.form .field input[type="text"]:focus {
    background: #545e6b;
}

.btn-01 {
    height: 40px;
    line-height: 40px;
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
    text-decoration: none;
    padding: 0 20px;
    border: none;
    font-family: 'Open Sans', sans-serif, Arial;
    font-weight: 400;
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #d84315;
}

.btn-01:hover {
    background: #e85a2e;
    color: #fff;
}

.btn-01:active {
    background: #b0350f;
    color: #fff;
}

.footer {
    background: #252b33;
    line-height: 67px;
    color: #fff;
    border-top: 1px solid #3a4350;
}