*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

::-webkit-scrollbar {
    width: 16px;
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 1);
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #CCDAE2;
    background: rgb(48, 48, 48);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgb(86, 84, 84);
}

* {
    margin: 0;
    padding: 0;
}

*:focus {
    outline: 0;
}

body {
    background-color: #fff;
    color: #6a6d6f;
    font: 15px/22px Raleway, sans-serif;
    overflow: hidden;
}

img {
    max-width: 100%;
}

#site {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}

div#header-top {
}

div#header-bottom {
    color: #87929d;
    background: #272d33;
    font: 800 14px/20px Raleway, sans-serif;
    min-height: 50px;
}

div#header-showcase {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    -webkit-perspective: 1200px;
    -webkit-perspective-origin: 30% 40%;
    perspective: 1200px;
    perspective-origin: 30% 40%;
}

div#content {
    position: relative;
    top: -100px;
    margin-bottom: -80px;
}

div#footer {
    background-color: #28c828;
}

input::-webkit-input-placeholder {
    color: #909090 !important;
}

input:focus::-webkit-input-placeholder {
    color: #d2d2d2 !important;
}

input:-moz-placeholder {
    color: #909090 !important;
}

input:focus:-moz-placeholder {
    color: #d2d2d2 !important;
}

input::-moz-placeholder {
    color: #909090 !important;
}

input:focus::-moz-placeholder {
    color: #d2d2d2 !important;
}

input:-ms-input-placeholder {
    color: #909090 !important;
}

input:focus:-ms-input-placeholder {
    color: #d2d2d2 !important;
}

.header1 {
    display: block;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    font-size: 36px;
    margin: .67em 0;
    margin-top: 20px;
    margin-bottom: 10px;
}

.header1 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 65%;
}

.invisible {
    display: none !important;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

h5, .h5, .header5 {
    letter-spacing: 0;
    color: #fc5a0a;
    font: 800 29px/32px Raleway, sans-serif;
}

.info-box .header5 {
    color: #272d33;
    font-weight: 700;
    font-size: 24px;
}

h4, .h4, .header4 {
    letter-spacing: -0.8px;
    color: #c9c9c9;
    font: 700 36px/36px Raleway, sans-serif;
}

.info-box {
    text-align: right;
    margin-top: 10px;
}

.info-box .header5, .info-box .header4 {
    display: inline-block;
}

.info-box .header5 {
    margin-right: 3px;
}

a:hover {
    color: rgb(27, 90, 27);
}

a:hover, a:focus {
    text-decoration: none;
    color: rgb(27, 90, 27);
}

a:hover, a:focus {
}

a:active, a:hover {
    outline: 0px;
}

.info-box * {
    margin-top: 5px;
    margin-bottom: 0px;
}

a {
    color: rgb(40, 200, 40);
}

a {
    transition: all 0.3s ease;
}

a {
    text-decoration: none;
}

a {
    background: transparent;
}

#header-bottom {
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
}

#header-bottom {
    z-index: 999;
}

#header-bottom, #header-top {
    position: relative;
}

