/*@import url(http://fonts.googleapis.com/css?family=Cuprum:300,400,700&subset=latin,cyrillic);*/
@import url(../fonts/css.css);

@font-face {
    font-family: 'lcchalk';
    src: url('FZ1na5NP.ttf');
}

@font-face {
    font-family: 'BebasNeue';
    src: url('BebasNeue.otf');
}

::-webkit-input-placeholder {
    color: #111d29;
}

::-moz-placeholder {
    color: #111d29;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #111d29;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #111d29;
}

a, input, textarea {
    outline: 0;
}

a.button:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    font-family: 'Roboto Regular', arial;
    /*font-family: 'Cuprum', sans-serif;*/
}

.font-size {
    font-size: 1.375em;
}

.button{
    border-radius: 5px;
    color:#f6f4f7;
    font-size: 16px;
    display: block;
    /*font-family:'Cuprum', sans-serif ;*/
    background: linear-gradient(to bottom, #111d29, #3e3d34);
    text-align: center;
    max-width: 417px;
    border-radius:5px;
    text-transform: uppercase;
/*    height: 56px;*/
    line-height: 59px;
    letter-spacing: .2px;
    padding: 0 3%;
}

.button:hover {
    color: #fff;
    text-decoration: none;

}

.block-title {
    text-transform: uppercase;
    /*font-family: 'Cuprum', sans-serif;*/
    font-size: 2.188em;
    position: relative;
    margin: auto;
    font-weight: bold;
}

.block-title.black:after {
    content: '';
    display: block;
    max-width: 363px;
    height: 4px;
    left: 0;
    margin: auto;
    background: url(../images/snippet.png) -9px -195px no-repeat;
}

.block-title.white {
    color: #fff;
}

.block-title.white:after {
    content: '';
    display: block;
    max-width: 363px;
    height: 4px;
    left: 0;
    margin: auto;
    background: url(../images/snippet.png) -9px -223px no-repeat;
}

.fpk-text {
	color: #fff;
	text-transform: uppercase;
    font-size: 16px;
	margin-bottom: 30px;
}
.fpk-text a {
	color: #ffc761;
}

/*------------------------Screens----------------------------*/
/*font colors*/

/*Font colors*/
body, p, a, input[type=text] {
    color: #111d29; /*Main color*/
}

.fc-1,
.fc-1 p,
.fc-1 span,
.fc-1 a {
    color: #ffc761; /*Secondary color*/
}

.fc-2,
.fc-2 p,
.fc-2 span,
.fc-2 a {
    color: #fff; /*White color*/
}

.fc-3,
.fc-3 p,
.fc-3 span,
.fc-3 a {
    color: #319fdd; /*rarely used color*/
}

.fc-4 {
    color: #FFF;
}

.lear-tspu {
    margin: 20px 0;
    text-transform: uppercase;
}

.lear-tspu h1 {
    font-size: 2.46em;
}

.lear-tspu h2 {
    font-size: 1.5em;
}

.lear-tspu h1, .h1, h2, .h2 {
    margin-top: 10px;
}

/*Font colors END*/
@media (min-width: 1200px) {
    .container {
        width: 1050px;
    }
}

/*Top screen*/
.header {
    background: url(../images/backgrounds/mid-bg.png) center center no-repeat;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 60px;
}

.logo {
/*    margin-right: 25px;*/
}

.title {
    text-align: center;
/*    width: 365px;*/
}

.title h2 {
    font-size: 35px;
    font-family: BebasNeue, sans-serif;
    margin-bottom: 12px;
    margin-top: 16px;
    letter-spacing: .6px;
    line-height: 37px;
}

.title h1 {
    font-size: 15px;
    /*font-family: 'Cuprum', sans-serif;*/
    margin-top: 0;
    width: 70%;
    margin: auto;
    letter-spacing: .5px;
    line-height: 21px;
}

.question {
    font-size: 45px;
    font-family: lcchalk, sans-serif;
    margin-top: 74px;
    margin-bottom: 50px;
    color: #fff;
    position: relative;
    padding-left: 22px;
    line-height: 45px;
    letter-spacing: 1.3px;
}

.question:before {
    content: '';
    position: absolute;
    left: -6px;
    top: 10px;
    background: url(../images/snippet.png) -168px -48px no-repeat;
    width: 22px;
    height: 18px;
}

.question:after {
    content: '1';
    text-align: center;
    position: absolute;
    right: -6px;
    top: -40px;
    background: url(../images/snippet.png) -586px -35px no-repeat;
    width: 125px;
    height: 106px;
    vertical-align: middle;
    padding-top: 24px;
}

.caption {
    font-size: 0.907em;
    /*font-family: 'Cuprum', sans-serif;*/
    padding-left: 52px;
    line-height: 18px;
    padding-top: 13px;
    margin-bottom: 38px;
    letter-spacing: .5px;
}

.caption p {
/*    padding-left: 180px;*/
    font-size: 1.2em;
}

.caption span, .caption p {
    margin-bottom: 10px;
}

.caption span {
    padding-left: 20px;
    /* margin: 0 0 24px; */
    float: left;
    font-size: 1.2em;
    font-family: lcchalk, sans-serif;
    color: #fff;
}

.caption:before {
    content: '';
    position: absolute;
    left: 35px;
    top: 0;
    background: url(../images/brace.png) center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 100%;
}

.snip1 {
}

.header .button {
    clear: both;
    margin-bottom: 50px;
}
@media(max-width:991px){
    .header .collage{
        width: 50%;
    }

}

/*Top screen END*/

/*Services*/
.services {
    padding-top: 43px;
    letter-spacing: .5px;
    background: url(../images/backgrounds/service-bg.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.service-container {
    padding-top: 73px;
    position: relative;
}

.services .col-md-4:not(:nth-child(3)) .service-container:after {
    content: '';
    display: block;
    position: absolute;
    right: -41px;
    top: 195px;
    width: 52px;
    height: 23px;
    background: url(../images/snippet.png) -150px -10px no-repeat;
}

.col-md-4:first-child {
    margin-left: -27px;
}

.col-md-4:first-child .service-container:before {
    font-family: 'lcchalk';
    font-size: 40px;
    padding-top: 25px;
    text-align: left;
    padding-left: 35px;
    content: '1';
    display: block;
    position: absolute;
    left: -2px;
    top: 73px;
    background: url(../images/snippet.png) -458px -26px no-repeat;
    width: 127px;
    height: 117px;
}

.col-md-4:nth-child(2) .service-container:before {

    font-family: 'lcchalk';
    font-size: 40px;
    padding-top: 36px;
    text-align: left;
    padding-left: 35px;
    content: '2';
    display: block;
    position: absolute;
    left: 8px;
    top: 60px;
    background: url(../images/snippet.png) -205px -15px no-repeat;
    width: 101px;
    height: 105px;
}

.col-md-4:nth-child(3) .service-container:before {

    font-family: 'lcchalk';
    font-size: 40px;
    padding-top: 42px;
    text-align: left;
    padding-left: 39px;
    content: '3';
    display: block;
    position: absolute;
    right: -28px;
    top: 62px;
    background: url(../images/snippet.png) -330px -14px no-repeat;
    width: 101px;
    height: 127px;
}

.service-title {
    font-family: 'ds_eraser2regular', sans-serif;
    font-size: 25px;
    color: #319fdd;
    margin-top: 35px;
    margin-bottom: 25px;
}

.services .block-title {
    text-transform: none;
    /*font-family: 'Cuprum', sans-serif;*/
    font-size: 2em;
    position: relative;
    /*width: 100%;*/
    height: 100%;
    margin: auto;
    font-weight: bold;
    background: url(../images/back.png) no-repeat;
    background-position: 50% 100%;
}

audio{
    max-width: 300px;
    width: 100%;
}

.service-description {
    /*font-family: 'Cuprum', sans-serif;*/
    font-size: 20px;
}

.services-footer {
    padding-top: 63px;
    padding-bottom: 50px;
    background: url(../images/services/lines.png) center 85px no-repeat;
}

.services-footer .button {
    margin: auto;
}

.srvtext {
    font-size: 1.2em;
    /*font-family: 'Cuprum', sans-serif;*/

}

.srvtext p {
    margin-left: 35px;
    margin-top: 0px;
}

.srvtext p:first-child {
    /*margin-left:-250px;*/
    margin-top: 50px;
    margin-bottom: 30px;
}

.srvtext p:first-child:before {

}

.srvtext p:before {
    content: '';
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    /* top:25px;
    right: -40px; */
    /* margin: auto; */
    margin-left: -40px;
    background: url(../images/snippet.png) -150px -10px no-repeat;
}

/*Services END*/
/*Services1*/

.services1 {
    padding-top: 110px;
    letter-spacing: .5px;
    background: url(../images/backgrounds/services-bg.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.block-title.see {
    background: url(../images/back.png) no-repeat;
    background-position: 50% 100%;
}

.services1 .col-md-1 {
    margin-top: -50px;
    position: relative;
    right: -100px;
    margin-right: -280px;
}

.services1 .col-md-1 img {
    padding-bottom: 20px;
}

.services1 .col-md-2 img {
    padding-bottom: 20px;
}

.services1 .col-md-8 {
    /*min-width:1000px;*/
}

.services1-footer {
    padding-top: 3px;
    padding-bottom: 50px;
    background: url(../images/services/lines.png) center 85px no-repeat;
}

.services1-footer .button {
    margin: auto;
    margin-top: 50px;
}

.services1 img {
    width: 20%;
}

.srvtext1 {
    font-size: 1.2em;
    /*font-family: 'Cuprum', sans-serif;*/
    line-height: 22px;
}

.srvtext1 a {
    text-decoration: underline;
	color: darkblue;
}

.srvtext1 p {
    margin-left: 40px;
    /*padding-left:150px;*/
    margin-top: 0px;
}

.srvtext1 p:first-child {
    margin-left: 0px;
    margin-top: 50px;
    margin-bottom: 30px;
    background: none;
}

.srvtext1 p:first-child:before {
    margin-left: -250px;
    margin-top: 50px;
    background: none;
}

.srvtext1 p:before {
    content: '';
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    /* top:25px;
    right: -40px; */
    /* margin: auto; */
    margin-left: -40px;
    background: url("../images/snippet.png") -175px -245px no-repeat;
}

/*Services1 END*/

/*Cost n rules*/
.costs-n-rules {
    background: url("../images/backgrounds/mid-bg.png") center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    /*height: 807px;*/
    height: auto;
    padding-top: 35px;
    padding-bottom: 30px;
    position: relative;
}

.costs-n-rules .container {
    position: relative;
}

.attantion {
    position: absolute;
    top: 11px;
    right: 9.6%;
    width: 56%;
    background: url("../images/costs-n-rules/attantion.png") center center no-repeat;
    height: 250px;
    padding-top: 116px;
    padding-left: 32px;
    padding-right: 56px;
    letter-spacing: .6px;
    font-size: 25px;
    line-height: 30px;
    /*font-family: 'Cuprum', sans-serif;*/
    text-transform: uppercase;
}

.asd {
    position: absolute;
    left: 56%;
    top: 30%;
}

.costs-n-rules .content {
    color: #fff;
    /*font-family: "Cuprum", sans-serif;*/
    font-size: 1.2em;
    letter-spacing: 0.5px;
    line-height: 22px;
    /*position: absolute;*/
    /*right: 13.4%;*/
/*    top: 20px;*/
    /*width: 48.4%;*/
}

.costs-n-rules h2 {
    margin: 0 auto 20px;
    width: 100%;
}

.costs-n-rules .content ol li {
    padding-top: 10px;
}

/*.costs-n-rules .anna {*/
/*    position: absolute;*/
/*    top: -50px;*/
/*    width: 64%;*/
/*    right: -520px;*/
/*}*/

.costs-n-rules .price {
    display: none;
}

.costs-n-rules .board {
    position: absolute;
    top: 390px;
    left: 10%;
    width: 31.5%;
    height: 365px;
    background: url("../images/costs-n-rules/board.png");
    text-align: center;
    padding-top: 76px;
    font-size: 45px;
    line-height: 32px;
    color: #96d0fe;
    font-family: 'lcchalk', sans-serif;
}

.costs-n-rules .board p {
    color: #96d0fe;
}

.bold-board {
    font-size: 45px; /*65px in layout for DS Eraser*/
    line-height: 48px; /*62px in layout for DS Eraser*/
    font-weight: bold;

}

.look-there {
    /*position: absolute;
    top: 520px;*/
    margin-left: 25px;
    /*width: 415px;*/
    padding-right: 111px;
    font-size: 30px;
    line-height: 40px;
    font-family: 'lcchalk', sans-serif;
    /*background: url("../images/costs-n-rules/arrow2.png") left center no-repeat;*/
    letter-spacing: 0.5px;
    background-position: 315px center;
    margin-top: 30px
}

.costs-n-rules .button {
/*    width: 400px;*/
    /*position: absolute;
    top: 630px;*/
/*    margin-left: 20px;*/
    margin-top: 20px;
}

.costs-n-rules .woman {
    /*background-image: url("../images/backgrounds/anna.png");*/
    background-repeat: no-repeat;
    /*-webkit-background-size: 100%;*/
    /*background-size: 100%;*/
    height: 540px;
    /*bottom: 0;*/
    /*bottom: 194px;*/
    /*width: 425px;*/
}

/*Cost n rules*/

/*Advantages*/
.advantages {
    background: url("../images/backgrounds/advantages-bg.jpg") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 39px;
    padding-bottom: 30px;
    overflow: hidden;
}

.advantages .col-md-3 {
    margin-top: 50px;
}

.advantages .img-container {
    min-height: 220px;
}
.advantages .col-md-3 img {
    max-width: 170px;
    width: 170px;
}

.advantages .col-md-4 {
    margin-top: 50px;
}
.advantages .col-md-4 img {
    max-width: 170px;
    width: 170px;
}
.advantages-cols {
	margin-bottom: 20px;
}
/*
.advantages .col-md-3:nth-child(2) .img-container {
    margin-top: -12px;
    margin-left: -33px;
    margin-bottom: 13px;

}

.advantages .col-md-3:nth-child(3) .img-container {
    margin-left: -13px;
}

.advantages .col-md-3:nth-child(4) .img-container {
    padding-top: 17px;
    padding-left: 8px;
}

.advantages .col-md-3:nth-child(5) .img-container {
    padding-top: 14px;
    padding-left: 9px;
}
*/

.img-container {
    min-height: 270px;
}

.adv-desc {
    font-size: 1.1.2em;
    /*font-family: 'Cuprum', sans-serif;*/
    /*color: #319fdd;*/
    /*line-height: 28px;*/
    margin-top: 2px;
    text-align: left;
}

/*Advantages END*/

/*Advantages2*/
.advantages2 {
    background: url(../images/backgrounds/map.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 614px;
    padding-top: 39px;
    overflow: hidden;
}

.advantages2 .block-title.black:after {
    content: '';
    display: block;
    width: 363px;
    height: 4px;
    left: 0;
    margin: auto;
}

.map {
    margin-top: 30px;
}

.advantages2 .col-md-3 {
    margin-top: 50px;
}

.advantages2 .col-md-3:nth-child(2) .img-container {
    margin-top: -12px;
    margin-left: -33px;
    margin-bottom: 13px;

}

.advantages2 .col-md-3:nth-child(3) .img-container {
    margin-left: -13px;
}

.advantages2 .col-md-3:nth-child(4) .img-container {
    padding-top: 17px;
    padding-left: 8px;
}

.advantages2 .col-md-3:nth-child(5) .img-container {
    padding-top: 14px;
    padding-left: 9px;
}

/*Advantages2 END*/

/*Reviews*/
.reviews {
    padding-top: 44px;
    padding-bottom: 76px;
    background: url(../images/services/lines.png) center 61px no-repeat;
}

.carousel-inner {
    height: 399px;
    overflow: visible;
}

.carousel-caption {
    top: -5px;
    left: 0;
    width: 100%;
    height: 400px;
    text-shadow: none;
}

.carousel-indicators {
    bottom: -76px;
    left: 63%;
    width: 40%;
}

.carousel-indicators li {
    background: url(../images/snippet.png) -159px -76px no-repeat;
    width: 31px;
    height: 31px;
    border: 0;
    margin: 0;
}

.carousel-indicators .active {
    background: url(../images/snippet.png) -7px -242px no-repeat;
    width: 31px;
    height: 31px;
    border-radius: 100%;
    border: 0;
}

.left.carousel-control {
    margin-left: -204px;
    bottom: -65px;
    height: 40px;
    top: inherit;
    width: 34px;
    left: 100%;
    background: none;
}

.left.carousel-control .arrow-prev {
    background: url(../images/snippet.png) -41px -240px no-repeat;
    height: 37px;
    width: 34px;
    display: block;
}

.right.carousel-control {
    right: 0;
    bottom: -65px;
    margin-right: 113px;
    height: 40px;
    width: 10%;
    top: inherit;
    width: 34px;
    background: none;
}

.right.carousel-control .arrow-next {
    background: url(../images/snippet.png) -120px -240px no-repeat;
    height: 37px;
    width: 34px;
    display: block;
}

.img-frame {
    padding: 7% 12% 8% 6%;
    background: url(../images/reviews/frame.png) left center no-repeat;
    background-size: contain;
}

img.img-user {
    width: 100%;
    height: 100%;
}

.img-frame::before{
}

.review-title {
    color: #319fdd;
    /*font-family: 'Cuprum', sans-serif;*/
    font-size: 25px;
    line-height: 28px;
    letter-spacing: -.8px;
    text-align: left;
    margin-top: 50px;

}

.review-text {
    color: #2f2f2f;
    /*font-family: 'Cuprum', sans-serif;*/
    font-style: italic;
    font-size: 1.1.2em;
    line-height: 25px;
    letter-spacing: -.5px;
    margin-top: 5px;
    text-align: left;
    position: relative;
}

.review-author {
    color: #7D7D7D;
    /*font-family: 'Cuprum', sans-serif;*/
    font-style: italic;
    font-size: 0.9em;
    letter-spacing: -.5px;
    margin-top: 5px;
    text-align: left;
    position: relative;
}

.review-text:before {
    content: '';
    position: absolute;
    left: -74px;
    top: -22px;
    background: url(../images/snippet.png) -198px -240px no-repeat;
    width: 68px;
    height: 52px;
}

.review-text:after {
    content: '';
    position: absolute;
    right: -30px;
    bottom: -35px;
    background: url(../images/snippet.png) -267px -240px no-repeat;
    width: 68px;
    height: 52px;
}

/*Reviews END*/
/*Footer*/
.footer {
    height: 100%;
    padding-top: 45px;
    background: url(../images/backgrounds/footer-bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.footer .block-title {
/*    width: 590px;*/

}

form#freeConsult {
    max-width: 674px;
    margin: auto;
    margin-top: 51px;
}

#freeConsult input[type="text"],
#call-back input[type="text"] {
    width: 93%;
    height: 53px;
    border-radius: 5px;
    padding-left: 7%;
    font-size: 25px;
    font-style: italic;
    /*font-family: 'Cuprum', sans-serif;*/
    border: 1px solid #182d33;
    box-sizing: content-box;
    box-shadow: inset 5px 5px 23px rgba(0, 0, 0, .5);
    background: #fff;
    font-weight: 300;
}

#message {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 18px;
    /*font-family: 'Cuprum', sans-serif;*/
    border-radius: 5px;
    border: 1px solid #182d33;
    background-clip: content-box;
    box-shadow: inset 5px 5px 23px rgba(0, 0, 0, .5);
    height: 170px;
    background: #fff;
    resize: none;
    font-size: 25px;
    line-height: 25px;
    padding-top: 24px;
    padding-left: 29px;
    padding-right: 29px;
    font-style: italic;

}

input.button.bg-2 {
    background: url(../images/backgrounds/footer-button.png) center center no-repeat;
    display: block;
    border: 0;
    width: 200px;
    text-transform: uppercase;
}

.footer2 {
    height: 100%;
    padding-top: 0;
    background: url(../images/backgrounds/footer.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;

}

.footer2 p.fc-1 {
    margin: auto;
    /*font-family: 'Cuprum', sans-serif;*/
    font-size: 1.250em;
    line-height: 25px;
}

.footer2 p.fc-2 {
    text-transform: uppercase;
    /*font-family: 'Cuprum', sans-serif;*/
    font-size: 1.250em;
    margin-bottom: -3px;
}

.block-title.white.form-call-back {
    width: 100%;
    margin-top: 60px;
}

#call-back {
    width: 643px;
    margin: auto;
    margin-top: 31px;
    margin-bottom: 50px;
}

#call-back input[type="text"] {
    width: 55%;
    margin-top: 6px;

}

.intros.fc-2 {
    /*font-family: 'Cuprum', sans-serif;*/
    padding-top: 15px;
    color: #f6f4f7;
    font-size: 20px;
    line-height: 24px;
    padding-left: 36px;
}

.copyrights {
    padding-top: 35px;
    padding-bottom: 35px
}

.copyrights p {
    font-size: 0.688em;
    margin: 0 0 3px;
}

.header .headerbutton {
    background-size: 180px;
    margin: 0;
    width: 164px;
    font-size: 14px;
    height: 30px;
    border: 1px solid #CB5;
    line-height: 30px;
}

header .top-image {
    position: absolute;
    right: -100%;
    top: -50%;
}

/*Footer END*/
/*------------------------Screens END----------------------------*/

/*------------------------Responsive----------------------------*/

/*[Desktop first]*/

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
    .right.carousel-control,
    .left.carousel-control {
        bottom: -120px;
    }

    .reviews {
        padding-bottom: 125px;
    }

    .carousel-indicators {
        bottom: -130px;
    }

    .review-text:before {
        left: 50%;
    }

    .costs-n-rules .board {
        width: 44.5%;
    }

    .attantion {
        -webkit-background-size: contain;
        background-size: contain;
        font-size: 17px;
        line-height: 23px;
    }
    .carousel-inner{
        height: 407px;
    }

}

@media (max-width: 767px) {
    .carousel-inner {
        height: 631px;
    }
    .img-frame{
        padding: 9% 50% 11% 9%;
    }
    .right.carousel-control{
        margin-right: 0;
    }
    .left.carousel-control{
        margin-left: 0;
        left: 0;
    }
    .carousel-indicators{
        left: 60%;
    }
    #freeConsult input[type="text"],
    #freeConsult input[type="email"]{
        margin-top: 20px;
    }
    input.button.bg-2{
        margin-top: 20px;
    }
    .header{
        background: url(../images/backgrounds/green_bg_ptrn.png);
        padding-top: 0;
    }
    .header .button{
        margin-bottom: 15px;
    }

    .grad:before{
        display: block;
        content: '';
        height: 35px;
        background: url(../images/backgrounds/grad_top_ptrn.png) repeat-x;
    }
    .grad:after{
        display: block;
        content: '';
        height: 35px;
        background: url(../images/backgrounds/grad_bot_ptrn.png) repeat-x;
        background-position: bottom;
    }

    .services{
        background: url(../images/backgrounds/service-bg_ptrn.png);
    }
    .services1{
        padding-top: 0;
        background: url(../images/backgrounds/services-bg_ptrn.png);
    }
    .greensep{
        background: url(../images/backgrounds/green_bg_ptrn.png);
        height: 110px;
    }
    .greensep::after{
        height: 75px;
    }
    .costs-n-rules{
        padding-top: 0;
        padding-bottom: 0;
        background: url(../images/backgrounds/green_bg_ptrn.png);
    }
    .advantages{
        background: url(../images/backgrounds/advantages-bg_ptrn.jpg);
    }
    .footer{
        padding-top: 0;
        background: url(../images/backgrounds/green_bg_ptrn.png);
    }
    .advantages2{
        background: url(../images/backgrounds/map_ptrn.png);
    }
    .footer2{
        background: url(../images/backgrounds/green_bg_ptrn.png);
    }
    .copyrights{
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 633px) {
    .logo img{
        margin: auto;
    }
}

@media (max-width: 605px){
    .services1 img.fr1, .services1 img.fr2{
        display: none;
    }
    .services1 img.fr3 {
        width: 320px;
    }
}

@media (max-width: 480px) {
    .carousel-inner {
        height: 680px;
    }
    .carousel-indicators{
        width: 60%;
        left: 50%;
    }
    .caption:before{
        display: none;
    }
    .caption{
        padding: inherit;
    }
    .caption span{
        /*font-family: 'Cuprum', sans-serif;*/
    }
    .look-there{
        padding: 0;
    }
}

@media(max-width:400px){
    .carousel-inner{
        height: 690px;
    }
}

@media (max-width: 350px) {
    .carousel-inner {
        height: 760px;
    }
    #message{
        height: 185px;
    }
}

@media (max-width: 320px) {
}

/*------------update 1--------------*/

/*------------eof update 1----------*/


#menu {
	font-size: 14px !important;
}