/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;

}

body {
    font-family: 'Raleway', 'Helvetica Neue', Arial, sans-serif;
    font-size: 17px;
    line-height: 27px;
}

hr {
    max-width: 50px;
    border-color: #f68121;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #f68121;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #eb3812;
}

* {
    outline: none;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular-webfont.eot') format('embedded-opentype'),
        /*url('../fonts/raleway-regular-webfont.woff2') format('woff2'),*/ url('../fonts/raleway-regular-webfont.woff') format('woff'),
    url('../fonts/raleway-regular-webfont.ttf') format('truetype'),
    url('../fonts/raleway-regular-webfont.svg#raleway-regular-webfont') format('svg');
}

@font-face {
    font-family: 'Olivier';
    src: url(../fonts/olivier.eot);
    src: url(../fonts/olivier.eot?#iefix) format('embedded-opentype'),
    url(../fonts/olivier.woff2) format('woff2'),
    url(../fonts/olivier.woff) format('woff'),
    url(../fonts/olivier.ttf) format('truetype'),
    url(../fonts/olivier.svg) format('svg')
}

@font-face {
    font-family: 'Arial_AMU';
    src: url(../fonts/Arial_AMU.eot);
    src: url(../fonts/Arial_AMU.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Arial_AMU.woff2) format('woff2'),
    url(../fonts/Arial_AMU.woff) format('woff'),
    url(../fonts/Arial_AMU.ttf) format('truetype'),
    url(../fonts/Arial_AMU.svg) format('svg')
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Olivier', 'Raleway', Arial, sans-serif;
    color: #161616;
}

h2 {
    font-size: 35px;
    letter-spacing: 3px;
    line-height: 150%;
}


.slider_content a img {
    width: 152px;
    margin-top :5px;
    }
@media (max-width: 640px) {
    h2 {
        font-size: 28px;
        line-height: 150%;
    }
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.bg-primary {
    background-color: #f68121;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255, 255, 255, .7);
}

section {
    padding: 50px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34, 34, 34, .05);
    font-family: 'Raleway', 'Helvetica Neue', Arial, sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Raleway', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    color: #f68121;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #f68121;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #f68121 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}

@media (min-width: 768px) {
    .navbar-default {
        border-color: rgba(255, 255, 255, .3);
        background-color: transparent;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255, 255, 255, .7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        color: rgba(255, 255, 255, .7);
    }

    .navbar-default .nav > li > a:hover,
    .navbar-default .nav > li > a:focus:hover {
        color: #fff;
    }

    .navbar-default.affix {
        border-color: rgba(34, 34, 34, .05);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #f68121;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default.affix .nav > li > a,
    .navbar-default.affix .nav > li > a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li > a:hover,
    .navbar-default.affix .nav > li > a:focus:hover {
        color: #f68121;
    }
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, .7);
}

@media (min-width: 768px) {
    header {

    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.section-heading {
    margin-top: 0;
    text-align: center;
}

.section_title {
    padding: 20px 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media (min-width: 992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
  /*  display: block;
    position: relative;
    margin: 0 auto;
    max-width: 600px;
    overflow: hidden;
    */


    display: block;
    color: #FFF;
    background-color: #f6f6f6;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;

}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

figure {
    margin: 0
}

a.portfolio-box figure {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;

    width: 100%;
    height: 100%;
    z-index: 10;
}

a.portfolio-box:hover figure {
    margin: 0%;
    width: 106%;
    overflow: hidden;
}

.box {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    background-size: contain !important;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

.portfolio-box .portfolio-box-caption .box1 {
    background: url('../img/portfolio/1.jpg');
}

.portfolio-box .portfolio-box-caption .box2 {
    background: url('../img/portfolio/2.jpg');
}

.portfolio-box .portfolio-box-caption .box3 {
    background: url('../img/portfolio/3.jpg');
}

.portfolio-box .portfolio-box-caption .box4 {
    background: url('../img/portfolio/4.jpg');
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Raleway', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 30px;
    line-height: 150%;
    color: #fff;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 27px;
        line-height: 150%
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #f68121;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #f68121;
    color: #fff;
    background-color: #f68121;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f68121;
    background-color: #f68121;
}

.btn-primary .badge {
    color: #f68121;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Raleway', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

.container {
    position: relative;
}

.logo {
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 300;
    display: block;
    width: 20%;
}

#about {
    padding: 0;
}

#contact {
    background: url('../img/samo.jpg') no-repeat center center;
    background-size: cover;
    padding: 50px 0 100px 0
}

#features {
    background: #f68121;
}
#features .col-lg-3 {
    width: 20%;
    }

.carousel {
    margin-bottom: 0;
}

.send {
    background: url('../img/button.png') no-repeat center center;
    background-size: contain;
    font-family: 'Olivier';
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    border: 0 none;
    width: 278px;
    height: 52px;
    padding: 0;
}

#contact input, #contact textarea {
    font-family: 'Raleway', 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: 3px;
    border: 0 none;
    background: rgba(255, 255, 255, .5);
    padding: 10px 14px;
    width: 90%;
    color: #333;
    font-size: 17px;
}
.language_slider_info {
    display: block;
    padding-bottom: 4%;
    line-height: 25px;
    }

.form_holder {
    text-align: center;
}

@media (max-width: 1000px) {
    .form_holder {
        text-align: center;
    }

    .logo {
        left: 40%;
        top: 10px;
    }
    .slider_content a img {
        margin-top: 5px;
        }
}

.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 {
    padding-right: 0px;
    padding-left: 0px;
}

.socials a {
    font-size: 35px;
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    display: block;
    float: left;
    width: 42px;
    height: 42px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.socials a:hover {
    font-size: 40px;
    color: #e73c29;
    text-decoration: none;
}

.row {
    margin-left: 0 !important;
}

.container {
    padding: 0;
}

img {
    max-width: 100%;
}

a {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
    filter: alpha(opacity=100); /* IE7 */
    opacity: 1;
    text-decoration: none;
}

/* Container */
.container-fluid {
    background: #fff;
    margin: 0 auto;
    padding: 0px;
    position: relative;
    max-width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* Page Header */
.page-header {
    background: #fff;
    margin: -30px 0px 0px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #a83b3b;
    text-transform: uppercase;
}

.page-header h3 {
    line-height: 0.88rem;
    color: #a83b3b;
}

/* Thumbnail Box */
.caption {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    top: 30%;
    /*left: 5%;*/
    left: 2%;
    text-align: left;

}

.caption .span4, .caption .span8 {
    padding: 0px 20px;
}

.caption .span4 {
    border-right: 1px dotted #CCCCCC;
}

.caption h3 {
    color: #fff;
    line-height: 2rem;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.caption p {
    font-size: 18px;
    line-height: 150%;
    color: #fff;
}

.btn.btn-mini {
    background: #a83b3b;
    border-radius: 0 0 0 0;
    color: #fff;
    font-size: 0.63rem;
    text-shadow: none !important;
}

.carousel-control {
    top: 50%;
}

.slider_content {
    width: 40%
}

.slider_content, .slider_content p {
    color: #fff;
}

/*.slider_content p {*/
    /*margin-top: 20px*/
/*}*/

.carousel-control.left, .carousel-control.right {
    font-family: Arial;
    font-size: 40px;
    background-image: none !important;
}

@media (max-width: 1000px) {
    .caption {
        top: 20%;
        left: 10%;
    }
}

@media (max-width: 760px) {
    .im-armenia-logo {
        margin-top: 10%;
        width: 90%;
    }
    h2 {
        font-size: 30px;
    }
    .caption {
        left: 15%;
        top: 7% !important;
    }

    .carousel-control {
        background: none;
        border: 0 none
    }

    .carousel-control.right {
        right: 0;
    }

    .carousel-control.left {
        left: 0;
    }
}

@media (max-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 17px;
        line-height: 150%;
    }
}

.big_screens_slideimg {
    display: block;
}

.small_screens_slideimg {
    display: none;
}

.xsmall_screens_slideimg {
    display: none;
}

@media (max-width: 1185px) {
    .big_screens_slideimg {
        display: none;
    }

    .xsmall_screens_slideimg {
        display: none;
    }

    .small_screens_slideimg {
        display: block;
    }
}

@media (max-width: 600px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 7px;
        }
    .small_screens_slideimg {
        display: none;
    }

    .big_screens_slideimg {
        display: none;
    }

    .xsmall_screens_slideimg {
        display: block;
    }

    .slider_content {
        width: 70%
    }

    .caption {
        top: 15%
    }

    .caption p {
        font-size: 15px;
    }



    .android_btn{clear:both; display: block; margin-top:15px;}
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (orientation: portrait) {
    .under-slider-text {
        top: 15%;
    }

    #services {
        padding: 138px 15px;
        font-size: 20px;
        line-height: 150%;
    }
}

.thankyou_box {
    text-align: center;
    background: rgba(255, 255, 255, 0.75);
    width: 84%;
    padding: 3%;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: none;
}




.col-lg-3.col-xs-6{position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left;}



.col-lg-3.col-xs-6:before {
    content: "";
    display: block;
    padding-top: 149%;
}


@media (max-width: 475px) {
    .slider_content a img {
        width: 130px;
        height: 40px;
        }
    .language_slider_info {
        font-size: 15px;
        padding-bottom :6%;

        }
    #services {
        padding: 10px 15px !important;
    }
    section {
        padding: 20px 0 ;
    }
    .under-slider-text {
        top: 6% !important;
    }
    }
