/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 14px;
    line-height: 26px;
    font-family: Arial, Helvetica, sans-serif;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Belyatinskih Evgeniy 2013 | rktv.ru
   ========================================================================== */


@font-face {
    font-family: 'fscr';
    src: url('/font/fscr.eot');
    src: url('/font/fscr.eot?#iefix') format('embedded-opentype'),
    url('/font/fscr.woff') format('woff'),
    url('/font/fscr.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fslcr';
    src: url('/font/fslcr.eot');
    src: url('/font/fslcr.eot?#iefix') format('embedded-opentype'),
    url('/font/fslcr.woff') format('woff'),
    url('/font/fslcr.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.minWidth {
    min-width: 960px;
}
.stdWidth {
    width: 960px;
    margin: 0 auto;
    padding: 0;
}
.clear {
    clear: both;
}

body {
    /*background: url('/img/layout/04-2.png') no-repeat center top;*/
}

#headerMenuWrap {
    background-color: #5d5d5d;
    position: relative;
    z-index: 10;
}
#headerMenu {
    position: relative;
    height: 50px;
}
#headerMenu .pageMenu {
    position: absolute;
    left: 0;
    top: 0;
}
#headerMenu .pageMenu ul {
    margin: 0;
    padding: 0;
    height: 50px;
}
#headerMenu .pageMenu ul li {
    float: left;
    list-style: none;
}
#headerMenu .pageMenu ul li.hasSubMenu {
    position: relative;
}
#headerMenu .pageMenu ul li.hasSubMenu a {
    padding: 0 26px 0 22px;
}
#headerMenu .pageMenu ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    padding: 0 22px;
    outline: none;
    cursor: default;
}
#headerMenu .pageMenu ul li a[href] {
    cursor: pointer;
}
#headerMenu .pageMenu ul li a.down {
    background: url('/img/layout/arrowDown.png') 90% 54% no-repeat;
}
#headerMenu .pageMenu ul li a span {
    border-bottom: 1px solid;
}
#headerMenu .pageMenu ul li a:hover span {
    border-bottom: 1px dashed;
}
#headerMenu .pageMenu ul li.hasSubMenu.showSubMenu > a > span {
    border-bottom: none;
}
#headerMenu .pageMenu ul li.active {}
#headerMenu .pageMenu ul li.active a {
    background-color: #fa8631;
}
#headerMenu .pageMenu ul li.showSubMenu + li.active a {
    background-color: transparent;
}
#headerMenu .pageMenu ul li.showSubMenu a {
    background-color: #fa8631;
}
#headerMenu .pageMenu ul li.active a.down {
    position: relative;
}
#headerMenu .pageMenu ul li.active a span {
    border-bottom: none;
}

#headerMenu .pageMenu ul li ul.subMenu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fa8631;
    height: auto;
    padding: 3px 0 15px 0;
}
#headerMenu .pageMenu ul li.showSubMenu ul.subMenu {
    display: block;
}
#headerMenu .pageMenu ul li ul.subMenu li {
    float: none;
}
#headerMenu .pageMenu ul li ul.subMenu li a {
    line-height: 28px;
    height: 28px;
}
#headerMenu .pageMenu ul li ul.subMenu li a span {
    border-bottom: 1px solid;
}
#headerMenu .pageMenu ul li ul.subMenu li a:hover span {
    border-bottom: 1px dashed;
}

#headerMenu .linksMenu {
    position: absolute;
    right: 0;
    top: 0;
}
#headerMenu .linksMenu ul {
    margin: 0;
    padding: 0;
    height: 50px;
}
#headerMenu .linksMenu ul li {
    float: left;
    list-style: none;
}
#headerMenu .linksMenu ul li + li {
    margin-left: 37px;
}
#headerMenu .linksMenu ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
}
#headerMenu .linksMenu ul li a span {
    border-bottom: 1px solid;
}
#headerMenu .linksMenu ul li a:hover span {
    border-bottom: 1px dashed;
}
#headerMenu .linksMenu ul li a.wrench {
    background: url('/img/layout/wrenchIcon.png') 0 50% no-repeat;
    padding-left: 19px;
}
#headerMenu .linksMenu ul li a.icon-1c {
    background: url('/img/layout/1c-icon.png') 0 50% no-repeat;
    padding-left: 32px;
}
#headerMenu .linksMenu ul li a.mail {
    background: url('/img/layout/mailIcon.png') 0 50% no-repeat;
    padding-left: 24px;
}