.slider-caption {
    position: absolute;
    font: 600 28px/30px Raleway, sans-serif;
    padding: 30px 5px;
    display: block;
    text-align: center;
    right: auto;
    left: 20px;
    width: 40%;
    height: 90px;
    bottom: auto;
    top: 5%;
    color: #fff;
    z-index: 8;
    opacity: 1;
    overflow: hidden;
    -moz-opacity: 0.6;
    filter: alpha(opacity=6);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: black;
    background: -moz-linear-gradient(left, rgba(39,45,51,0) 0%, rgba(39,45,51,0.7) 20%, rgba(39,45,51,0.9) 35%, rgba(39,45,51,1) 50%, rgba(39,45,51,0.9) 65%, rgba(39,45,51,0.7) 80%, rgba(39,45,51,0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(39,45,51,0) 0%,rgba(39,45,51,0.7) 20%,rgba(39,45,51,0.9) 35%,rgba(39,45,51,1) 50%,rgba(39,45,51,0.9) 65%,rgba(39,45,51,0.7) 80%,rgba(39,45,51,0) 100%);
    background: linear-gradient(to right, rgba(39,45,51,0) 0%,rgba(39,45,51,0.7) 20%,rgba(39,45,51,0.9) 35%,rgba(39,45,51,1) 50%,rgba(39,45,51,0.9) 65%,rgba(39,45,51,0.7) 80%,rgba(39,45,51,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00272d33', endColorstr='#00272d33',GradientType=1 );
}

.nav-button {
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #272d33;
    border: none;
}

span.nav-button-line {
    position: absolute;
    bottom: 0;
    left: 15%;
    right: 15%;
    margin: auto;
    height: 0px;
    background-color: #28c828;
    width: 70%;
}

.nav-button:hover {
    color: #fff;
    background-color: #474f58;
}

.nav-button:hover span.nav-button-line {
    height: 8px;
}

.nav-button:active span.nav-button-line {
    width: 15%;
}

button, span.nav-button-line {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.logo-img {
    max-width: 80%;
    margin-left: 4%;
    margin-bottom: 5px;
}

.online-ocen {
    background-color: #28c828 !important;
    color: #272d33;
}

.online-ocen span.nav-button-line {
    background-color: #ffffff;
    left: 15px;
    right: 15px;
}

.online-ocen:hover {
    background-color: rgba(40,200,40,0.80) !important;
}

.nivo-caption {
    display: block;
    text-align: center;
    right: 20px;
    width: 45%;
    height: 20%;
    bottom: auto;
    top: 185px;
    background: hsla(0,0%,0%,0.5);
}

.theme-dark .nivo-caption {
    font: 600 28px/30px Raleway, sans-serif;
    color: white;
}

h1.site-title.image-logo {
    margin-top: 14px;
}

div#rot-div {
    display: block;
    z-index: 999999999;
    position: absolute;
    width: 130%;
    top: 0px;
    left: -15%;
    margin-top: 70px;
    height: 150px;
    background-color: #272d33;
    transform: rotateZ(3deg);
}

#upper-showcase {
    display: block;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    z-index: 9999999999;
    width: 100%;
    left: 0;
    right: 0;
    height: 140px;
    pointer-events: none;
}

#footer-showcase {
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    overflow: hidden;
    z-index: 1004;
    width: 100%;
    left: 0;
    right: 0;
    height: 140px;
}

.caption2 {
    text-align: center;
    top: 25%;
}

.caption3 {
    top: auto;
    bottom: 30%;
    right: 20%;
}

.opacity0 {
    opacity: 0;
}

#under-showcase {
    position: relative;
    overflow: hidden;
    height: 150px;
}

div#rot2-div {
    position: absolute;
    width: 130%;
    height: 150px;
    top: -55px;
    background-color: #272d33;
    transform: rotateZ(3deg);
}

.text-shadows {
    text-shadow: 1px 1px 4px grey;
}

.panel-shadows {
    box-shadow: 1px 2px 10px rgba(0,0,0,0.5);
}

.left-panel {
    position: relative;
    margin: auto;
    margin-left: -15px;
    padding: 10px;
    background-color: #28c828;
}

.right-panel {
    position: relative;
    margin: auto;
    padding: 10px;
    margin-right: -15px;
    background-color: #272d33;
}

.img-panels {
}

