.carousel.slide{
    height: 665px;
}
.box-nav{
    position: relative;
    float: left;
    width: 100%;
    height: 53px;
    margin-top: 30px;
    background-color: rgba(255,255,255,0.4);
    padding: 0px 50px;
}
.private-user i{
    color: #2c44a2;
}
.private-user i:hover{
    color: #1691df;
}
.carousel-caption {
    top: 30%;
}
.carousel-caption h1{
    color:#2fa4ee;
    font-family: 'montserratlight';
    font-size: 52px;
    text-shadow: 3px 0px 5px rgba(103, 103, 103, 0.75);
}

.carousel-caption h2{
    font-family: 'montserratbold';
    font-size: 39px;
    text-transform: uppercase;
    text-shadow: 3px 0px 5px rgba(103, 103, 103, 0.75);
}

#myCarousel .carousel-indicators{
    display: none;
}

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

.box-slide{
    height: 80px;
    background: rgb(255, 255, 255,0.15);
    margin-top: -80px;
}

.v-col-md-4{
    height: 80px;
        border-top-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    padding-top: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    background-color: rgba(240,239,239,0.3) !important;
    border-left-color: rgba(255,255,255,0.15) !important;
    border-left-style: solid !important;
    border-top-color: rgba(255,255,255,0.15) !important;
    border-top-style: solid !important;
    border-bottom-color: rgba(255,255,255,0.15) !important;
    border-bottom-style: solid !important;
}

#myCarousel .pull-left{
    padding-left: 50px;
    padding-right: 35px;
}
#myCarousel .media-body {
    font-family: open_sanssemibold;
    text-shadow: 1px 0px 5px rgba(103, 103, 103, 0.75);
    color:#fff;
    padding-top: 5px;
}
#myCarousel .media-body .media-heading{
    font-size:16px;
}

#myCarousel .media-body p{
    font-size:18px;
}

#myCarousel .media-body a {
    color: #fff;
}

#myCarousel .media-body a:hover {
    color: #fff;
    text-decoration: underline;
}

.content_item{
    font-family: montserratregular;
    font-size: 21px;
    color: #d3d3d3;
    text-transform: uppercase;
    margin-top: 20px;
    line-height: 21px;
    text-align: center;
}

.icons_adv {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    background: transparent;
    display: block;
    float: none;
    width: 150px;
    height: 150px;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.icons_adv:after {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    border: 0px solid #2fa4ee;
    border-radius: 400px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.item:hover .icons_adv {
    background: rgba(255,255,255,0.15);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.item:hover .icons_adv:after{
    border:4px solid #2fa4ee;
    background-color:transparent;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.item:hover .content_item{
    color: #2fa4ee;
}

.section-header {
    position: relative;
    text-align: center;
    height: 450px;
    background-color: #080918;
}
#map_canvas {
    width: 100%; 
    height: 450px ;
    opacity: 0.58;
}

.aligncenter {
    display: block;
    margin: 0px auto 10px;
    text-align: center;
}
.section-header h6 {
    color: #fff;
    font-family: montserratregular;
    font-size: 15px;
    line-height: 20px;
}

.contact-map .section_overlay{
    position: absolute;
    top:0px;
    width: 100%;
    margin: auto;
    height: auto;
    margin-top: 150px;
}

.contact-map .btn-link {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    margin-top: 15px;
    background: url(../images/mail.png) center top no-repeat;
    width: 38px;
    height: 34px;
    border-radius: 0;
    padding: 0;
    margin: 6px 0 0 0;
    display: inline-block;
    -webkit-transition: 0.38s;
    -moz-transition: 0.38s;
    -o-transition: 0.38s;
    transition: 0.38s;
    cursor: pointer;
}

.contact-map .btn-link:hover {
    background: url(../images/mail.png) center bottom no-repeat;
    -webkit-transition: 0.28s;
    -moz-transition: 0.28s;
    -o-transition: 0.28s;
    transition: 0.28s;
}

/*.map-decription{
    position: absolute;
    top:0px;
    width: 100%;
    margin: auto;
    height: auto;
    padding-top: 150px;
}*/
/*---------------------------------------
 **   Footer           -----
-----------------------------------------*/
#footer {
	background: #fff;
	line-height: 20px;
}
.company-details {
	color: #666666;
	padding-top: 40px;
	padding-bottom: 30px;
}
.company-details a {
	color:#4f4f59;
	text-decoration:none;
}

.company-details a:hover {
	color: #1c99e9;
}
.company-details .icon-top {
	font-size: 30px;
        margin-bottom: 5px;
        width: 20px;
        height: 23px;
        float: left;
        font-size: 21px;
        color: #4f4f59;
}

.footer-address,.footer-email,.footer-phone{
    position: relative;
    float: left;
    padding-left: 10px;
}

.social-network {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #fff;
        text-align: right;
}
.social {
	margin: 0 0 1.5em 0 !important;
}
.social li {
	display: inline-block;
	margin: 5px;
}
.social li a {
    font-size: 17px;
    width: 27px;
    height: 27px;
    color: #FFF;
    background: #4f4f59;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    border-radius: 500px;
}
.social li a:hover {
	color: #FFF;
        background: #1c99e9;
}
.social-network p {
	margin-bottom: 0;
	color: #939393;
}



.logo-footer {
    position: relative;
    float: left;
    padding: 30px 0px;
}

.footer-top .social li i{
    height: 27px;
    width: 27px;
    padding-top: 20%;
}

.dc-adress,.dc-mail,.dc-tel{
    position: relative;
    float: left;
    width: 100%;
}
@media (max-width: 991px){
    #myCarousel .pull-left {
    padding-left: 0px;
    padding-right: 10px;
}
#myCarousel .media-body p {
    font-size: 16px;
}
.media-heading {
    font-size: 14px;
}
}

@media (max-width: 768px) {
    .carousel-caption h1 {
        font-size: 30px;
    }
    .carousel-caption h2 {
        font-size: 29px;
    }
    #myCarousel .media-body .media-heading {
    font-size: 14px;
    }
    #myCarousel .media-body p {
    font-size: 13px;
    }
    .v-col-md-4 {
        padding-top: 4px !important;
    padding-right: 4px !important;
    padding-left: 4px !important;
    }
    .company-details {
    padding-top: 6px;
    padding-bottom: 0px;
    border-top: 1px solid #eaeaea;
    }
    .social-network {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #eaeaea;
    }
    .footer-address, .footer-email, .footer-phone {
    float: none;
    padding-left: 33px;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 5px;
    }
    .carousel.slide {
    height: 465px;
    }
}