#headerWrap {}
#headerWrap.inner {
    background: #edeff2;
}
#headerWrap.inner #header {
    height: 120px;
}
#header {
    position: relative;
    height: 110px;
}
#header .logo {
    font-family: 'fscr';
    font-size: 60px;
    font-weight: normal;
    line-height: 60px;
    color: #0b99c9;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-decoration: none;
    left: -6px;
    top: 31px;
    cursor: default;
}
#header a[href].logo {
    cursor: pointer;
}
#header .logo span {
    color: #fa8631;
}
#header .name {
    display: block;
    position: absolute;
    font-size: 14px;
    color: #555555;
    left: 115px;
    top: 46px;
    text-decoration: none;
    line-height: 20px;
    cursor: default;
}
#header .phone {
    display: block;
    position: absolute;
    font-size: 45px;
    line-height: 45px;
    font-family: 'fslcr';
    font-weight: normal;
    color: #555555;
    left: 331px;
    top: 46px;
    letter-spacing: -3px;
}
#header .phone span {
    font-size: 18px;
    letter-spacing: 0;
}
#header .address {
    font-size: 14px;
    color: #555555;
    position: absolute;
    left: 610px;
    /*left: 675px;*/
    top: 43px;
    line-height: 22px;
}
#header .address a {
    text-decoration: none;
    border-bottom: 1px solid;
    color: #0b99c9;
}
#header .address a:hover {
    border-bottom: 1px dashed;
}

#header .cocialcommunity {
    font-size: 14px;
    color: #555555;
    position: absolute;
    right: 0;
    top: 43px;
    line-height: 22px;
}
#header .cocialcommunity a{
    text-indent: -9999px;
    text-decoration: none;
}
#header .cocialcommunity a img{
    width: 45px;
    height: auto;
}




.headTitleWrap {}
.headTitle {
    overflow: hidden;
}
.headTitle h1 {
    font-size: 40px;
    font-family: 'fslcr';
    font-weight: normal;
    color: #fa8631;
    margin: 11px 0;
    line-height: 44px;
}
.headTitle.gray h1 {
    color: #555555;
}

#visualWrap {}
#visual {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #0b99c9;
}
#visual .leftSide {
    position: relative;
    width: 289px;
    float: left;
    background: #16a3d3;
    max-height: 318px;
}
#visual .rightSide {
    margin-left: 289px;
    height: 318px;
    max-height: 318px;
    overflow: hidden;
    position: relative;
    width: 671px;
    background: url('/img/layout/whiteLight.png') 200px -60px no-repeat;
}
#visual .menu {
    margin: 0;
    padding: 0;
    position: relative;
}
#visual .menu li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
#visual .menu li + li {
    margin-top: 6px;
}
#visual .menu li a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    font-family: 'fslcr';
    font-weight: normal;
    color: #fff;
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 64px;
}
#visual .menu li a.icon-1 {
    background: url('/img/layout/carVisualIcon.png') 10px 8px no-repeat;
}
#visual .menu li a.icon-2 {
    background: url('/img/layout/phoneVisualIcon.png') 10px 8px no-repeat;
}
#visual .menu li a.icon-3 {
    background: url('/img/layout/workVisualIcon.png') 10px 8px no-repeat;
}
#visual .menu li a.icon-4 {
    background: url('/img/layout/trainingVisualIcon.png') 10px 8px no-repeat;
}
#visual .menu li a span {}

#visual .orderBtn {
    display: block;
    font-size: 20px;
    font-family: 'fslcr';
    font-weight: normal;
    color: #fff;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fa8631;
    text-decoration: none;
}