#header-form-container {
    transform: skewY(1deg);
    position: absolute;
    overflow: hidden;
    z-index: 9999999999;
    width: 350px;
    margin: auto;
    height: 400px;
    right: 20%;
    top: 10%;
    background-color: rgba(40,200,40,0.80);
    -webkit-transform: skewY(3deg)skewX(-6deg)rotateZ(-1deg)rotateX(2deg)rotateY(-9deg);
    -ms-transform: skewY(3deg)skewX(-6deg)rotateZ(-1deg)rotateX(2deg)rotateY(-9deg);
    transform: skewY(3deg)skewX(-6deg)rotateZ(-1deg)rotateX(2deg)rotateY(-9deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container-header {
    color: #272d33;
    text-align: center;
    font: 800 20px/40px Raleway, sans-serif;
}

.form-element {
    position: relative;
    width: 80%;
    margin: 10px 10%;
    height: 35px;
    border-radius: 5px;
    padding: 4px 10px;
    color: #000000;
    font-weight: normal;
}

.form-button {
    color: white;
    position: relative;
    background-color: #272d33;
    width: 150px;
    height: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 2px;
}

.form-button:hover {
    background-color: rgb(135, 146, 157);
}

.form-button:active {
    background-color: rgb(40, 200, 40);
}

#phone-mini {
    display: none;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    position: absolute;
    top: 40%;
    right: 8%;
    z-index: 1005;
}

.white-text {
    color: white;
}

.image-list {
    list-style: none;
}

.image-list .glyphicon {
    margin: 0px 10px 0px 0px;
}

.image-list li p {
    display: initial;
}

.image-list li p a:hover {
    color: #ffffff;
}

.hover-anim:hover .image-list {
    color: #c7c7c7;
}

.footer-padding {
    padding-top: 3%;
    padding-bottom: 30px;
}

#map-holder {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 5px;
}

#map-over {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(39,45,51,0.30);
}

.map-button {
    width: 60%;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 5px;
    cursor: pointer;
    opacity: 0;
}

.top-center {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

#map-over:hover .map-button {
    opacity: 1;
}

#map-close-button {
    position: absolute;
    top: 0;
    width: 90px;
    height: 30px;
    display: none;
    opacity: 1;
    padding-bottom: 5px;
    font: 100 14px/14px Raleway, sans-serif;
}

#box-holder {
    background-color: #28c828;
    padding: 20px 0 20px 0px;
}

.info-panel {
    background-color: #272d33;
    color: #87929d;
    padding: 10px 20px;
}

.info-panel p {
    text-align: left;
}

.sp-padding {
    padding-top: 10px;
    padding-bottom: 10px;
}

.bright-text {
    color: #87929d;
}

.green-header {
    letter-spacing: 0;
    color: #ffffff;
    font: 900 55px/58px Raleway, sans-serif;
}

.info-panel h3 {
    color: white;
}

.dark-text {
    color: #272d33;
    text-align: left;
    cursor: default;
}

.subheader {
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.container-top {
    margin-top: 40px;
}

.nostyle-ul {
    list-style: none;
    position: relative;
    width: 80%;
    margin: auto;
}

.clr-green {
    color: #28c828;
}

.bottom-list {
    list-style: none;
    text-align: left;
    color: #272d33;
}

.bottom-list>li:nth-of-type(odd) {
    font: 600 15px/26px Raleway, sans-serif;
    background-color: rgba(39, 45, 51, 0.4);
    color: #272d33;
    padding: 0px 10px;
    border-radius: 3px;
}

.bottom-list>li:nth-of-type(even) {
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-indent: -12px;
}

.bottom-list>li>p {
    margin: 0px;
    padding: 3px 5px;
}

.bottom-list>li>p>span {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bottom-list>li:nth-of-type(odd)>p>span::before {
    content: "\e013";
}

.bottom-list>li:nth-of-type(even)>p>span::before {
    content: "\e092";
}

.hover-anim ul, .img-panels, .bottom-list-header, .nostyle-ul {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: default;
}

.hover-anim:hover .bottom-list-left, .hover-anim:hover .bottom-list-right, .hover-anim:hover ul li p.bottom-list-header {
    color: #000000;
}

.img-panels:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

div#primary {
    position: relative;
    padding-bottom: 85px;
}

div#rotclockw-div {
    display: block;
    z-index: 999999999;
    position: absolute;
    width: 130%;
    top: 21px;
    left: -15%;
    margin-top: 70px;
    height: 100px;
    background-color: #272d33;
    transform: rotateZ(-3deg);
}

#info-holder {
    position: relative;
}

