html {
    font-family:"Open Sans", Helvetica, Arial, Verdana, sans-serif ;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

* {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
	    border: none;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;    border: none;
}

input {
    line-height: normal;    border: none;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    background-color: #ffffff;
    color: #333;
    font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    font-size: 15px;
    line-height: 21px;
    overflow-x: hidden;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
	 border-radius:3px;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover {
    color: #23527c;
    text-decoration: underline;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
 
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
   
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

p {
    margin: 0;
}

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

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

[role="button"] {
    cursor: pointer;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}
.pad-0 {
    padding: 0!important;
}
.mt-0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}
.mb-140 {
    margin-bottom: 140px !important;
}



.marg-0 {
    margin: 0!important;
}
.margin-auto {
    margin: 0 auto !important;
    float: none !important;
}

.display-none {
    display: none;
}

.relative {
    position: relative;
}

.center {
    text-align: center;
}

.res_img {
    width: 100%;
    height: auto;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 970px;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 970px) {
    .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}


/*Главный экран*/ 

.width100.header_wrapper {
    background:#061F73;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
	    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.75);
}

.header {
    height: 110px;
    position: relative;
    transition: all 0.5s ease 0s;
}

.width100 {
    margin: 0 auto;
    min-width: 940px;
    width: 100%;
}

.logo {
    left: 15px;
    margin: -13px auto 0;
    position: absolute;
    top: 40%;
    transition: all 0.5s ease-out 0s;
    width: 100px;
}
.logo > img {
    width: 100%;
}

header div.discriptor{
position: absolute;
    top: 30px;
    left: 125px;
	}

div.discriptor span{
	color: #fff;
    font-size: 15px;
	}

	div.discriptor span.strong{
	color: #fff;
    font-size: 20px;
	}


.h-animated div.discriptor{
	display:none;
	}


.number {
    position: relative;
    text-align: center;
    top: 10px;
}

.header .ph_number {
    
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight:  normal;
    position: absolute;
    right: 0;
    top: 10px;
    transition: all 0.5s ease 0s;
}

.header .ph_number2 {
    
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight:  normal;
    position: absolute;
    right: 0px;
    top: 50px;
    transition: all 0.5s ease 0s;
}


.header .ph_number3 {
    
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight:  normal;
    position: absolute;
    right: 0px;
    top: 61px;
    transition: all 0.5s ease 0s;
}

.free_calls {
    display: block;
    font-size: 12px;
    margin: 0 auto;
    opacity: 1;
    position: absolute;
    right: 270px;
    top: 5px;
    color: #fff;
}

.header .ph_number span.small_font{    
 font-size: 18px;
    vertical-align: middle;
	}
	
	.header .ph_number2 span.small_font{    
 font-size: 18px;
    vertical-align: middle;
	}
	
	.header .ph_number3 span.small_font{    
 font-size: 18px;
    vertical-align: middle;
	}

.free_calls {
	display: block;
    font-size: 14px;
    margin: 0 auto;
    opacity: 1;
    position: absolute;
    right: 270px;
    top: 5px;
	text-align: left;
}
.number .btn.small_btn {
	display: block;
    font-size: 14px;
    padding: 5px 25px 5px;
    position: absolute;
    right: 258px;
    top: 52px;
    transition: all 0.4s ease 0s;
	
}
.h-animated .logo {
    width: 80px !important;
}
.h-animated #in a {
    font-size: 14px;
}
.h-animated #out {
    display: table;
    left: 190px;
    margin: 0 auto;
    position: absolute;
    right: auto;
    text-align: center;
    top: 17px;
}
.h-animated .number {
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
}

.h-animated .ph_number {
   
 
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 0 10px 0 10px;
    position: absolute;
    right: 190px;
    top: 18px;
}

.h-animated .ph_number2 {
   
 
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 0 10px 0 10px;
    position: absolute;
    right: 410px;
    top: 18px;
}


.h-animated .ph_number3 {
   
 
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 0 10px 0 10px;
    position: absolute;
    right: 630px;
    top: 18px;
}

.h-animated .header .ph_number span.small_font, .h-animated .header .ph_number2 span.small_font , .h-animated .header .ph_number3 span.small_font  {
    font-size: 14px;
    vertical-align: bottom;
}



.h-animated .free_calls {
    display: none;
    opacity: 0;
}

.h-animated .btn.small_btn {
    position: absolute;
    right: 0;
    top: 12px;
}
.h-animated .header {
    height: 60px;
}