#visual .pointer {
    position: absolute;
    left: 0;
    top: 0;
    width: 289px;
    height: 60px;
    background: #4ed2ff;
}
#visual .pointer .tail {
    height: 60px;
    width: 32px;
    background: url('/img/layout/pointerTail.png') 0 0 no-repeat;
    position: absolute;
    right: -31px;
    top: 0px;
}

#visual .slide {
    display: none;
    max-height: 318px;
    position: absolute;
    left: 0;
    top: 0;
    width: 671px;
    height: 318px;
}
#visual .slide.active {
    display: block;
}
#visual .slide .img {
    position: absolute;
    right: 0;
    bottom: 0;
}
#visual .slide .header {
    font-size: 40px;
    font-family: 'fslcr';
    font-weight: normal;
    color: #fff;
    line-height: 44px;
    position: absolute;
    left: 0;
    top: 36px;
    padding-left: 81px;
}
#visual .slide.slideImage-5 .header {

}
#visual .slide .header a {
    display: block;
    color: #fff;
    text-decoration: none;
}
#visual .slide .header a:hover {}
#visual .slide .header a:hover span {
    border-bottom: 1px dashed;
}
#visual .slide .text {
    color: #fff;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 93px;
    line-height: 18px;
    padding-left: 71px;
}
#visual .slide.slideImage-5 .text {
    top: 133px;
}
#visual .slide .text ul {}
#visual .slide .text ul li {}
#visual .slide .text ul li + li {
    margin-top: 6px;
}
#visual .slide .text ul li a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid;
}
#visual .slide .text ul li a:hover {
    border-bottom: 1px dashed;
}

#reviewWrap {}
#review {
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}
#review .reviewItem {
    outline: none;
    display: block;
    position: relative;
    border: 2px solid #fa8631;
    float: left;
    padding: 12px 13px;
    width: 95px;
    min-height: 93px;
    margin-bottom: 19px;
    text-decoration: none;
    color: #555555;
}
#review .reviewItem + .reviewItem {
    margin-left: 42px;
}
#review .reviewItem .icon {
    min-height: 33px;
}
#review .reviewItem .text {
    line-height: 20px;
}
#review .reviewItem .tail {
    position: absolute;
    width: 19px;
    height: 19px;
    background: url('/img/layout/orangeTail.png') 0 0 no-repeat;
    left: 8px;
    bottom: -19px;
}

#clientWrap {
    margin-top: 49px;
    background-color: #edeff2;
    height: 144px;
    visibility: hidden;
}
#client {
    padding: 33px 0;
}
#client table {
    width: 100%;
}
#client table tr {}
#client table tr td {
    width: 16.5%;
    text-align: center;
    vertical-align: middle;
}
#client table tr td img {}

#footerWrap {
    background: #0b99c9;
    visibility: hidden;
}
#footer {
    height: 138px;
    position: relative;
}
#footer .text {
    position: absolute;
    color: #fff;
    line-height: 24px;
}
#footer .text a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid;
}
#footer .text a:hover {
    border-bottom: 1px dashed;
}
#footer .first {
    left: 1px;
    top: 24px;
}
#footer .second {
    left: 334px;
    top: 24px;
    text-align: right;
}
#reaktive {
    font-weight: normal;
    color: #fff;
    position: absolute;
    /*right: 129px;*/
    right: 0;
    top: 24px;
}
#reaktive a {
    text-decoration: none;
    border-bottom: 1px solid;
    color: #fff;
}
#reaktive a:hover {
    border-bottom: 1px dashed;
}
#reaktive_block {
    display: none;
    width: 274px;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index:999;
}
#reaktive_block img {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index:999;
}

#kaspersky {
    position: absolute;
    right: 0;
    top: 68px;
}
#kaspersky a {
    display: block;
    margin: 0;
    padding: 0;
}
#kaspersky a img{
    outline: none;
}

