html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button,
canvas,
video {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
    font-weight: normal;
    font-style: normal;
}
ul,
ol {
    list-style: none;
}
fieldset,
img {
    border: none;
}
caption,
th {
    text-align: left;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    cursor: pointer;
    line-height: normal;
}
button,
input {
    line-height: normal;
}
input[type="hidden"],
[hidden],
.hidden {
    display: none;
}
textarea {
    overflow: auto;
    resize: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
.clearfix {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
a > img {
    vertical-align: bottom;
	border: none;
}

a:hover  img {
	background-color: #e1dfd3;
	border: none !important;
	display: block;
}

strong,
b {
    font-weight: bold;
}
em,
i {
    font-style: italic;
}
del {
    text-decoration: line-through;
}
:focus {
    outline: none;
}
.clear {
    clear: both;
    display: block;
    line-height: 0;
    height: 0;
    font-size: 0;
}
.clearfix:after,
.wrap:after,
aside:after,
section:after,
article:after,
.text:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}
.align-left {
    float: left !important;
}
.align-right {
    float: right !important;
}
.overflow-hidden {
    overflow: hidden;
    display: block;
}
html {
    height: 100%;
    background: #f8f8f3;
}
body {
    height: 100%;
    font: 17px/26px "Open Sans";
    color: #6a6a6a;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
}
.main {
    min-height: 100%;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wrap {
    margin: 0 auto;
    max-width: 940px;
    padding: 0 30px;
}
a {
    color: #4d3b31;
    cursor: pointer;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear;
	text-decoration: none;
}
a:hover {
    color: #ffffff;
	text-decoration: overline;
	background-color: #4d3b31;
}
.error {
    color: #FF0000 !important;
    border-color: #FF0000 !important;
}
.success {
    color: #00CC0 !important;
    border-color: #00CC00 !important;
}
.disabled {
    color: #999999 !important;
    border-color: #999999 !important;
    cursor: default !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #3d2e26;
}
h1, h2, h3 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 22px;
	text-align: left;
}
img {
    max-width: 100%;
    height: auto;
}
header {
    padding: 20px 0;
	background-color: #e1dfd3;
}
header .logo {
    float: left;
}
header .logo a {
    display: inline-block;
}
.social {
    float: right;
}
.social li {
    float: left;
}
.social li a {
     display: block;
    color: 4d3b31;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

footer {
    padding: 90px 0;
	 background-color: #2d2018;
}

footer a{
    color: #fff;
}

footer a:hover{
    color: #b2b183;
}

footer .logo {
    float: left;
    margin: 0 95px 0 0;
}
footer .logo img {
    display: block;
}
.copy {
    float: left;
    font-size: 14px;
    line-height: 36px;
    margin: 8px 0;
}
.copy a {
    color: #3db39e;
    font-weight: bold;
}
.copy a:hover {
    color: #318f7e;
}
.sidebar {
    
}
.simple {
    text-align: center;
    padding: 60px 0 60px;
    margin-top: 3em;
}
.simple p {
    margin: 0 60px 16px;
	text-align: justify;
}

.simple0 {
    background-color: #f5f5f5;
	color: #4d3b31;
	text-align: justify;
    padding: 60px 0 60px;
}
.simple0 h2{
	color: #4d3b31;
}
.simple0 p {
    margin: 0 60px 16px;
	text-align: justify;
}

.simple1 {
    background-color: #d9d9d9;
	color: #4d3b31;
	text-align: justify;
    padding: 60px 0 60px;
}
.simple1 h2{
	color: #4d3b31;
}
.simple1 p {
    margin: 0 60px 16px;
	text-align: justify;
}


.simple2 {
    background-color: #f5f5f5;
	color: #4d3b31;
	text-align: center;
    padding: 60px 0 60px;
}
.simple2 h2{
	color: #4d3b31;
}
.simple2 p {
    margin: 0 60px 16px;
	text-align: justify;
}
.simple3 {
    background-color: #d9d9d9;
	text-align: center;
    padding: 60px 0 60px;
}
.simple3 p {
    margin: 0 60px 16px;
	text-align: justify;
}



.promo {
    background-color: #f5f5f ;
    color: #4d3b31;
    font-weight: bold;
    font-size: 2em;
}
.promo .wrap {
    position: relative;
    height: 500px;
}
.promo-text {
    width: 800px;
    height: 500px;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    line-height: 30px;
	padding-left: 25px;
	padding-right: 25px;
}
.promo-img {
    width: 274px;
    height: 192px;
    position: absolute;
    top: -48px;
    right: 18px;
}
.promo-text p {
    padding: 35px 0 0;
}
.promo .wrap img {
    position: absolute;
    bottom: 0;
    right: 18px;
}
.promo-title {
    font-size: 55px;
    line-height: 60px;
    font-weight: bold;
}
.promo2 {
    background-color: grey;
    color: #ffffff;
}
.promo2 .wrap {
    position: relative;
    min-height: 350px;
}
.promo2-text {
    width: 460px;
    height: 350px;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    line-height: 30px;
}
.promo2-text p {
    padding: 35px 40px 0;
}
.promo2 .wrap img {
    position: absolute;
    bottom: 0;
    right: 16px;
}
.promo2-title {
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
}
.features {
    margin: -25px 0 60px;
}
.features-columns {
    margin: 0 -25px;
}
.feature {
    float: left;
    width: 33.33%;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    padding: 0 25px;
    margin: 0 0 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.feature h4 {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #2b414d;
    font-weight: bold;
    position: relative;
    margin: 0 0 42px;
}
.feature h4:after {
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 22px;
    height: 2px;
    background-color: #cbcfd1;
    content: "";
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.feature:hover h4:after {
    background-color: #3db39e;
}
.ico-help,
.ico-like,
.ico-present {
    width: 64px;
    height: 64px;
    margin: 0 auto 32px;
    background-position: 0 -50px;
}
.ico-like {
    background-position: -100px -50px;
}
.ico-present {
    background-position: -200px -50px;
}
.tabsblock {
    background: #f6f6f6;
}
.tabsblock .wrap {
    position: relative;
    min-height: 565px;
}
.tabsblock .wrap img {
    position: absolute;
    left: 22px;
    bottom: 0;
}
.tab {
    padding-left: 540px;
    width: 400px;
    display: table-cell;
    height: 565px;
    vertical-align: middle;
}
.tabs {
    padding: 0 0 23px;
}
.tabs li {
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    float: left;
    background-color: #cbcfd1;
    margin: 0 13px 13px 0;
    -moz-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
    cursor: pointer;
}
.tabs li:hover {
    background-color: #8cc6bc;
}
.tab li.active {
    cursor: default;
    background-color: #3db39e;
}
@media (max-width: 959px){
    .promo .wrap {
        min-height: 0;
    }
    .promo .wrap img {
        position: relative;
        right: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .promo-text {
        text-align: center;
        display: block;
        height: auto;
        width: auto;
        padding: 65px 0 48px;
    }
    .promo-title {
        font-size: 40px;
        line-height: 50px;
    }
    .promo-link,
    .promo-button {
        margin: 0 15px 15px;
    }
    footer {
        padding-top: 0;
        background-color: #f6f6f6;
    }
    footer .logo {
        display: none;
    }
   
    .copy {
        padding: 80px 0 25px;
    }
    .istore {
        background: #ffffff;
        margin: 0 -30px;
        padding: 80px 30px;
    }
    .social ul {
        list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    }
    .social ul li {
        margin: 0 11px 11px;
    }
    .subscribe-email {
        width: 300px;
    }
    .tabsblock {
        padding-top: 60px;
    }
    .tabsblock .wrap {
        min-height: 0;
    }
    .tabsblock .wrap img {
        position: relative;
        left: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .tab {
        text-align: center;
        padding-left: 0;
        width: auto;
        display: block;
        height: auto;
        vertical-align: top;
    }
    .tabs {
        display: inline-block;
    }
    .tabs li {
        margin: 0 7px 13px 6px;
    }
    .box-text {
        margin: 0 0 60px;
    }
}
@media (max-width: 767px){
    header {
        text-align: center;
    }
    header .logo {
        float: none;
        display: inline-block;
    }
    header .social {
        display: none;
    }
    .feature {
        width: 100%;
    }
    .subscribe-email {
        width: 200px;
    }   
}
@media (max-width: 479px){
    body {
        word-wrap: break-word;
    }
    .simple p {
        margin-left: 0;
        margin-right: 0;
    }
	    .simple2 p {
        margin-left: 0;
        margin-right: 0;
    }
	    .simple3 p{
        margin-left: 0;
        margin-right: 0;
    }
    .subscribe-email {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .subscribe-button {
        width: 100%;
    }
}

.jobbraf{
    position: fixed;
    top: 0;
    right: 0px;
    z-index: 50;
    float: right;
    height: 250px;
}

.middle{
    height: 150px;
    text-align: center;
    margin-left: auto;
}