.phone_ico {
    float: left;
    margin: 1px 10px 0 0;
    width: 20px;
}
.first_bg {
    background: rgba(0, 0, 0, 0) url("img/first_bg.jpg") no-repeat center -50px;
    height: 900px;
	padding: 170px 0 0px;
}
.main_title_w {
    color: #fff;
    margin: 0 auto 20px;
    text-align: center;
	
	padding: 20px;
	background: rgba(255, 255, 255, 0.91) none repeat scroll 0;
}
.main_title {
    display: inline-block;
    font-family:Georgia, "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    font-size: 44px;
    font-weight: bold;
    line-height: 1.1;
    padding: 5px 20px 10px;
    /*text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);*/
	color: #000;
	width: 100%;
}

.main_title span {
    font-size: 54px;
}
.pod_main_title {
     
    font-family: Georgia, "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    display: inline-block;
    font-size: 25px;
    line-height: 1.2;
    padding: 5px 20px 12px;
    /*text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);*/
	color: #000;
}
.forma_all .timer_bg {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;

    float: left;
    min-width: 370px;
    padding: 10px 15px 15px;
    position: relative;
    width: 100%;
}

.arrow_right {
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.7);
    border-style: solid;
    border-width: 10px 0 10px 10px;
    height: 0;
    position: absolute;
    right: -10px;
    top: 25px;
    width: 0;
}

.upper {
    text-transform: uppercase;
}
.strong {
    font-weight: bold;
	}

.forma_vopros {
    background:rgba(255, 255, 255, 0.91) none repeat scroll 0;
   
    text-align: center;
    width: 100%;
}
.form_title {
    font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    font-size: 24px;
    font-weight: bold;
  	color: #000;
}
.form_t_w {
    background: #FFC400 none repeat scroll 0 0;
    color: #fff;
    line-height: 1.2;
    margin: 0 auto 40px;
    padding: 15px 15px 20px;
    position: relative;

}
.form_pod_title {
    background: #FFC400 none repeat scroll 0 0;
    font-size: 22px;
    position: relative;
    z-index: 1;
	color: #000;
}
.round_v {
    /*background: #ff9205 none repeat scroll 0 0;*/
  
    padding: 2px 9px;
	font-weight: bold;
}
form.contactform {
    margin: 0 auto 20px;
    padding: 0 20px;
}
.name_inp {
    background: #fff url("img/name_inp.png") no-repeat scroll 10px center / auto 25px;
    border: 1px solid rgba(255,196,0,0.7);
    padding: 10px 10px 10px 35px;
    width: 100%;
}
.phone_inp {
    background: #fff url("img/phone_inp.png") no-repeat scroll 10px center / auto 25px;
    border: 1px solid rgba(255,196,0,0.7);   
    margin: 10px auto;
    padding: 10px 10px 10px 35px;
    width: 100%;
}

.message_inp{
    background: #fff url("img/massege_inp.png") no-repeat scroll 10px 10px / auto 25px;
    border: 1px solid rgba(255,196,0,0.7);   
    margin: 10px auto;
    padding: 10px 10px 10px 35px;
    width: 100%;

}

.file_inp{
    background: rgba(255,255,255,0) url("img/file_inp.png") no-repeat scroll 10px center/ auto 25px;
    /* border: 1px solid rgba(255,196,0,0.7); */
    margin: 0px auto 10px;
    padding: 10px 10px 10px 35px;
    width: 100%;

}

.name_inp:hover,.name_inp:active, .name_inp:focus   {
border: 1px solid rgb(255, 146, 5);
}
.phone_inp:hover,.phone_inp:active, .phone_inp:focus   {
border: 1px solid rgb(255, 146, 5);
}
.arr_bot {
    background: #FFC400 url("img/arr_bot.png") no-repeat scroll center 68% / 17px auto;
    border-radius: 50%;
    bottom: -20px;
    height: 55px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 55px;
}

.zag_timer02 span{
    color: #000;
    font-size: 24px;
	line-height: 1.4;
}

.list  ul{
list-style-type: none;
}

.list ul li{
    padding: 2px 5px 2px 5px;
    margin: 7px 0;
    background: rgba(255, 255, 255, 1);
    color: #000;
}

/*Заголовки*/ 

.title {
    color: #000;
    font-family: Georgia, "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;

}

.pod_title {
   font-family: Georgia, "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    color: #111;
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
}

.container_title{
    margin-top: -80px;
    padding: 60px 0 0px;
}

.white{background: #fff;
}

.whitefont{
color: #fff;
text-shadow: 2px -2px 2px rgba(0, 0, 0, 0.75);
}