#contacts-holder {
    position: relative;
    background-color: #272d33;
}

div#middle-container {
    margin-top: 15px;
    cursor: default;
    padding-bottom: 20px;
    background-color: #272d33;
}

div#middle-container:hover ul.nostyle-ul {
    color: white;
}

.light-text {
    color: #bfbfbf;
}

.input-group {
    width: 100%;
    margin-bottom: 15px;
}

.modal-input-spans {
    width: 150px;
    color: black;
}

.main_frm_header {
    padding: 10px 10px 5px 7px;
}

.main_frm_header .close {
    margin-top: 5px;
    margin-right: 10px;
}

#butt-home {
    display: none;
    width: 35px;
    height: 35px;
    position: fixed;
    z-index: 1005;
    bottom: 1%;
    left: 10px;
    background-color: rgba(75,84,99,0.5);
    color: aliceblue;
    border-radius: 3px;
}

#butt-home:hover {
    background-color: #474f58;
}

div#bottom-shadow {
    display: none;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 5px;
    margin-bottom: -5px;
    z-index: 1006;
    -webkit-box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.5);
}

.input-group-addon label {
    display: block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: normal;
}

.input-group.form-element.phone-element {
    width: 80%;
    padding: 0px;
    border: none;
}

#min_frm_phone-addon {
    font-weight: bold;
    padding: 0px 6px 0px 5px;
    color: #ececec;
    background-color: #272d33;
    border: 1px solid #306730;
}

input#min_frm_phone.wbutt {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.green-dialog .modal-dialog .modal-header {
    background-color: #28a92a;
}

.warning-dialog .modal-dialog .modal-header {
    background-color: #b5483b;
}

.alert-dialog .modal-footer {
    padding: 8px;
    background-color: rgb(97, 102, 108);
    border-radius: 0px 0px 5px 5px;
}

.modal-content {
    border-radius: 6px;
}

.modal-body {
    padding: 20px 15px;
}

.btn-alert-modal {
    width: 130px;
}

.modal-header-text {
    color: #28c828;
    text-shadow: 1px 1px 1px rgba(39, 45, 51, 0.6);
    font-weight: bold;
    text-align: left;
    cursor: default;
    margin: 0px 10px 5px 15px;
    font-family: inherit;
    font-size: 36px;
    line-height: 1.1;
    display: block;
}

.alert-dialog .modal-content {
    background-color: #61666c;
    border: none;
}

.alert-dialog .modal-body {
    background-color: white;
}

.modal-header.bootstrap-dialog-draggable {
    cursor: pointer;
}

#upload {
    background-color: #ffffff;
    width: 100%;
    padding: 0;
    padding-bottom: 0;
    border-radius: 3px;
}

#drop {
    background-color: #ffffff;
    padding: 20px;
    border: 2px dashed rgb(117, 117, 117);
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #333;
}

#drop a {
    background-color: #b3b3b3;
    padding: 10px 14px;
    color: #323538;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin-top: -15px;
    line-height: 1;
    text-decoration: none;
}

#drop a:hover {
    background-color: #545454;
    color: #d2d2d2;
}

#drop input {
    display: none;
}

#upload ul {
    list-style: none;
    margin: auto;
    padding: 0px;
    width: 99%;
    border: 1px solid #c1c1c1;
    border-bottom: none;
    border-top: none;
}

#upload ul li {
    background-color: #ffffff;
    display: block;
    border-bottom: 1px solid #bbbbbb;
    padding: 5px;
    height: 50px;
    position: relative;
}

#upload ul li input {
    display: none;
}

#upload ul li p {
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 12px;
    line-height: 125%;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin: 0px;
    left: 0px;
    top: -5px;
}

#upload ul li i {
    font-weight: normal;
    font-style: normal;
    color: #7f7f7f;
    display: block;
}

#upload ul li canvas {
    top: 5px;
    left: 10px;
    position: absolute;
}

