@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/bebas/bebasneue-webfont.eot');
    src: url('fonts/bebas/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebas/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebas/bebasneue-webfont.ttf') format('truetype'),
         url('fonts/bebas/bebasneue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('fonts/pts/pts55f-webfont.eot');
    src: url('fonts/pts/pts55f-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pts/pts55f-webfont.woff') format('woff'),
         url('fonts/pts/pts55f-webfont.ttf') format('truetype'),
         url('fonts/pts/pts55f-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**
* Common styles
*/

body {
    font-size: 14px;
    min-width: 320px;
}
a {
    color: #467ab1;
}
a:visited {
    color: #467ab1;
}
a:hover {
    color: #000;
}
h1, h2, h3, h4, h5 {
    margin: 0px;
    padding: 0px;
    font-family: "BebasNeueRegular", "Sans";
    font-weight: 400;
}
h3 {
    font-size: 22px;
}
.highlight {
    padding: 20px;
    background-color: #f8f8f8;
}

.image-preview 
{
    display: inline-block;
    padding: 7px;
    border: 1px solid #ddd;
}
.image-preview:hover
{
    border: 1px solid #ccc;
}

.image-preview {
    margin: 0 14px 14px 0;
}

.features {
    padding: 0 0 0 0px;
    list-style: none;
}
.features li + li {
    margin-top: 20px;
}
.features .icon {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 15px;
}
.features .icon span {
    width: 50px;
    height: 50px;
    display: block;
}

/**
* Layouts
*/

.container 
{
    min-width: 320px;
    width: 860px;
    margin: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/**
* Прибивает футер к полу.
*/
html, body, #wrap {
     height: 100%;
     margin: 0;
     padding: 0;
	 font: normal normal 400 14px/24px "PT Sans", sans-serif;
}
#wrap > .inner-wrap {
    min-height: 100%;
    margin-bottom: -70px;
}
* html #wrap > .inner-wrap {
    height: 100%;
}
.page-buffer {
     height: 70px;
}
#footer {
    height: 70px;
}
header h3 {
    font-size: 26px;
}
#header, #footer {
    background-color: #F5F5F5;  
}

/**
* Заголовок.
*/
#header {
    padding: 20px 0 15px 0;
    overflow: hidden;
    margin-bottom: 50px;
    background: #F5F5F5 url("../img/header-shadow.png") bottom center no-repeat;
}
#header .logo-link
{
    float: left;
    position: relative;
    top: -3px;
}
#header .plugin-title 
{
    float: left;
    padding: 8px 0 0 20px;
    text-shadow: 1px 1px 1px #fff;
}
#header h1 
{
    margin-top: 4px;
}
#header .slogan 
{
    margin: 0px;
    margin-top: 5px;
}
#header .get-it 
{
    float: right;
    position: relative;
    top: 23px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
}
#header .get-it a {
    text-decoration: none;
    color: #000;
}
#header .get-it a:hover {
    color: #315f9a;
}
/**
* Рабочая область
*/
#workarea {

}
.separate-example-action #workarea {
    padding-bottom: 80px;
}

/**
* Подвал.
*/

#footer .container .inner-wrap 
{
    padding-top: 18px;
}
#footer a {
    color: #333;
}
#footer .copyright {
    float: right;
}
#footer .company-logo {
    margin-left: 8px;
    position: relative;
    top: -3px;
}

#footer-navigation {
    float: left;
    padding-top: 8px;
}
#footer-navigation li {
    float: left;
}
#footer-navigation li + li {
    margin-left: 20px;
}

@media screen and (max-width: 600px) 
{
    #footer {
        display: none;
    }
    .page-buffer {
        display: none;
    }
    #checkout > .inner-wrap {
        min-height: 210px;
    }
}