.blue{background: #061f73;

    background-image: repeating-linear-gradient(to top right,rgb(6, 31, 115) 0%,rgb(53, 40, 164) 100%);
}

.darkblue{background: #030f3a;


}

.botcopy{
    background: #000927;
    padding: 10px;
    color: #5f5f5f;
    font-size: 12px;
}

/*Преимущества*/ 



.section3 .border12{
	border-right: 1px solid rgba(68, 68, 68, 0.4);
  
	}

.section3 .border3{
    border-top: 1px solid rgba(68, 68, 68, 0.4);
	}

.section3 .border4{
    border-top: 1px solid rgba(68, 68, 68, 0.4);
	border-right: 1px solid rgba(68, 68, 68, 0.4);
	}	
	
.pod_sli_in {
    text-align: center;
	 padding-top: 30px;
    padding-bottom: 30px;
}
.pod_sli_in  a.btn{
	padding: 5px 10px;
    margin-top: 10px;
    font-size: 14px;}
   
.big_ico_title {
    font-family: Georgia, "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin: 20px auto 10px;
}

.sli_in_text {

}
	.section3 .row{margin-top: 20px;}

.pod_slider {
    background:#37312d none repeat scroll 0 0;
}
.bord_ico_r {
   
    border-right: 1px solid #4c4c4c;
}
.bord_ico_l {
     
    border-left: 1px solid #4c4c4c;
}

/*Услуги*/ 

.uslugi{
   padding: 30px;
   border: 1px solid rgba(255, 255, 255, 0.35);
   margin-bottom: 40px;
   box-shadow: 1px 1px 1px rgba(0,0,0,0.85);
  background: #fff;
}
.uslugi .big_ico_title {
    font-family:"Open Sans", Helvetica, Arial, Verdana, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin: 20px auto 10px;
}

.img_uslugi{
width: 100%;
overflow: hidden;
}

.uslugi .price{
    display: table;
    padding: 10px 0;
    font-size: 18px;
	color: #000;
}
.uslugi a.btn{
	width: 100%;
    margin-top: 10px;
	font-size: 18px;
	padding: 15px;
}

.yellowfont{
color: #ffc400;

}

.balackfont{
color: #000;

}


/*Подвал*/ 