#upload ul li span.ico-span {
    width: 15px;
    height: 12px;
    background: url('../img/icons.png') no-repeat;
    position: relative;
    display: inline-block;
    top: -20px;
    left: 10px;
    z-index: 99999;
}

#upload ul li span.rem-span {
    width: 60px;
    height: 35px;
    background: url('../img/icons.png') no-repeat;
    background-position: 20px -12px;
    position: absolute;
    display: block;
    line-height: 120%;
    text-align: right;
    top: 10px;
    right: 8px;
    cursor: pointer;
    padding: 15px 9px 0px 0px;
}

#upload ul li.working span {
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p {
    color: red;
}

#upload ul li div {
    display: inline-block !important;
    position: relative;
    width: 50px !important;
    height: 40px !important;
    top: 0px;
}

a.wrong-file {
    color: #b13330;
    pointer-events: none;
}

small.info-text {
    font-size: 18px;
    top: 10px;
    right: 5px;
    position: relative;
    display: none;
    color: #f14f25;
}

div#loading-div {
    display: block;
    background-color: rgb(231, 231, 231);
    position: fixed;
    z-index: 1201;
    padding: 24px 0px 0px 0px;
    border-radius: 55px;
    font-size: 16px !important;
    font-weight: bold;
    text-align: center;
    width: 150px;
    height: 100px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #0b1721;
}

.spinner {
    margin: 0px auto;
    width: 100px;
    height: 15px;
    text-align: center;
    font-size: 15px;
}

.spinner > div {
    background-color: #0b1721;
    height: 100%;
    width: 10px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.marg-top-null {
    margin-top: 0px !important;
}

.marg-bottom-null {
    margin-bottom: 0px !important;
}

.marg-left-null {
    margin-left: 0px !important;
}

.marg-right-null {
    margin-right: 0px !important;
}

.marg-top-ten {
    margin-top: 10px !important;
}

.marg-bottom-ten {
    margin-bottom: 10px !important;
}

.marg-left-ten {
    margin-left: 10px !important;
}

.marg-right-ten {
    margin-right: 10px !important;
}

.padd-top-null {
    padding-top: 0px !important;
}

.padd-bottom-null {
    padding-bottom: 0px !important;
}

.padd-left-null {
    padding-left: 0px !important;
}

.padd-right-null {
    padding-right: 0px !important;
}

.padd-top-ten {
    padding-top: 10px !important;
}

.padd-bottom-ten {
    padding-bottom: 10px !important;
}

.padd-left-ten {
    padding-left: 10px !important;
}

.padd-right-ten {
    padding-right: 10px !important;
}

.marg-top-min-tw {
    margin-top: -20px;
}

span.wrong-file {
    color: #d61c1c;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

@media all and (max-width: 1620px) {
    .slider-caption {
        font: 400 22px/30px Raleway, sans-serif;
        padding: 15px 5px;
        height: 60px;
    }

    #header-form-container {
        width: 300px;
        height: 310px;
    }

    .container-header {
        font: 600 16px/36px Raleway, sans-serif;
    }

    .form-element {
        margin: 0px 10% 10px 10%;
        height: 30px;
    }

    div#rot-div {
        top: 30px;
    }

    div#rot2-div {
        top: -46px;
    }
}

@media all and (max-width: 1280px) {
    .slider-caption {
        font: 400 18px/20px Raleway, sans-serif;
        padding: 12px 5px;
        height: 45px;
    }

    #header-form-container {
        width: 280px;
        height: 270px;
        top: 8%;
    }

    div#rot-div {
        top: 38px;
    }

    div#rot2-div {
        top: -56px;
    }

    .container-header {
        font: 600 14px/32px Raleway, sans-serif;
    }

    .form-button {
        width: 120px;
        height: 30px;
    }
}