#contactOverlay {}
#contactOverlay .rightSide {
    width: 427px;
    padding: 28px 44px 15px 31px;
    float: left;
}
#contactOverlay .leftSide {
    margin: 0 0 0 502px;
    padding: 0 0 15px 0;
    min-height: 639px;
}
#contactOverlay h1 {
    color: #555555;
    font-size: 40px;
    font-family: 'fslcr';
    font-weight: normal;
    margin: 6px 0;
    line-height: 40px;
}
#contactOverlay p {
    color: #555;
    font-size: 14px;
    line-height: 20px;
    margin: 6px 0;
}
#contactOverlay .map {
    margin-bottom: 19px;
}

#exposeMask {
    /*background: url('/img/layout/04-1-2.png') center -6px transparent;*/
}

.overlayTheme {
    display: none;
    min-height: 100px;
    min-width: 100px;
    width: 962px;
    background: #fff;
}
.overlayTheme .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    background: url('/img/layout/blackClose.png') 15px 15px no-repeat #fff;
    cursor: pointer;
}

.overlayTheme form {
    color: #555;
    font-size: 14px;
    margin: 19px 0;
}
.overlayTheme form fieldset {}
.overlayTheme form .label {

}
.overlayTheme form input.text {
    margin: 0 0 13px 0;
    padding: 0 15px;
    outline: none;
    border: 1px solid #aaa;
    width: 395px;
    height: 39px;
    line-height: 39px;
}
.overlayTheme form input.text.error {
    border: 1px solid red;
}
.overlayTheme form textarea.textarea {
    margin: 0 0 32px 0;
    padding: 10px 15px;
    width: 395px;
    height: 117px;
    border: 1px solid #aaa;
    outline: none;
    resize: vertical;
    line-height: 22px;
}
.overlayTheme form textarea.textarea.error {
    border: 1px solid red;
}
.overlayTheme form .submitBtn {
    margin: 0;
    padding: 0 45px;
    outline: 0;
    border: none;
    background: #fa8631;
    display: block;
    font-size: 20px;
    font-family: 'fslcr';
    font-weight: normal;
    color: #fff;
    height: 64px;
    line-height: 64px;
    text-align: center;
    text-decoration: none;
}

.overlayTheme .inlineLeft {
    width: 208px;
    float: left;
}
.overlayTheme .inlineLeft input.text {
    width: 174px;
}
.overlayTheme .inlineRight {
    margin-left: 220px;
    overflow: hidden;
}
.overlayTheme .inlineRight input.text {
    width: 174px;
}
.overlayTheme .inlineRight p.toRight {
    text-align: right;
    padding-right: 30px;
}
.overlayTheme .loader {
    display: none;
    text-align: center;
    margin: 110px 0;
}
.overlayTheme .success {
    display: none;
    color: #555;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 110px 0;
}

#pageWrap {
    overflow: hidden;
}
#page {
    margin-top: 10px;
    overflow: hidden;
}
#page .leftSide {
    width: 275px;
    float: left;
    position: relative;
}
#page .rightSide {
    margin: 0 0 0 330px;
    overflow: hidden;
}
#page .menuWrap {
    max-width: 275px;
}
#page .menu {
    overflow: hidden;
}
#page .menu .header {
    font-size: 28px;
    font-family: 'fslcr';
    font-weight: normal;
    color: #555;
    margin: 11px 0;
    line-height: 28px;
}
#page .menu ul {
    margin: 27px 0 37px 0;
    padding: 0;
    list-style: none;
}
#page .menu ul li {
    margin: 4px 0;
    padding: 0;
    line-height: 20px;
}
#page .menu ul li a {
    text-decoration: none;
    color: #0b99c9;
}
#page .menu ul li a span {
    border-bottom: 1px solid;
}
#page .menu ul li a:hover {
    color: #fa8631;
}
#page .menu ul li a:hover span {
    border-bottom: 1px dashed;
}
#page .menu ul li.active {}
#page .menu ul li.active a {
    color: #fa8631;
}
#page .menu ul li.active a span {
    border-bottom: none;
}