footer.footer span {color:#cdced0;}

footer .second img{width:100%;}


footer .second{
    padding: 0px 50px 0 0;
}
	
footer .second a:hover{
    text-decoration: none;
    color: #ffc400;
}	


footer .third span {font-size:20px;
   display: inline-block;
    padding: 4px;
    float: right;} 
	
footer .third a.btn{
    float: right;
    padding: 5px 15px;
    font-size: 15px;
    margin-top: 10px;
}	

/*Заказ консультации*/ 



.yellow{
background:#ffc400;
    background-image: repeating-linear-gradient(to bottom left,rgb(255, 236, 0) 0%,rgb(255, 163, 0) 100%);
}

.section4 input[type="submit"]{
width:100%;
    background: rgb(255, 122, 5);
	padding: 20px;
    font-size: 18px;
}


.section4 input[type="submit"]:hover{
width:100%;
     background: #fd5f00;
}

.section4 input[type="submit"]:active{
width:100%;
  background: red;
}


.section4 form{
width:50%;
margin:0 auto;
}

.section4 .phone{
text-align: center;
    }

.section4 .phone span{text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #000;
	padding: 5px;
    display: inline-block;
	}
	
	/*Примеры работ*/ 
	
	.left{float:left}
	.right{float:right}
	
	
/*Кнопка*/ 

.btn {
    overflow: hidden;
    color: #000 !important;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
    background-repeat: repeat;
    display: inline-block;
    outline: medium none;
  transition: all 0.4s ease 0s;
    position: relative;
    z-index: 1;
    padding: 10px 20px 10px;
    font-weight: 500;
    text-shadow: none;
	 border-radius:3px;
	  background: rgb(255, 196, 0);
	  box-shadow: 1px 1px 1px rgba(0,0,0,0.85);
	  font-weight: bold;
}

.btn:hover {
        background: #fd5f00;
}

.btn:active {
        background: red;
}



.chat .show_span {
    font-size: 25px;
    height: 85px;
    line-height: 85px;
    margin: 0 0 0 -102px;
    padding: 1px 0 0 102px;
    width: 100%;
}

.btn.show_more.chat {
    width: 100%;
}


/*Всплывающее окно*/ 



.white-popup .zakaz_sit {
    background: #FFC107 url("img/section8.jpg") no-repeat scroll center center / cover;
     color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    margin: -25px -25px 0;
    padding: 20px;
    position: relative;
    text-align: center;
	color: #000;
}
.white-popup .zak_form {
    color: #333;
    font-size: 15px;
    line-height: 1.4;
    margin: 20px auto;
    text-align: center;
}
.white-popup .forma_vopros {
    margin: 0 auto;
    text-align: center;
}
.white-popup .forma_vopros input[type="text"] {
    font-size: 15px;
    margin: 0 auto 10px;
    width: 100%;
    border: 1px solid #cccccc;
}
.white-popup .white-popup .forma_vopros .name_inp {
    padding: 10px 10px 10px 40px !important;
}
.white-popup .forma_vopros .phone_inp {
    padding: 10px 10px 10px 40px !important;
}
.white-popup .forma_vopros .mail_inp {
    padding: 10px 10px 10px 40px !important;
}
.white-popup .forma_vopros input {
    display: block;
    margin: auto;
}
.white-popup .forma_vopros .btn.submit.button {
    font-size: 25px;
    padding: 20px 10px;
    width: 100%;
}


nav.desktop-nav {
    width: 100%;
	height: 30px;
	background: #041756;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

nav.desktop-nav ul {
    width: 970px;
    margin: 0 auto;
}

nav.desktop-nav ul.first-level > li {
    float: left;
	margin: 0 60px;
    position: relative;
}
nav.desktop-nav li {
    list-style: none;

}

nav.desktop-nav ul.first-level > li:last-child{margin-right: 0}
nav.desktop-nav ul.first-level > li > a{
	display: inline-block;
	line-height: 30px;
	position: relative;
	-webkit-transition:none;
	transition : none;
}
nav.desktop-nav ul.first-level > li > a:after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 0%;
	height: 3px;
	background-color: rgb(255, 196, 0);
	opacity: 0;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
nav.desktop-nav ul.first-level > li:hover > a:after{
	bottom:0px;
	opacity: 1;
	width:100%;
}
nav.desktop-nav ul.first-level > li a{
	font-size: 12px;
	color: #b8b8b8;
	-webkit-transition:all .2s ease-in-out;
			transition:all .2s ease-in-out;
}


nav.desktop-nav ul.first-level > li a:hover{
	color: rgb(255, 196, 0);
	text-decoration:none;
}



#popup_toggle{bottom:25px;right:10px; position: fixed; z-index:100;}
.img-circle{background-color:#FF5722;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #FF5722;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#FF5722;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(img/mini.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
  
  
  @media (max-width: 992px) {
   #popup_toggle{display:none;}
}


span.dop{
	font-size: 20px;
    display: inline-block;
    border-top: 1px solid #818184;
    padding-top: 5px;
}


a.hoveffect{
	z-index:99;cursor:pointer;
}

.hoveffect,.hoveffect:after{-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;-o-transition:all 0.6s ease;transition:all 0.6s ease;}
.hoveffect:after{
opacity:0;z-index:199;
    position: absolute;
    top: 20px;
    left: 50%;
    width: 130px;
    margin-left: -75px;
    content: 'Посмотреть фото';
    font: 300 14px/14px Arial;
    color: #f24401;
    text-align: center;
    border: 1px solid;
    padding: 10px;
    color: #fff;
    background: rgba(242, 68, 1, 0.72);
}
.hoveffect:hover.hoveffect:after{top:135px;opacity:1;}

.abs{
		position:absolute;
		top:0;
		left:0;
}

.tree1{
    background:#091552 url(img/bg1.jpg) no-repeat bottom;
	background-size: cover;
}


.tree2{
    background:#ffc400 url(img/bg3.jpg) no-repeat bottom;
	background-size: cover;
}

.tree3{
    background:#091552 url(img/bg4.jpg) no-repeat bottom;
	background-size: cover;
}

.tree4{
    background:#091552 url(img/bg5.jpg) no-repeat center bottom;
	background-size: cover;
}
.footer h3{
	color:#fff;
}

.footer .regions a{
	color: #cdced0;
    display: block;
    font-size: 12px;
    width: 135px;
    border-bottom: 1px dotted;
	    margin: 3px auto;
}

a.call-to-m {
    position: fixed;
    z-index: 1000;
    padding: 10px 30px;
    background: #f89406;
    bottom: 0;
    right: 0;
    color: #fff;
    width: 100%;
    text-align: center;
	display: none;
}

@media all and (max-width: 480px){
a.call-to-m  {
    display: block!important;
}