@media all and (max-width: 1050px) {
    .slider-caption {
        font: 14px/16px Raleway, sans-serif;
        padding: 8px 5px;
        height: 32px;
    }

    div#rot-div {
        top: 44px;
    }

    div#rot2-div {
        top: -65px;
    }

    #header-form-container {
        width: 250px;
        height: 240px;
        top: 5%;
    }

    .input-group.form-element.phone-element {
        width: 88%;
    }

    .form-element {
        margin: 0px 6% 6px 6%;
        width: 88%;
        height: 25px;
        font-size: 12px;
    }

    .form-button {
        width: 120px;
        height: 26px;
    }

    input#min_frm_phone {
        height: 25px;
        font-size: 12px;
    }

    .input-group-small-part {
        height: 25px;
        line-height: 80%;
    }
}

@media (max-width: 996px) {
    #top-telefon {
        display: none;
    }

    #phone-mini {
        display: block;
    }

    .h1, h1, .modal-header-text, .header1 {
        font-size: 26px;
    }

    #drop a {
        display: block;
        position: absolute;
        margin: auto;
        left: 0px;
        right: 0px;
        width: 150px;
    }

    #drop {
        padding-bottom: 50px;
        text-align: center;
    }
}

@media all and (max-width: 895px) {
    #under-showcase {
        height: 65px;
    }

    #upper-showcase {
        display: none;
    }

    div#bottom-shadow {
        display: block;
    }

    #header-form-container {
        right: 10%;
        height: 228px;
        -webkit-transform: skewY(0deg)skewX(0deg)rotateZ(0deg)rotateX(0deg)rotateY(0deg);
        -ms-transform: skewY(0deg)skewX(0deg)rotateZ(0deg)rotateX(0deg)rotateY(0deg);
        transform: skewY(0deg)skewX(0deg)rotateZ(0deg)rotateX(0deg)rotateY(0deg);
    }

    div#content {
        top: -40px;
    }
}

@media all and (max-width: 780px) {
    .showcase-img {
        max-width: 70%;
    }

    #header-form-container {
        left: 0;
        right: 0;
        top: -122px;
    }

    form#phone_frm {
        top: -5px;
        position: relative;
    }

    .input-group.form-element {
        padding: 0px 5px;
    }

    input#min_frm_phone {
        padding: 5px;
        font-size: 12px;
        height: 25px;
    }

    .input-group-btn {
        height: 25px;
    }

    .input-group-small-part {
        height: 25px;
        line-height: 80%;
        padding: 0px 10px;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        margin-bottom: 5px;
    }
}

@media all and (max-width: 767px) {
    .left-panel {
        margin-left: 0px;
    }

    .right-panel {
        margin-right: 0px;
    }
}

@media all and (max-width: 600px) {
    .modal-input-spans {
        width: 80px;
        font-size: 10px;
    }

    .slider-caption {
        width: 70%;
        bottom: 15%;
        top: auto;
    }

    #upload ul li {
        height: 60px;
    }

    #upload ul li div {
        top: -5px;
        left: -8px;
    }

    #upload ul li p {
        top: 5px;
        left: auto;
        right: 5px;
        position: absolute;
    }

    #upload ul li span.rem-span {
        right: 0px;
        left: 0px;
        margin: auto;
        top: 40px;
        height: 20px;
        width: 80px;
        padding: 0px 0px 0px 18px;
        line-height: 100%;
        background-position: 0px -12px;
    }

    #upload ul li i {
        text-align: right;
    }

    #upload ul li span.ico-span {
        position: absolute;
        top: 15px;
        left: 15px;
    }

    .nivoSlider {
        top: auto;
        bottom: -3px;
        position: absolute;
    }

    #header-form-container {
        left: 0;
        right: 0;
        top: -120px;
        height: 220px;
        width: 100%;
        background-color: #28c828;
    }

    div#header-showcase {
        height: 200px;
    }
}

@media all and (min-width: 767px) {
    .alert-dialog .modal-dialog {
        width: 100%;
        min-width: 300px;
        max-width: 450px;
    }
}

.margintop0 {
    margin-top: 0px !important;
}

.border0 {
    border: 0 !important;
}

.altbody {
    margin: 0px;
    padding: 10px;
    background-color: #ffffff;
    text-align: center;
}