.textContent h1 {
    font-size: 40px;
    font-family: 'fslcr';
    font-weight: normal;
    margin: 17px 0;
    line-height: 44px;
    color: #555;
}
#page .textContent h2 {
    font-size: 28px;
    font-family: 'fslcr';
    font-weight: normal;
    color: #555;
    margin: 17px 0;
    line-height: 39px;
}
#page .textContent h3 {
    font-size: 20px;
    font-family: 'fslcr';
    font-weight: normal;
    color: #555;
    margin: 16px 0;
    line-height: 28px;
}
#page .textContent h4 {
    font-size: 18px;
    font-family: 'fslcr';
    font-weight: normal;
    color: #555;
    margin: 16px 0;
    line-height: 28px;
}
#page .textContent img {
    margin: 4px;
}
#page .textContent ul {
    margin: 24px 0;
}
#page .textContent p + ul {
    margin-top: -15px;
}
#page .textContent p {
    line-height: 22px;
    margin: 24px 0;
    color: #333333;
}
#page .textContent p + p {
    margin-top: -15px;
}
#page .textContent p.file {
    padding-left: 25px;
    background: url('/img/layout/fileIcon.png') 4px 5px no-repeat;
    color: #727272;
}
#page .textContent a {
    text-decoration: none;
    color: #0b99c9;
    border-bottom: 1px solid;
}
#page .textContent a:hover {
    color: #fa8631;
    border-bottom: 1px dashed;
}
#page .textContent a.image {
    border: none;
}
#page .textContent a.image img {
    margin-left: 0;
    margin-right: 0;
}
#page .textContent p.btn {
    margin: 26px 0;
    overflow: hidden;
}
#page .textContent p.btn a {
    display: block;
    font-size: 20px;
    font-family: 'fslcr';
    font-weight: normal;
    color: #fff;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background: #fa8631;
    text-decoration: none;
    border-bottom: none;
    float: left;
    padding: 0 22px;
}
#page .textContent p.btn a:hover {
    border-bottom: none;
}

#page .clear.middle {
    height: 7px;
}


#page .contentGallery {
    overflow: hidden;
}
#page .contentGallery a {
    display: block;
    margin: 0 15px 30px 15px;
    padding: 0;
    outline: none;
    float: left;
    border: 1px solid;
    min-height: 291px;
}
#page .contentGallery a:hover {
    border: 1px solid;
}
#page .contentGallery a img {}

#page table.tableContent {}
#page table.tableContent tr {}
#page table.tableContent.odded tr.odd {
    background: #f5f5f5;
}
#page table.tableContent tr td {
    padding: 0 25px;
    vertical-align: middle;
}
#page table.tableContent tr td.padTop {
    padding-top: 25px;
}
#page table.tableContent tr td.padBottom {
    padding-bottom: 25px;
}
#page table.tableContent.noPad tr td {
    padding: 20px 0;
    vertical-align: top;
}
#page table.tableContent.noPad p {
    margin: 0;
}
#page table.tableContent.noPad h2 {
    margin-top: 0;
}
#page table.tableContent.noPad tr td + td {
    vertical-align: middle;
}
#page table.tableContent .gray {
    background: #f5f5f5;
}


/* Colorbox */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
#cboxOverlay{background:#000;}

#colorbox{}
#cboxContent{margin-top:20px;}
#cboxLoadedContent{background:#FFF; padding:5px;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#FFF;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#FFF;}
#cboxSlideshow{position:absolute; top:-20px; right:60px; color:#FFF;}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/img/colorbox/controls.png) top left no-repeat; _background:url(/img/colorbox/controls_ie.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:5px; _right:4px; margin-top:-32px; background:url(/img/colorbox/controls.png) top right no-repeat; _background:url(/img/colorbox/controls_ie.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;}
#cboxNext.hover{background-position:bottom right;}
#cboxLoadingOverlay{background:#FFF;}
#cboxLoadingGraphic{background:url(/img/colorbox/loading.gif) center center no-repeat;}
#cboxClose{position:absolute; top:5px; _top:4px; right:5px; display:block; background:url(/img/colorbox/controls.png) top center no-repeat; _background:url(/img/colorbox/controls_ie.png) top center no-repeat; width:38px; height:19px; text-indent:-9999px;}
#cboxClose.hover{background-position:bottom center;}
/* end Colorbox */



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
